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

Summary: IllegalStateException: Class not found in index
Product: java Reporter: pfelenda <pfelenda>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception

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.