This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug extending inner class from subclass of its outer class.


I submitted a patch:

http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00213.html

Could you try it out?

thanks

  [ bryce ]


"Mark J. Roberts" wrote:mjr::test$ gcj -c *.java

> Outer2.java:2: Can't access protected nested class Outer$Inner. Only public classes and interfaces in other packages can be accessed.
>        protected class Inner2 extends Inner {
>                                       ^


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]