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

12345

/openjdk7/langtools/test/tools/javac/api/ToolProvider/
H A DHelloWorldTest.java73 if (errors > 0)
74 throw new Exception(errors + " errors occurred");
79 errors++;
82 int errors; field in class:HelloWorldTest
H A DToolProviderTest1.java72 if (errors > 0)
73 throw new Exception(errors + " errors occurred");
78 errors++;
81 int errors; field in class:ToolProviderTest1
H A DToolProviderTest2.java77 if (errors > 0)
78 throw new Exception(errors + " errors occurred");
83 errors++;
86 int errors; field in class:ToolProviderTest2
/openjdk7/langtools/test/tools/javap/
H A DT6980017.java68 if (errors > 0)
69 throw new Exception(errors + " errors occurred");
74 errors++;
77 int errors; field in class:T6980017
/openjdk7/langtools/test/tools/javac/
H A DVersionOpt.java90 if (errors > 0)
91 throw new Exception(errors + " errors found");
99 errors++;
103 int errors; field in class:VersionOpt
H A DT6725036.java77 if (errors > 0)
78 throw new Exception(errors + " occurred");
87 errors++;
94 int errors; field in class:T6725036
H A DT6956638.java84 if (errors > 0)
85 throw new Exception(errors + " tests failed");
132 errors++;
136 int errors; field in class:T6956638
H A DT6999210.java76 if (errors > 0)
77 throw new Exception(errors + " errors occurred");
120 errors++;
123 int errors; field in class:T6999210
/openjdk7/langtools/test/tools/javac/synthesize/
H A DMain.java82 if (errors > 0)
83 throw new Exception(errors + " errors occurred");
116 errors++;
119 private int errors; field in class:Main
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTest.java41 if (errors > 0)
42 throw new Exception(errors + " errors found");
74 errors++;
77 int errors; field in class:Test
/openjdk7/langtools/test/tools/javah/
H A DTestHelpOpts.java50 if (errors > 0)
51 throw new Exception(errors + " errors occurred");
77 errors++;
80 int errors; field in class:TestHelpOpts
/openjdk7/jdk/make/tools/src/build/tools/commentchecker/
H A DCommentChecker.java36 * have been errors where a dropped end-comment delimiter in a
57 static int errors = 0; field in class:CommentChecker
170 errors++;
174 if (errors != 1) {
175 System.out.println("There were " + errors + " errors.");
179 System.exit(errors);
/openjdk7/jdk/test/java/nio/charset/CharsetEncoder/
H A DCanEncode.java36 private static int errors = 0; field in class:CanEncode
43 errors++;
/openjdk7/jdk/test/java/nio/charset/coders/
H A DIsLegalReplacement.java38 static int errors = 0; field in class:IsLegalReplacement
71 errors++;
88 if (errors > 0)
89 throw new Exception(errors + " error(s) occurred");
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DPackageDoc.java68 * classes (that is, exclude exceptions, errors, enums, interfaces, and
88 ClassDoc[] errors(); method in interface:PackageDoc
/openjdk7/langtools/test/tools/javac/6627362/
H A DT6627362.java46 if (errors > 0)
47 throw new Error(errors + " test cases failed");
98 errors++;
118 int errors; field in class:T6627362
/openjdk7/langtools/test/tools/javac/6917288/
H A DGraphicalInstallerTest.java56 if (errors > 0)
57 throw new Exception(errors + " errors occurred");
102 errors++;
105 int errors; field in class:GraphicalInstallerTest
/openjdk7/jdk/test/java/util/TimeZone/
H A DDaylightTimeTest.java37 private static int errors = 0; field in class:DaylightTimeTest
59 errors++;
72 if (errors > 0) {
100 errors++;
/openjdk7/langtools/test/tools/javac/api/
H A DTestJavacTask_Lock.java77 if (errors > 0)
78 throw new Exception(errors + " errors found");
107 errors++;
110 int errors; field in class:TestJavacTask_Lock
H A DTestJavacTask_ParseAttrGen.java123 errors++;
126 int errors; field in class:TestJavacTask_ParseAttrGen
/openjdk7/langtools/test/tools/javac/literals/
H A DBinaryLiterals.java109 if (errors > 0)
110 throw new Exception(errors + " errors found");
127 errors++;
131 int errors; field in class:BinaryLiterals
H A DUnderscoreLiterals.java166 if (errors > 0)
167 throw new Exception(errors + " errors found");
190 errors++;
194 int errors; field in class:UnderscoreLiterals
/openjdk7/langtools/test/tools/javac/policy/test1/
H A DTest1b.java126 if (errors > 0)
127 throw new Exception(errors + " errors");
151 errors++;
155 int errors; field in class:Test1b
/openjdk7/langtools/test/tools/javac/processing/options/testCommandLineClasses/
H A DTest.java56 if (errors > 0)
57 throw new RuntimeException(errors + " errors occurred");
88 int errors = 0; field in class:Test
92 errors++;
/openjdk7/langtools/test/tools/javac/tree/
H A DClassTreeTest.java61 if (errors > 0)
62 throw new Exception(errors + " errors found");
92 errors++;
96 int errors; field in class:ClassTreeTest

Completed in 42 milliseconds

12345