Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 294893 - [quick fix] Visibility quickfix does nothing if implicit constructor
Summary: [quick fix] Visibility quickfix does nothing if implicit constructor
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M4   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 234050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-11 12:48 EST by Brian Miller CLA
Modified: 2009-11-17 04:57 EST (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 Brian Miller CLA 2009-11-11 12:48:07 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
Build Identifier: 20090920-1017

import bug.Base;
import bug.Base.*;
class Bug extends Base{
	Object x=new Inner();
}

package bug;
public class Base {
	protected class Inner{}
}

Reproducible: Always

Steps to Reproduce:
The compile error quickfix does nothing.  See similar bug 234050.
Comment 1 Markus Keller CLA 2009-11-12 14:37:26 EST
Fixed in ModifierCorrectionSubProcessor.
Comment 2 Markus Keller CLA 2009-11-12 14:38:04 EST
*** Bug 234050 has been marked as a duplicate of this bug. ***
Comment 3 Markus Keller CLA 2009-11-17 04:57:57 EST
.