Bugs item #2610138, was opened at 2009-02-17 20:34
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=2610138&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Language Levels
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robert Cartwright (rcartwright)
Assigned to: Nobody/Anonymous (nobody)
Summary: Syntax error in a method call generates a meta error
Initial Comment:
In the Advanced Language Level, the notation
n.equals.BigInteger.ZERO
in the definitions pane appears to generate a NullPointerException during compilation that breaks compilation
The usual bogus error message for this scenario is printed in the Compiler Output pane:
1 error found:
File: (no associated file) [line: (no source location)]
Error: java.lang.NullPointerException.
I am not positive that this syntax error is the cause of the problem. I have attached the file that generates the NullPointerException.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2610138&group_id=44253
|