Bug 262428 - Some clean up needed of unused fields and methods - mostly in the ImportReference class
Summary: Some clean up needed of unused fields and methods - mostly in the ImportRefer...
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-01-26 15:23 EST by Chris Jaun CLA
Modified: 2010-03-03 11:16 EST (History)
0 users

See Also:
thatnitind: review+


Attachments
This patch cleans up code related to ImportReferences (118.01 KB, patch)
2009-01-27 11:00 EST, Chris Jaun CLA
thatnitind: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.