Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.0-JSR-6
-
Component/s: parser-antlr, syntax
-
Labels:None
-
Number of attachments :
Description
interface Foo {
void bar1() throws Exception
void bar2() thorws Exception
}
this fails since groovy expects a ";" the the end of the first method declaration. But this should be optional
there was one additional NLS in the grammar that resulted in a incorrect recognition. Fixed now