--- /dev/null 2013-08-03 07:55:03.811906853 +0400 +++ new/test/testlibrary/ctw/test/Bar.java 2013-08-04 02:52:00.415856515 +0400 @@ -0,0 +1,5 @@ +public class Bar { + private static void staticMethod() { } + public void method() { } + protected Bar() { } +}