Lines Matching full:println
36 System.err.println("not a proxy class?");
38 System.err.println("ERROR: Proxy.getInvocationHandler is null");
56 System.out.println("Didn't get expected exception");
58 System.out.println("Got expected ioobe");
62 System.out.println("Didn't get expected exception");
64 System.out.println("Got expected ie");
71 System.out.println("");
73 System.out.println("Proxy methods: " + Arrays.deepToString(methods));
75 System.out.println("Decl annos: " + Arrays.deepToString(meth.getDeclaredAnnotations()));
77 System.out.println("Param annos (" + paramAnnos.length + ") : "
80 System.out.println("Proxy fields: " + Arrays.deepToString(fields));
97 //System.out.println("Constructor is " + cons);
100 System.err.println("failed: " + nsme);
102 System.err.println("failed: " + ie);
104 System.err.println("failed: " + ie);
106 System.err.println("failed: " + ite);
162 System.out.println("--- circle " + r);
165 System.out.println("--- rectangle " + x + "," + y);
169 System.out.println("--- square " + x + "," + y);
173 System.out.println("--- trap " + x + "," + y + "," + off);
177 System.out.println("--- blob");
182 System.out.println("--- red " + howRed);
186 System.out.println("--- green " + howGreen);
190 System.out.println("--- blue " + howBlue);
194 System.out.println("--- mauve " + apology);
230 //System.out.println("!!! object " + method.getName());
241 System.out.println("Invoke " + method);
243 System.out.println(" (no args)");
246 System.out.println(" " + i + ": " + args[i]);
254 System.out.println("Success: method " + method.getName()