Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338439 - Wrong quick fix for 'Access to enclosing method getShell() from the type AbstractLaunchConfigurationTab is emulated by a synthetic accessor method
Summary: Wrong quick fix for 'Access to enclosing method getShell() from the type Abst...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 M6   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 11:52 EST by Dani Megert CLA
Modified: 2011-03-15 09:41 EDT (History)
0 users

See Also:


Attachments
Fix (16.37 KB, patch)
2011-03-02 15:29 EST, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-02-28 11:52:37 EST
HEAD (N20110227-2000).

1. open org.eclipse.pde.api.tools.ui.internal.use.ApiUsePatternTab
2. go to line 207
3. invoke quick fix
==>
Bug 1: suggested quick fix to change the visibility of getShell() to default is wrong.
Bug 2: the quick fix itself does nothing but open the getShell().
Comment 1 Dani Megert CLA 2011-03-02 03:21:52 EST
1. open org.eclipse.pde.api.tools.ui.internal.use.ApiUsePatternTab
You need to take rev. 1.4 as the warning has been fixed in HEAD.
Comment 2 Markus Keller CLA 2011-03-02 15:29:46 EST
Created attachment 190199 [details]
Fix
Comment 3 Markus Keller CLA 2011-03-02 15:30:17 EST
Fixed in HEAD.
Comment 4 Dani Megert CLA 2011-03-15 09:41:13 EDT
Verified in I20110310-1119.