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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java73 * Test of getAuthor method, of class Annotation.
76 public void getAuthor() { method in class:AnnotationTest
78 assertEquals(instance.getAuthor(1), "");
80 assertEquals(instance.getAuthor(1), "Author");
82 assertEquals(instance.getAuthor(2), "Author 2");
H A DHistoryEntryTest.java94 * Test of getAuthor method, of class HistoryEntry.
97 public void getAuthor() { method in class:HistoryEntryTest
98 String result = instance.getAuthor();
135 assertEquals(newAuthor, instance.getAuthor());
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java117 public String getAuthor() { method in class:HistoryEntry
H A DSCCSHistoryParser.java88 entry.setAuthor(getAuthor());
161 private String getAuthor() { method in class:SCCSHistoryParser
H A DAnnotation.java93 public String getAuthor(int line) { method in class:Annotation
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java828 public final String getAuthor() method in class:Node
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 17 milliseconds