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 - Fix error recovery
Summary: Fix error recovery
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks: 47601
  Show dependency tree
 
Reported: 2004-10-04 14:16 UTC by Martin Matula
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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