1 Method name is myMethod
2 Declaring class is Target
4 Exc 0: java.lang.NullPointerException
5 Exc 1: java.io.IOException
8 Method name is myMethod
9 Declaring class is SuperTarget
13 Method name is myNoargMethod
14 Declaring class is Target
17 Method name is myMethod
18 Declaring class is Target
19 Arg 0: [Ljava.lang.String;
24 SuperTarget constructor ()V
25 Target constructor ()V
26 Before, float is 3.1415925
27 myMethod: hi there 3.1415925 Q !
29 Calling no-arg void-return method
32 Invoke got expected exception:
33 java.lang.reflect.InvocationTargetException
34 java.lang.NullPointerException: gratuitous throw!
37 Declaring class is Target
38 Field type is java.lang.String
40 string1 value is 'hey'
42 string1 value is now 'a new string'
43 ::: a new string:yo:there
44 got expected illegal obj store exc
45 got the other expected access exc
47 pubLong initial value is 1122334455667788
48 pubLong new value is 9988776655443322
49 Field name is superInt
50 Declaring class is SuperTarget
53 superInt value is 1010101
54 superInt boxed is 1010101
55 superInt value is now 20202
56 superInt value (from short) is now 30303
57 superInt value is now 40404
58 got expected long->int failure
59 got expected long->int failure
60 got expected string->int failure
61 got expected int->short failure
62 Field name is superClassInt
63 Declaring class is SuperTarget
66 superClassInt value is 1010102
67 Field name is staticDouble
68 Declaring class is Target
71 staticDoubleVal value is 3.3
72 got expected double->long failure
73 as expected: aPrivateInt not found
74 Field name is constantString
75 Declaring class is Target
76 Field type is java.lang.String
78 Constant test value is a constant string
79 Field name is cantTouchThis
80 Declaring class is Target
84 got expected set-final failure
85 cantTouchThis is now 77
86 cantTouchThis is now 88
88 SuperTarget constructor ()V
89 Target constructor (IF)V : ii=7 ff=3.3333
93 checkType invoking null
94 checkType got expected exception
96 NoisyInitUser is initializing
97 NoisyInit is initializing