Searched refs:foundCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javadoc/6958836/
H A DTest.java98 int foundCount = 0;
101 foundCount++;
103 if (foundCount != expectCount) {
104 error("incorrect number of matches found: " + foundCount
/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java147 foundCount = 0;
149 if (foundCount != expectCount)
150 error(file, tree, "Wrong number of annotations found: " + foundCount + ", expected: " + expectCount);
193 foundCount++;
220 int foundCount; field in class:TestProcessor.TestScanner

Completed in 30 milliseconds