Bug 318612 - [clean up] Remove qualifier names if they are not needed
Summary: [clean up] Remove qualifier names if they are not needed
Status: CLOSED DUPLICATE of bug 112999
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 10:34 EDT by Lars Svensson CLA
Modified: 2010-07-28 08:40 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Svensson CLA 2010-07-01 10:34:28 EDT
Build Identifier: 

I often get casses where I get more than one class withthe same name, and is forced to use full qulifiers like org.core.MyClass. Sometimes I stop using the other class called MyClass. 

I would like a cleanup action "If full qualifier is not necessary, remove it", which would go through my code and remove "org.core." everywhere, if my class is the only one with this name, and make an import instead.

Reproducible: Always
Comment 1 Srikanth Sankaran CLA 2010-07-02 00:48:12 EDT
Forward to JDT/UI for comment and possible follow up.
Comment 2 Dani Megert CLA 2010-07-28 08:40:16 EDT

*** This bug has been marked as a duplicate of bug 112999 ***