Bug 331840

Summary: [clean up] Qualify static accesses only if necessary
Product: [Eclipse Project] JDT Reporter: Björn Michael <b.michael>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.6.1Keywords: helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.