Lines Matching full:println
15 System.out.println("Method name is " + meth.getName());
16 System.out.println(" Declaring class is "
20 System.out.println(" Arg " + i + ": " + params[i].getName());
23 System.out.println(" Exc " + i + ": " + exceptions[i].getName());
24 System.out.println(" Return type is " + meth.getReturnType().getName());
25 System.out.println(" Access flags are 0x"
27 //System.out.println(" GenericStr is " + meth.toGenericString());
31 System.out.println("Field name is " + field.getName());
32 System.out.println(" Declaring class is "
34 System.out.println(" Field type is " + field.getType().getName());
35 System.out.println(" Access flags are 0x"
55 System.out.println(" ::: " + one + ":" + two + ":" + three);
87 System.out.println("Before, float is "
92 System.out.println("Result of invoke: " + boxval.intValue());
94 System.out.println("Calling no-arg void-return method");
102 System.out.println("GLITCH: didn't throw");
104 System.out.println("Invoke got expected exception:");
105 System.out.println(ite.getClass().getName());
106 System.out.println(ite.getCause());
109 System.out.println("GLITCH: invoke got wrong exception:");
112 System.out.println("");
120 System.out.println(" string1 value is '" + strVal + "'");
126 System.out.println(" string1 value is now '" + strVal + "'");
132 System.out.println("WARNING: able to store Object into String");
135 System.out.println(" got expected illegal obj store exc");
143 System.out.println("WARNING: able to access string4: "
147 System.out.println(" got expected access exc");
150 System.out.println(" got the other expected access exc");
156 System.out.println("WARNING: able to get string3 in wrong obj: "
160 System.out.println(" got expected arg exc");
176 System.out.println("pubLong initial value is " +
180 System.out.println("pubLong new value is " +
189 System.out.println(" superInt value is " + intVal);
191 System.out.println(" superInt boxed is " + boxedIntVal);
195 System.out.println(" superInt value is now " + intVal);
198 System.out.println(" superInt value (from short) is now " +intVal);
201 System.out.println(" superInt value is now " + intVal);
204 System.out.println("FAIL: expected exception not thrown");
207 System.out.println(" got expected long->int failure");
211 System.out.println("FAIL: expected exception not thrown");
214 System.out.println(" got expected long->int failure");
218 System.out.println("FAIL: expected exception not thrown");
221 System.out.println(" got expected string->int failure");
226 System.out.println("FAIL: expected exception not thrown");
229 System.out.println(" got expected int->short failure");
235 System.out.println(" superClassInt value is " + superClassIntVal);
240 System.out.println(" staticDoubleVal value is " + staticDoubleVal);
244 System.out.println("FAIL: expected exception not thrown");
247 System.out.println(" got expected double->long failure");
256 System.out.println("as expected: aPrivateInt not found");
260 System.out.println("BUG: got aPrivateInt");
266 System.out.println(" Constant test value is " + val);
272 System.out.println(" cantTouchThis is " + intVal);
275 System.out.println("ERROR: set-final succeeded\n");
277 System.out.println(" got expected set-final failure\n");
280 System.out.println(" cantTouchThis is now " + intVal);
288 System.out.println("cons modifiers=" + cons.getModifiers());
294 System.out.println("----- unexpected exception -----");
298 System.out.println("ReflectTest done!");
324 System.out.println("checkType invoking null");
326 System.out.println("ERROR: should throw InvocationTargetException");
328 System.out.println("checkType got expected exception");
340 System.out.println("got methods");
358 System.out.println("SuperTarget constructor ()V");
364 System.out.println("myMethod (F)I " + floatArg);
374 System.out.println("Target constructor ()V");
378 System.out.println("Target constructor (IF)V : ii="
384 System.out.println("myMethod (I)I");
385 System.out.println(" arg=" + intarg + " anInt=" + anInt);
390 System.out.println("myMethod: " + strarg[0] + " " + f + " " + c + " !");
395 System.out.println("myNoargMethod ()V");
399 System.out.println("throwingMethod");
404 System.out.println("misc");
424 System.out.println("NoisyInit is initializing");
432 System.out.println("NoisyInitUser is initializing");