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

/opengrok/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java112 * Test of getWidestRevision method, of class Annotation.
115 public void getWidestRevision() { method in class:AnnotationTest
117 assertEquals(instance.getWidestRevision(), 0);
119 assertEquals(instance.getWidestRevision(), 3);
121 assertEquals(instance.getWidestRevision(), 5);
/opengrok/src/org/opensolaris/opengrok/history/
H A DAnnotation.java136 public int getWidestRevision() { method in class:Annotation

Completed in 10 milliseconds