Searched refs:setAuthor (Results 1 - 18 of 18) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DClearCaseHistoryParser.java99 entry.setAuthor(s);
H A DPerforceHistoryParser.java135 entry.setAuthor(matcher.group(8));
176 entry.setAuthor(matcher.group(8));
H A DBazaarHistoryParser.java128 entry.setAuthor(s.substring("committer:".length()).trim());
H A DCVSHistoryParser.java98 entry.setAuthor(val);
H A DHistoryEntry.java148 public void setAuthor(String author) { method in class:HistoryEntry
H A DMonotoneHistoryParser.java138 entry.setAuthor(s.substring("Author:".length()).trim());
H A DSCCSHistoryParser.java88 entry.setAuthor(getAuthor());
H A DMercurialHistoryParser.java141 entry.setAuthor(s);
H A DRCSHistoryParser.java121 entry.setAuthor(n.getAuthor());
H A DRazorHistoryParser.java159 entry.setAuthor(userName);
H A DSubversionHistoryParser.java94 entry.setAuthor(s);
H A DGitHistoryParser.java113 entry.setAuthor(s);
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java129 * Test of setAuthor method, of class HistoryEntry.
132 public void setAuthor() { method in class:HistoryEntryTest
134 instance.setAuthor(newAuthor);
H A DJDBCHistoryCacheTest.java512 e0.setAuthor("dummy");
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj291 <AUTHOR> s = id() { node.setAuthor(s); } <EOS>
H A DArchiveParser.java375 node.setAuthor(s);
H A DNode.java291 public void setAuthor(String user) 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 26 milliseconds