Name: tb29552 Date: 06/17/97
public class jbug {
public void m1(final int i) {
Runnable r = new Runnable() {
public void run() {
try { m2(i); }
catch (Exception e) {}
}
};
}
private void m2(int i) {
}
}
company - micromuse , email - ###@###.###
======================================================================
- duplicates
-
JDK-4051281 Problem compiling when inner class references a private method
-
- Closed
-
- relates to
-
JDK-4059545 javac hangs with inner class code
-
- Closed
-
-
JDK-4059555 javac hangs when compiling file
-
- Closed
-
-
JDK-4059619 Compiler hangs (no output) on given source code (anon. inner classes + serial?)
-
- Closed
-