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

/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