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 46221 - "Class not found in index" leading to multiple errors while editing Java source
Summary: "Class not found in index" leading to multiple errors while editing Java source
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 18:01 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log excerpt (130.16 KB, text/plain)
2004-07-15 18:02 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-07-15 18:01:09 UTC
040714, 1.5.0 b58. Was editing some class
(RunTargetsAction) in the Ant module, and
temporarily cut some large block of code, pasted
it elsewhere, and began writing a new nested class
that I intended to paste most of that code into
later. Somewhere in here, the background parser
ran (which of course produced a lot of errors,
since the class was not nearly valid at this
time), but rather than quietly noting the errors,
I got some exception dialogs I had to close.
Attaching log excerpt from the start of the troubles.
Comment 1 Jesse Glick 2004-07-15 18:02:11 UTC
Created attachment 16287 [details]
Log excerpt
Comment 2 Martin Matula 2004-07-15 18:39:42 UTC
This was fixed by the recent commits of pflaska.

  Index: MDRParser.java
  ===================================================================
  RCS file:
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v
  retrieving revision 1.28
  retrieving revision 1.29
Comment 3 Quality Engineering 2007-09-20 12:06:11 UTC
Reorganization of java component