[Bug java/21818] "Methods can't be overridden to be more private."
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 30 14:33:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-30 14:33 -------
Nope, I am wrong, this is a front-end bug:
copper:~>cat t/JList.java
package t;
public class JList
{
void init(){}
}
copper:~>cat DoubleClickJList.java
import t.JList;
public class DoubleClickJList extends JList {
private void init() {
}
}
--
What |Removed |Added
----------------------------------------------------------------------------
Component|SWING |java
Keywords| |rejects-valid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21818
More information about the Java-prs
mailing list