| Summary: | Inconsistent IllegalAccessError in similar codepaths | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Susan McCourt <susan> |
| Component: | Runtime | Assignee: | platform-runtime-inbox <platform-runtime-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Susan McCourt
Are we dealing with split packages in either of these scenarios? In SCENARIO ONE is the super class org.eclipse.ui.texteditor.TextEditorAction in the same bundle as the out class org.eclipse.ui.texteditor.AddMarkerAction? If the org.eclipse.ui.texteditor package is split then see bug 152568 for an explanation of why this can fail. yes, this is exactly the case. The package is split across plug-ins. AddMarkerAction is in the org.eclipse.ui.editors plugin and TextEditorAction is in the org.eclipse.ui.workbench.texteditor plug-in. I'll mark this as a duplicate of #152568 and add an annotation there about the time spent due to the lack of a compile error. (lesson learned, I could have saved the time spent writing this up by bugzilla searching on IllegalAccessError!) *** This bug has been marked as a duplicate of 152568 *** |