Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 38147 - quick fix: fix for 'cannot reduce the visibility of inherited method' [quick fix]
Summary: quick fix: fix for 'cannot reduce the visibility of inherited method' [quick ...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 08:33 EDT by Adam Kiezun CLA
Modified: 2004-03-19 12:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2003-05-27 08:33:01 EDT
20030520
class A{
  public void foo(){}
}
class B extends A{
  void foo(){}//error here
}

we should have a quick fix for that
- change visibility to public
Comment 1 Martin Aeschlimann CLA 2004-03-19 12:00:51 EST
fixed > 20040319