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 71136 - ClassCastException from JavaClassImpl.setName
Summary: ClassCastException from JavaClassImpl.setName
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 21:28 UTC by Tim Lebedkov
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Source that caused the exception (55.38 KB, text/plain)
2006-01-07 21:30 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2006-01-07 21:28:32 UTC
Build 051215 
java.lang.ClassCastException  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaClassImpl.setName(JavaClassImpl.java:159)  
	at org.netbeans.jmi.javamodel.JavaClass$Impl.setName(Unknown Source)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaClassImpl.internalSetName(JavaClassImpl.java:99)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaClassImpl.parentChanged(JavaClassImpl.java:1107)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList.parentChanged(LightAttrList.java:116)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList.updateHardReferences(LightAttrList.java:66)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.LightAttrList.<init>(LightAttrList.java:57)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.createChildrenList(SemiPersistentElement.java:909)  
	at  
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.getClassifiers(ResourceImpl.java:167)  
	at org.netbeans.jmi.javamodel.Resource$Impl.getClassifiers(Unknown  
Source)  
	at  
org.netbeans.modules.java.JavaEditor$JavaEditorComponent.findElement(JavaEditor.java:1338)  
	at  
org.netbeans.modules.java.JavaEditor$JavaEditorComponent.createNode(JavaEditor.java:1290)  
	at org.netbeans.modules.java.JavaEditor$JavaEditorComponent.access$900 
(JavaEditor.java:1210)  
	at org.netbeans.modules.java.JavaEditor$12.run(JavaEditor.java:1262)  
	at org.openide.util.Mutex.readAccess(Mutex.java:221)  
	at org.netbeans.modules.java.JavaEditor$11.run(JavaEditor.java:1260)  
	at  
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)  
[catch] at  
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Tim Lebedkov 2006-01-07 21:30:03 UTC
Created attachment 28275 [details]
Source that caused the exception
Comment 2 Miloslav Metelka 2006-01-08 21:30:35 UTC
Reassigning to java/javacore for evaluation.
Comment 3 Jan Becicka 2006-10-26 16:27:59 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 4 Tim Lebedkov 2006-11-08 08:43:35 UTC
ok
Comment 5 Quality Engineering 2007-09-20 09:55:51 UTC
Reorganization of java component