Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357808 - Java debug framework interfering with various JDT adapters
Summary: Java debug framework interfering with various JDT adapters
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 10:08 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:17 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 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