Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
QDox-1.6-SNAPSHOT currently can't parse the following:
package foo;
public class C
{ boolean flag = (X < Y); }I think this is due to my recent lexer changes to support generics.
Activity
Mike Williams
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6 [ 10814 ] | |
Assignee | Mike Williams [ mdub ] |
Joe Walnes
made changes -
Priority | Major [ 3 ] | Blocker [ 1 ] |
Joe Walnes
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
I've changed the priority of this to blocker as it has introduced a regression failure, causing QDox to fail on 32 of the standard JDK 1.4 classes - some of which have been around since Java 1.0.