This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49886

Summary: Fix error recovery
Product: java Reporter: Martin Matula <mmatula>
Component: UnsupportedAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 47601    

Description Martin Matula 2004-10-04 14:16:13 UTC
The error recovery in MDRParser needs to be fixed
to use information previously extracted by scanner
if the AST received from the parser is broken.
Comment 1 Martin Matula 2004-10-05 20:08:12 UTC
Done.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaEnumImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaEnumImpl.java,v
 <--  JavaEnumImpl.java
new revision: 1.12; previous revision: 1.11
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/javacore/parser/ASTProvider.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTProvider.java,v
 <--  ASTProvider.java
new revision: 1.26; previous revision: 1.25
done
RCS file:
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTRepairer.java,v
done
Checking in src/org/netbeans/modules/javacore/parser/ASTRepairer.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTRepairer.java,v
 <--  ASTRepairer.java
initial revision: 1.1
done
Checking in src/org/netbeans/modules/javacore/parser/MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v
 <--  MDRParser.java
new revision: 1.56; previous revision: 1.55
done
Comment 2 Quality Engineering 2007-09-20 10:47:53 UTC
Reorganization of java component