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

Bug 357808

Summary: Java debug framework interfering with various JDT adapters
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-09-15 10:08:24 EDT
When asked for an adapter, in some cases we need to check the underlying Java object for an adapter (e.g. to support the various Java submenu items in the variables view like 'Show static variables' when displaying a Java variable instead of an adapted or SMAP variable).

Since we wrap all Java targets, this interferes even when you're not debugging EGL.
Comment 1 Justin Spadea CLA 2011-09-15 10:48:12 EDT
Fixed SMAPUtil.java and EGLJavaDebugElement.java
Comment 2 Justin Spadea CLA 2011-09-15 11:21:09 EDT
Verified