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 61911 - java.lang.Exception: Class not found in index thrown when editing code
Summary: java.lang.Exception: Class not found in index thrown when editing code
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 54316 62035 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-08 08:59 UTC by Jiri Prox
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.58 KB, text/plain)
2005-08-08 09:01 UTC, Jiri Prox
Details
log (15.88 KB, text/plain)
2005-08-08 09:50 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-08-08 08:59:51 UTC
NB 4.2 (200508071800)
JDK 1.5.0_04

java.lang.Exception: Class not found in index in the following file (notice
there is intended error in Int2):
package packB.subpack2;


public class ClassA {
    
}

interface Int1 {
        
}

interface Int2 {
     Object.class
}

interface Int3 {
        
}
Comment 1 Jiri Prox 2005-08-08 09:01:52 UTC
Created attachment 23549 [details]
exception
Comment 2 Martin Matula 2005-08-08 09:31:32 UTC
This exception should be just informational. Was it shown in an exception dialog
or just printed in the console? Please provide the whole messages.log.
Comment 3 Jiri Prox 2005-08-08 09:49:25 UTC
Yes, it is labeled "Informational" in the log and it was printed just to console.
Comment 4 Jiri Prox 2005-08-08 09:50:37 UTC
Created attachment 23550 [details]
log
Comment 5 Pavel Flaska 2005-08-15 10:46:18 UTC
*** Issue 62035 has been marked as a duplicate of this issue. ***
Comment 6 Pavel Flaska 2005-08-15 10:54:14 UTC
*** Issue 54316 has been marked as a duplicate of this issue. ***
Comment 7 Jan Becicka 2005-10-12 16:39:27 UTC
This exception is just informational.
Comment 8 Jan Becicka 2006-10-26 16:27:27 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 9 Jiri Prox 2006-10-27 09:33:18 UTC
verified
Comment 10 Quality Engineering 2007-09-20 10:45:34 UTC
Reorganization of java component