[Bug java/21818] "Methods can't be overridden to be more private."

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:47 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. -- t

[Bug java/21818] "Methods can't be overridden to be more private."

2005-05-30 Thread pinskia at gcc dot gnu dot org
--- 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 extend