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 47948 - ISE in MetadataElement.createElement
Summary: ISE in MetadataElement.createElement
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
: 48035 48105 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-25 18:54 UTC by psuk
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full exception (3.23 KB, text/plain)
2004-08-25 19:00 UTC, psuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description psuk 2004-08-25 18:54:31 UTC
[reported by PaulB, internal feedback]

I'm using 4.0 beta 1, JDK 1.5 beta2-b51, Suse 9.1
pro. These exceptions seem to occur when switching
tabs in the editor.

*********** Exception occurred ************ at
9:18 AM on Aug 25, 2004
Annotation: Exception occurred in Request Processor
java.lang.IllegalStateException: Class not found
in index:
org.jdesktop.lg3d.displayserver.DisplayServerControl.Canvas3dCheck
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.createElement(MetadataElement.java:1041)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.createAnyElement(SemiPersistentElement.java:559)
...
Comment 1 psuk 2004-08-25 19:00:40 UTC
Created attachment 17152 [details]
Full exception
Comment 2 Paul Byrne 2004-08-25 20:01:04 UTC
Add should also say that the project source code compiles without
issue is Canvas3dCheck does exist. It's an inner class ofr
DisplayServerControl.
Comment 3 Paul Byrne 2004-08-26 17:17:25 UTC
I've raised the priority of this for what I hope is an appropriate
reason. I'm sure someone will lower it if they don't agree.

Anyway the reason is that this bug happens a lot when editing the
Looking Glass source code and is inconvenitent. The Looking Glass
community is growing fast and have an IDE that works well with JDK 1.5
is very important.
Comment 4 Martin Matula 2004-08-30 09:49:08 UTC
*** Issue 48105 has been marked as a duplicate of this issue. ***
Comment 5 Martin Matula 2004-08-30 10:09:14 UTC
*** Issue 48035 has been marked as a duplicate of this issue. ***
Comment 6 Martin Matula 2004-09-02 12:47:56 UTC
Tomas is currently working on fixing this kind of inconsistencies.
Comment 7 Martin Matula 2004-09-02 15:39:23 UTC
In fact, this exception should not occur anymore since an error
recovery code was added when resolving a duplicate of this issue some
time ago.

java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/MetadataElement.java
revision 1.22
date: 2004/08/12 15:52:15;  author: mmatula;  state: Exp;  lines: +15 -3
Comment 8 Jiri Prox 2005-07-12 09:53:31 UTC
Verified in 4.2 (200507110943)
Comment 9 Quality Engineering 2007-09-20 12:04:48 UTC
Reorganization of java component