Win2k sp2, jdk1.3.1, idea #507.

/*
 * TestBug8.java
 *
 * (c) Keysoft, Lda
 */


package pt.keysoft.ztest;


import javax.swing.AbstractAction;


public class TestBug8 {

        public TestBug8() {
        }

        public class InnerClass extends AbstractAction {

                public InnerClass() {
                        super("InnerClass");
                }
        }
}

// class TestBug8

Extract the InnerClass. Say yes to pass outer as parameter.
In the new class, the assignment to outer in the constructor is between 
the method and the super call.


Carlos

-- 
Carlos Costa e Silva <[EMAIL PROTECTED]>


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to