Bug 331840 - [clean up] Qualify static accesses only if necessary
Summary: [clean up] Qualify static accesses only if necessary
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2010-12-04 10:21 EST by Björn Michael CLA
Modified: 2010-12-06 06:22 EST (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 Björn Michael CLA 2010-12-04 10:21:06 EST
Build Identifier: 20100917-0705

I feel the need of qualify static accesses only if necessary both field and method accesses as it already exists for non-static accesses in Clean Up->Member Accesses.

Reproducible: Always

Steps to Reproduce:
1. Create an empty plugin-project with an Activator.
2. Open created Activator class.
3. Source->Clean Up should replace all "Activator.context" with "context".
Comment 1 Dani Megert CLA 2010-12-06 06:22:06 EST
Valid request.