Details
Description
The following file:
class T {
final public static String C1="C1",C2="C2";
final public static String[] ALL =
;
}
is not parsed properly:
com.thoughtworks.qdox.parser.ParseException: syntax error @[3,42] in file:T.java
Activity
Daniel Brolund
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | TestQDoxBug131.java [ 39040 ] |
Robert Scholte
made changes -
Attachment | Qdox-131.patch [ 39331 ] |
Robert Scholte
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 1.8 [ 14826 ] | |
Resolution | Fixed [ 1 ] |
I'm unable to reproduce a parsing error with the attached file.