Details
Description
Here is another example of java source code which is correctly parsed by qdox-1.5, but not by 1.6.2 nor 1.7-SNAPSHOT (r478):
axis2/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java
It fails with
[INFO] syntax error @[219,25] in file:/path/BUILD/axis2/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java
The failing construct is:
private static final InheritedArtifact[] inheritedArtifacts =
;
just after the second "new".
Activity
Dennis Lundberg
made changes -
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 1.6.2 [ 14091 ] | |
Affects Version/s | 1.7 [ 11160 ] | |
Affects Version/s | 1.6 [ 10814 ] |
Dennis Lundberg
made changes -
Assignee | Joe Walnes [ jwalnes1 ] | |
Fix Version/s | 1.6.3 [ 14092 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Here is a smaller piece of source which seems to trigger the same bug. (This also succeeds with 1.5 and fails with 1.6.2).