Bug 527338 - [9][impl] simplify code around NameLookup.getModuleDescription()
Summary: [9][impl] simplify code around NameLookup.getModuleDescription()
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.7.1a   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 07:24 EST by Stephan Herrmann CLA
Modified: 2020-06-05 17:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2017-11-16 07:24:40 EST
(In reply to Stephan Herrmann from bug 525407 comment #9)
> With these changes, we could potentially simplify the code: avoid using
> static but let it directly access the fields of NameLookup, then let the
> invocation in SearchableEnvironment delegate to this.nameLookup (thus making
> explicit what I initially missed: that we always have an instance of
> NameLookup at hand).