Bugs item #1004730, was opened at 2004-08-06 16:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1004730&group_id=44253
Category: Interactions
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Lugo (jeloguy15)
Assigned to: Nobody/Anonymous (nobody)
Summary: NullPointerException when passing null paramter
Initial Comment:
If in the interactions pane you call on a method
incorrectly, normally you get the message:
Error: No '...' method in '...' with arguments: (...)
But if you pass any null parameters either into a
non-existent method or into an existing method with the
wrong number/types of arguments, dynamic java throws a
NullPointerException instead of showing the error
message.
Even though there is no stack trace displayed for this
exception in the interactions pane, the user may still
think that the exception is being thrown from within
the method and that the method still exists.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1004730&group_id=44253
|