Bug 262428

Summary: Some clean up needed of unused fields and methods - mostly in the ImportReference class
Product: [WebTools] JSDT Reporter: Chris Jaun <cmjaun>
Component: GeneralAssignee: Chris Jaun <cmjaun>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 Keywords: contributed
Version: 3.1Flags: thatnitind: review+
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
This patch cleans up code related to ImportReferences thatnitind: iplog+

Description Chris Jaun CLA 2009-01-26 15:23:51 EST
Build ID: WTP 3.1 20090122

Steps To Reproduce:
Can remove fields and methods for static imports and modifiers from the ImportReference class.
Comment 1 Chris Jaun CLA 2009-01-27 11:00:38 EST
Created attachment 123888 [details]
This patch cleans up code related to ImportReferences
Comment 2 Nitin Dahyabhai CLA 2009-04-13 22:42:14 EDT
Chris, what's the story with the commented tests being added into BasicResolveTests?
Comment 3 Nitin Dahyabhai CLA 2009-04-23 03:45:42 EDT
Applied, thanks, Chris.