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

/opengrok/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.java95 * Test of getAuthor method, of class HistoryEntry.
98 public void getAuthor() { method in class:HistoryEntryTest
99 String result = instance.getAuthor();
136 assertEquals(newAuthor, instance.getAuthor());
/opengrok/src/org/opensolaris/opengrok/history/
H A DAnnotation.java99 public String getAuthor(int line) { method in class:Annotation
H A DHistoryEntry.java122 public String getAuthor() { method in class:HistoryEntry
H A DSCCSHistoryParser.java92 entry.setAuthor(getAuthor());
164 private String getAuthor() { method in class:SCCSHistoryParser
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java805 public final String getAuthor() method in class:Node

Completed in 413 milliseconds