import java.io.*; // highlight on demand import as class name import java.util.*; // highlight on demand import as class name import java.lang/*comment*/.String; import static java.io.File.pathSeparator; import static java.lang.Integer.parseInt; import static java.io.File.*; class a { void method() { method(); new Exception(); new java.lang.Exception(); } a() { new a(); } /** * @see itf#method(double) */ static void f() { Integer.parseInt(""); java.lang.Integer.parseInt(""); parseInt(""); f(); } interface itf { int CONST = 0; /** * @param d Important param */ void method(double d); } void ff(Runnable r) { ff( new java.lang.Runnable() { public void run() {} int instance = 0; } ); int i = java.lang.Integer.MIN_VALUE; int j = itf.CONST; } } class NoCtrClass { { new NoCtrClass(); } void ff(int param) { int i = 1; i ++; param = 0; } } class Generic<TT extends Runnable> { TT field; } class InheritedSymbolNames { private static class A { public String getName() { return pathSeparator; } } private static class B extends A { { new java.lang.Runnable() { public void run() { getName(); } }; getName(); } } private static class C extends A { { new java.lang.Runnable() { public void run() { getName(); } }; getName(); } public String getName() { return "classC"; } } } class Node<E> { public class Details {} Node /* dd*/ String>.Details details; Map < String, /****/ String > map = null; }