[Bug java/18119] Private inner class is visible when it shouldn't be

2005-07-07 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-07-07 14:47 --- Fixed on HEAD. -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/18119] Private inner class is visible when it shouldn't be

2005-07-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-07 14:44 --- Subject: Bug 18119 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-07 14:44:03 Modified files: libjava: ChangeLog libjava/testsuite/

[Bug java/18119] Private inner class is visible when it shouldn't be

2005-06-17 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-06-18 01:49 --- GCJ actually has the resolution order correct here. The problem is that a.A.B is not visible from b.C, because its a private class. Instead of an error, however, GCJ needs to resolve to the visible class b.B ins