This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/15773] New: Java probing doesn't detect class/method validity


http://sourceware.org/bugzilla/show_bug.cgi?id=15773

            Bug ID: 15773
           Summary: Java probing doesn't detect class/method validity
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: lberk at redhat dot com

When probing java methods, systemtap fails to report spelling errors in the
class or method names.  For example:

for the method foo.printMessage(int)

the (incorrect) probe point java(PID).class("foo").method("printmessage(int)")
would run with simply no ouput.

We should output an error that the method name should be "printMessage(int)".

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]