Uploaded image for project: 'Byteman'
  1. Byteman
  2. BYTEMAN-403

Typo in the documentation: Helper lifecycle chapter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 4.0.14
    • 4.0.13
    • Documentation
    • None
    • Undefined

    Description

      Chapter Helper lifecycle methods [1] describes lifecycle and method so that a developer is able to perform some actions. One of the methods is `uninstall`:

        public static void activated()
        public static void installed(Rule rule)
        public static void installed(String ruleName)
        public static void uninstalled(Rule rule)
        public static void uninstalled(String ruleName)
        public static void deactivated()
      

       However in "explanation section" there is `deinstalled(Rule)` instead of `uninstalled(Rule)`:

      deinstalled(Rule) is called when an install event occurs. It can perform a tear down operation
      specific to the supplied rule.
      

      See the screenshot

       

       

       [1] https://downloads.jboss.org/byteman/4.0.13/byteman-programmers-guide.html#rule-helper-lifecycle-methods

      Attachments

        Activity

          People

            rhn-engineering-adinn Andrew Dinn
            istraka@redhat.com Ivan Straka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: