Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 32.53
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
When using unnecessary braces may produce a ParseException:
java javancss.Main TestBroken.java
ParseException in TestBroken.java
Last useful checkpoint: "Test.isInteger(Class)"
Encountered " "." ". "" at line 6, column 47.
Was expecting:
")" ...
The only difference between the good file and the bad file are the additional braces around int.class.equals(type), which will lead to the exception.
The exception can be reproduced with the command line tool, version 32.53