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 47093 - IllegalStateException: Class not found in index
Summary: IllegalStateException: Class not found in index
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 47094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-11 13:15 UTC by pfelenda
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.80 KB, text/plain)
2004-08-11 13:15 UTC, pfelenda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfelenda 2004-08-11 13:15:06 UTC
dev build 200408101800, jdk1.5.0 b62
--- tail of exception ----- 
java.lang.IllegalStateException: Class not found
in index: javax.swing.JFrame.AccessibleJFrame
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.createElement(MetadataElement.java:1041)
Comment 1 pfelenda 2004-08-11 13:15:46 UTC
Created attachment 16742 [details]
Exception
Comment 2 pfelenda 2004-08-11 13:17:42 UTC
My steps:
- Open IDE with another JDK version 
- typing in editor czech national characters in java file
Comment 3 Marian Mirilovic 2004-08-11 14:01:02 UTC
*** Issue 47094 has been marked as a duplicate of this issue. ***
Comment 4 Martin Matula 2004-08-13 09:06:40 UTC
I've added a recovery code yesterday, so this should never happen again.
Comment 5 pfelenda 2004-08-17 14:59:26 UTC
Verified in 4.0 beta 1 build. The exception does not appear after
switch ing the JDK and typing czech characters.