-
Bug
-
Resolution: Done
-
Minor
-
1.5.1
-
-
Documentation (Ref Guide, User Guide, etc.)
-
The Programmers Guide has a section on Tracing. page 31.
The tracing section indicates the built-in methods to support logging of trace methods are
public boolean traceOpen(Object identifier, String filename)
public boolean traceOpen(Object identifier)
These should be method names with the signature of openTrace as they are in the Helper class. The same goes for
traceClose(Object identifier)
should be
closeTrace(Object identifier)
org.jboss.byteman.rule.helper.Helper.java