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

/opengrok/test/org/opensolaris/opengrok/analysis/
H A DDefinitionsTest.java103 * Test of occurrences method, of class Definitions.
106 public void occurrences() { method in class:DefinitionsTest
111 assertEquals(instance.occurrences("one"), 1);
112 assertEquals(instance.occurrences("two"), 2);
113 assertEquals(instance.occurrences("notFound"), 0);
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DDefinitions.java121 * Return the number of occurrences of definitions with the specified
124 * @param symbol the symbol to count the occurrences of
127 public int occurrences(String symbol) { method in class:Definitions

Completed in 553 milliseconds