Searched defs:errors (Results 101 - 105 of 105) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java100 * The number of errors and warnings
582 // it has been truncated. We let other I/O errors pass
1082 * The filename where the last errors have occurred
1089 ErrorMessage errors; field in class:BatchEnvironment
1107 if (errors == null
1108 || errors.where > where) {
1110 // errors, insert it at the beginning of the list.
1112 newMsg.next = errors;
1113 errors = newMsg;
1115 } else if (errors
[all...]
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java85 if (errors > 0)
86 throw new Exception(errors + " errors occurred");
221 errors++;
241 int errors; field in class:TestClientCodeWrapper
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java91 * errors can be displayed in a gui viewer. For info on command line args,
103 * @summary assorted position errors in compiler syntax trees
110 * if any errors arise, otherwise System.exit will be used, unless the gui
186 if (errors > 0)
187 System.err.println(errors + " errors");
189 return (gui || errors == 0);
266 * @throws IOException if any IO errors occur
267 * @throws TreePosTest.ParseException if any errors occur while parsing the file
271 r.errors
319 int errors; field in class:CheckAttributedTree
533 int errors; field in class:CheckAttributedTree.Reporter
[all...]
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java68 if (errors > 0)
69 throw new Exception(errors + " errors found");
197 errors++;
200 int errors; field in class:T6888367
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h642 jvmtiError* errors; member in struct:_jvmtiExtensionFunctionInfo

Completed in 49 milliseconds

12345