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

12345

/openjdk7/langtools/test/tools/javac/tree/
H A DT6993305.java72 if (errors > 0)
73 throw new Exception(errors + " errors occurred");
78 errors++;
81 int errors; field in class:T6993305
H A DAbstractTreeScannerTest.java87 if (errors > 0)
88 System.err.println(errors + " errors");
90 return (errors == 0);
157 * @throws IOException if any IO errors occur
158 * @throws TreePosTest.ParseException if any errors occur while parsing the file
162 r.errors = 0;
167 if (r.errors > 0)
180 * exit or throw an Error if any errors have been reported.
185 errors
223 int errors; field in class:AbstractTreeScannerTest
254 int errors; field in class:AbstractTreeScannerTest.Reporter
[all...]
H A DTreePosTest.java88 * errors can be displayed in a gui viewer. For info on command line args,
100 * @summary assorted position errors in compiler syntax trees
107 * if any errors arise, otherwise System.exit will be used, unless the gui
183 if (errors > 0)
184 System.err.println(errors + " errors");
186 return (gui || errors == 0);
263 * @throws IOException if any IO errors occur
264 * @throws TreePosTest.ParseException if any errors occur while parsing the file
268 r.errors
297 int errors; field in class:TreePosTest
521 int errors; field in class:TreePosTest.Reporter
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DTest7029048.java48 static int errors = 0; field in class:Test7029048
161 errors++;
297 if (errors > 0) {
299 + errors + " errors and passes " + passes);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassDocCatalog.java83 * Stores errors for each package
85 private Map<String,Set<ClassDoc>> errors; field in class:ClassDocCatalog
121 errors = new HashMap<String,Set<ClassDoc>>();
144 addClass(classdoc, errors);
225 * Return all of the errors specified on the command-line
230 public ClassDoc[] errors(String packageName) { method in class:ClassDocCatalog
231 return getArray(errors, packageName);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DPackageDocImpl.java190 * Get ordinary classes (that is, exclude exceptions, errors,
225 public ClassDoc[] errors() { method in class:PackageDocImpl
/openjdk7/langtools/test/tools/javac/6508981/
H A DTestInferBinaryName.java67 if (errors > 0)
68 throw new Exception(errors + " error found");
124 errors++;
167 errors++;
171 private int errors; field in class:TestInferBinaryName
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DDefaultControlTest.java61 static int errors; field in class:DefaultControlTest
91 if (errors > 0) {
92 throw new RuntimeException("FAILED: " + errors + " error(s)");
436 errors++;
441 errors++;
/openjdk7/langtools/test/tools/javac/api/6411310/
H A DTest.java71 if (errors > 0)
72 throw new Exception(errors + " errors found");
228 errors++;
231 int errors; field in class:Test
/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java48 if (errors > 0)
49 throw new Exception(errors + " errors found");
229 errors++;
236 int errors; field in class:T6430241
H A DT6838467.java109 if (errors > 0)
110 throw new Exception(errors + " errors");
222 errors++;
226 int errors; field in class:T6838467
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java67 if (errors > 0)
68 throw new Exception(errors + " errors found");
83 errors++;
89 int errors; field in class:CompoundScopeTest
/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.java75 if (errors == 0)
78 throw new Exception(errors + "/" + count + " tests failed");
255 errors++;
264 int errors; field in class:CompareTest
/openjdk7/langtools/test/tools/javap/
H A DTestSuperclass.java81 int errors = 0;
86 errors += new TestSuperclass(ck, gk, sk).run(comp, fm);
91 if (errors > 0)
92 throw new Exception(errors + " errors found");
128 return errors;
152 errors++;
155 int errors; field in class:TestSuperclass
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java353 java.util.List errors = new java.util.LinkedList(); field in class:GlobalListener
355 if (errors.size() != 0) {
361 ListIterator iter = errors.listIterator();
377 errors.add(error);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java38 private static int errors = 0; field in class:Globals
118 return errors;
136 errors++;
141 errors++;
/openjdk7/langtools/make/tools/GenStubs/
H A DGenStubs.java167 return (errors == 0);
197 errors++;
204 int errors; field in class:GenStubs
/openjdk7/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java94 public StringWriter errors; field in class:JavadocTester
209 new PrintWriter(errors, true),
218 errors.write(NL + stderr.toString());
228 errors = new StringWriter();
467 return errors.getBuffer().toString();
/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java105 if (errors > 0)
106 throw new Exception(errors + " errors found");
480 errors++;
484 int errors; field in class:T6889255
/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java89 throw new Exception(r.errors + " errors occurred");
171 return (errors == 0);
196 errors++;
201 int errors; field in class:RunExamples
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java90 if (errors > 0)
91 throw new Exception(errors + " errors occurred");
330 errors++;
336 /** Number of errors found. */
337 int errors; field in class:T6920317
H A DTestWarnErrorCount.java50 * Type of errors to generate in test case.
53 /** No errors. */
55 /** Source code errors. */
114 if (errors > 0)
115 throw new Exception(errors + " errors found");
126 if (stopOnError && errors > 0)
127 throw new Exception(errors + " errors found");
139 * @param ek The type of errors t
290 int errors = 0; field in class:TestWarnErrorCount
[all...]
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestSuppression.java79 if (errors > 0) throw new AssertionError();
86 if (errors > 0)
87 throw new Exception(errors + " errors occurred");
163 errors++;
167 int errors; field in class:TestSuppression
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java70 if (errors > 0)
71 throw new Exception(errors + " errors occurred");
130 errors++;
134 static int errors; field in class:TestDocComments
/openjdk7/langtools/test/tools/javac/scope/
H A DStarImportTest.java65 if (errors > 0)
66 throw new Exception(errors + " errors found");
106 errors++;
112 int errors; field in class:StarImportTest
210 * @throws Exception for fatal errors, such as from reflection

Completed in 58 milliseconds

12345