Bug 376902 - [content assist] Qualify inner class names in code assist
Summary: [content assist] Qualify inner class names in code assist
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P5 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 14:04 EDT by Josh Danziger CLA
Modified: 2012-04-19 04:50 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Danziger CLA 2012-04-16 14:04:47 EDT
This method:
  public SomeClass.Builder getFooAsBuilder() { ... }

Shows up in code assist as:
  getFooAsBuilder() : Builder - com.foo.package.name

Ideally, I'd like to see Builder qualified as SomeClass.Entry, since it's an inner class name that only makes sense in the context of the outer class name.