Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 9880 - CNF exception when trying to eval an expression in display view
Summary: CNF exception when trying to eval an expression in display view
Status: RESOLVED DUPLICATE of bug 1546
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-15 04:50 EST by Dirk Baeumer CLA
Modified: 2002-02-28 13:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-02-15 04:50:20 EST
20020214

- set a breakpoint in ImageDescriptorRegistry.dispose
- go to the Display view
- enter fRegistry.size()
- select it and activate display

java.lang.ClassNotFoundException: 
org.eclipse.jdt.internal.ui.viewsupport.CodeSnippet_1
	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(DelegatingURLClassLoader.java:755)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:120)
	at 
org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry.dispose
(ImageDescriptorRegistry.java:71)
	at org.eclipse.jdt.internal.ui.viewsupport.ImageDescriptorRegistry$1.run
(ImageDescriptorRegistry.java:80)
	at org.eclipse.swt.widgets.Display.release(Display.java:1263)
	at org.eclipse.swt.graphics.Device.dispose(Device.java:198)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:776)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:781)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:323)
	at SlimLauncher.main(SlimLauncher.java:14)
Comment 1 Darin Wright CLA 2002-02-28 13:32:20 EST

*** This bug has been marked as a duplicate of 1546 ***