Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 9880

Summary: CNF exception when trying to eval an expression in display view
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***