Home | History | Annotate | Download | only in src

Lines Matching full:system

38         System.out.println("Method name is " + meth.getName());
39 System.out.println(" Declaring class is "
43 System.out.println(" Arg " + i + ": " + params[i].getName());
46 System.out.println(" Exc " + i + ": " + exceptions[i].getName());
47 System.out.println(" Return type is " + meth.getReturnType().getName());
48 System.out.println(" Access flags are 0x"
50 //System.out.println(" GenericStr is " + meth.toGenericString());
54 System.out.println("Field name is " + field.getName());
55 System.out.println(" Declaring class is "
57 System.out.println(" Field type is " + field.getType().getName());
58 System.out.println(" Access flags are 0x"
78 System.out.println(" ::: " + one + ":" + two + ":" + three);
92 System.out.println("succeeded on package-scope method");
104 System.out.println("inner-method invoke unexpectedly worked");
113 System.out.println("field get unexpectedly worked: " + x);
118 System.out.println("----- unexpected exception -----");
119 ex.printStackTrace(System.out);
151 System.out.println("Before, float is "
156 System.out.println("Result of invoke: " + boxval.intValue());
158 System.out.println("Calling no-arg void-return method");
166 System.out.println("GLITCH: didn't throw");
168 System.out.println("Invoke got expected exception:");
169 System.out.println(ite.getClass().getName());
170 System.out.println(ite.getCause());
173 System.out.println("GLITCH: invoke got wrong exception:");
174 ex.printStackTrace(System.out);
176 System.out.println("");
184 System.out.println(" string1 value is '" + strVal + "'");
190 System.out.println(" string1 value is now '" + strVal + "'");
196 System.out.println("WARNING: able to store Object into String");
199 System.out.println(" got expected illegal obj store exc");
207 System.out.println("WARNING: able to access string4: "
211 System.out.println(" got expected access exc");
214 System.out.println(" got the other expected access exc");
220 System.out.println("WARNING: able to get string3 in wrong obj: "
224 System.out.println(" got expected arg exc");
239 System.out.println("ERROR: Expected NoSuchFieldException");
243 System.out.println(" NoSuchFieldException '" + msg +
254 System.out.println("pubLong initial value is " +
258 System.out.println("pubLong new value is " +
267 System.out.println(" superInt value is " + intVal);
269 System.out.println(" superInt boxed is " + boxedIntVal);
273 System.out.println(" superInt value is now " + intVal);
276 System.out.println(" superInt value (from short) is now " +intVal);
279 System.out.println(" superInt value is now " + intVal);
282 System.out.println("FAIL: expected exception not thrown");
285 System.out.println(" got expected long->int failure");
289 System.out.println("FAIL: expected exception not thrown");
292 System.out.println(" got expected long->int failure");
296 System.out.println("FAIL: expected exception not thrown");
299 System.out.println(" got expected string->int failure");
304 System.out.println("FAIL: expected exception not thrown");
307 System.out.println(" got expected int->short failure");
313 System.out.println(" superClassInt value is " + superClassIntVal);
318 System.out.println(" staticDoubleVal value is " + staticDoubleVal);
322 System.out.println("FAIL: expected exception not thrown");
325 System.out.println(" got expected double->long failure");
334 System.out.println("as expected: aPrivateInt not found");
338 System.out.println("BUG: got aPrivateInt");
344 System.out.println(" Constant test value is " + val);
350 System.out.println(" cantTouchThis is " + intVal);
353 System.out.println("ERROR: set-final did not throw exception");
355 System.out.println(" as expected: set-final throws exception");
358 System.out.println(" cantTouchThis is still " + intVal);
360 System.out.println(" " + field + " accessible=" + field.isAccessible());
362 System.out.println(" " + field + " accessible=" + field.isAccessible());
365 System.out.println(" cantTouchThis is now " + intVal);
368 System.out.println(" cantTouchThis is now " + intVal);
376 System.out.println("cons modifiers=" + cons.getModifiers());
382 System.out.println("ERROR: Class.newInstance did not throw exception");
384 System.out.println("got expected exception for Class.newInstance");
386 System.out.println("ERROR: Class.newInstance got unexpected exception: " +
393 System.out.println("ERROR: Constructor.newInstance did not throw exception");
395 System.out.println("got expected exception for Constructor.newInstance");
397 System.out.println("ERROR: Constructor.newInstance got unexpected exception: " +
402 System.out.println("----- unexpected exception -----");
403 ex.printStackTrace(System.out);
406 System.out.println("ReflectTest done!");
417 nsme.printStackTrace(System.out);
420 System.out.println(m + " accessible=" + m.isAccessible());
422 System
426 iae.printStackTrace(System.out);
429 ite.printStackTrace(System.out);
437 iae.printStackTrace(System.out);
440 ite.printStackTrace(System.out);
445 System.out.println("checkType invoking null");
448 System.out.println("ERROR: should throw InvocationTargetException");
450 System.out.println("checkType got expected exception");
452 iae.printStackTrace(System.out);
459 System.out.println("calling const-class FieldNoisyInitUser.class");
461 System.out.println("called const-class FieldNoisyInitUser.class");
465 System.out.println("got fields");
468 System.out.println("got field");
470 System.out.println("read field value");
476 System.out.println("");
481 System.out.println("calling const-class MethodNoisyInitUser.class");
483 System.out.println("called const-class MethodNoisyInitUser.class");
487 System.out.println("got methods");
490 System.out.println("got method");
492 System.out.println("invoked method");
498 System.out.println("");
515 System.out.println("generic field: " + listType);
525 System.out.println("generic method " + method.getName() + " params='"
535 System.out.println("generic ctor " + ctor.getName() + " params='"
570 System.out.println("ERROR: fields shouldn't have reference equality");
572 System.out.println("fields are unique");
575 System.out.println("fields are .equals");
577 System.out.println("ERROR: fields fail equality");
587 System.out.println("ERROR: methods shouldn't have reference equality");
589 System.out.println("methods are unique");
592 System.out.println("methods are .equals");
594 System.out.println("ERROR: methods fail equality");
619 System.out.println("type1 is a ParameterizedType");
622 System.out.println("type2 is a ParameterizedType");
625 System.out.println("type3 is a ParameterizedType");
629 System.out.println("type1("+type1+") equals type2("+type2+")");
631 System.out.println("type1("+type1+") does not equal type2("+type2+")");
635 System.out.println("type1("+type1+") equals type3("+type3+")");
637 System.out.println("type1("+type1+") does not equal type3("+type3+")");
640 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode");
642 System.out.println(
647 System.out.println("type1("+type1+") hashCode equals type3("+type3+") hashCode");
649 System.out.println(
675 System.out.println("type1 is a GenericArrayType");
678 System.out.println("type2 is a GenericArrayType");
681 System.out.println("type3 is a GenericArrayType");
685 System.out.println("type1("+type1+") equals type2("+type2+")");
687 System.out.println("type1("+type1+") does not equal type2("+type2+")");
691 System.out.println("type1("+type1+") equals type3("+type3+")");
693 System.out.println("type1("+type1+") does not equal type3("+type3+")");
696 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode");
698 System.out.println(
703 System.out.println("type1("+type1+") hashCode equals type3("+type3+") hashCode");
705 System.out.println(
713 System.out.println("Didn't get an exception from Method.class.getDeclaredConstructor().setAccessible");
717 System.out.println(e);
721 System.out.println("Didn't get an exception from Field.class.getDeclaredConstructor().setAccessible");
725 System.out.println(e);
729 System.out.println("Didn't get an exception from Class.class.getDeclaredConstructor().setAccessible");
733 System.out.println(e);
761 System.out.println("SuperTarget constructor ()V");
767 System.out.println("myMethod (F)I " + floatArg);
777 System.out.println("Target constructor ()V");
781 System.out.println("Target constructor (IF)V : ii="
787 System.out.println("myMethod (I)I");
788 System.out.println(" arg=" + intarg + " anInt=" + anInt);
793 System.out.println("myMethod: " + strarg[0] + " " + f + " " + c + " !");
798 System.out.println("myNoargMethod ()V");
802 System.out.println("throwingMethod");
807 System.out.println("misc");
827 System.out.println("FieldNoisyInit is initializing");
829 //th.printStackTrace(System.out);
835 System.out.println("FieldNoisyInitUser is initializing");
843 System.out.println("MethodNoisyInit is initializing");
845 //th.printStackTrace(System.out);
851 System.out.println("MethodNoisyInitUser is initializing");
879 System.out.println("ERROR: values don't match");
882 System.out.println(e);