Lines Matching refs:TestClass
3 Hello from TestClass sayHi function
4 Goodbye from TestClass!
6 -- Redefine the TestClass
7 -- call TestClass again, now with NewClass refs
8 Hello again from TestClass sayHi function
10 Goodbye again from TestClass!
13 Hello from TestClass sayHi function
14 Goodbye from TestClass!
15 -- Redefine the TestClass
16 -- call TestClass again, now with NewClass refs
17 Hello again from TestClass sayHi function
19 --- java.lang.NoClassDefFoundError At foobar.TestClass.sayHi(TestClass.java:5)