Bug 7827 - null returned from getOriginal(IJavaElement workingCopyElement) for IMPORT_CONTAINER
Summary: null returned from getOriginal(IJavaElement workingCopyElement) for IMPORT_CO...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 major (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-17 08:19 EST by Dani Megert CLA
Modified: 2002-01-18 10:16 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 Dani Megert CLA 2002-01-17 08:19:34 EST
The switch statement in WorkingCopy.getOriginal(IJavaElement workingCopyElement)
does not handle import containers i.e. type == IMPORT_CONTAINER and thus
returning null.
Comment 1 Jerome Lanneluc CLA 2002-01-18 09:23:48 EST
Added case statement for IMPORT_CONTAINER.