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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAccuRevHistoryParser.java151 entry.setAuthor(user);
H A DClearCaseHistoryParser.java97 entry.setAuthor(s);
H A DPerforceHistoryParser.java130 entry.setAuthor(matcher.group(8));
171 entry.setAuthor(matcher.group(8));
H A DBazaarHistoryParser.java120 entry.setAuthor(s.substring("committer:".length()).trim());
H A DCVSHistoryParser.java124 entry.setAuthor(val);
H A DGitHistoryParser.java93 entry.setAuthor(s.substring("Author:".length()).trim());
H A DHistoryEntry.java136 public void setAuthor(String author) { method in class:HistoryEntry
H A DMercurialHistoryParser.java117 entry.setAuthor(s.substring("user:".length()).trim());
H A DMonotoneHistoryParser.java127 entry.setAuthor(s.substring("Author:".length()).trim());
H A DRCSHistoryParser.java115 entry.setAuthor(n.getAuthor());
H A DSCCSHistoryParser.java87 entry.setAuthor(getAuthor());
H A DRazorHistoryParser.java169 entry.setAuthor(userName);
H A DSubversionHistoryParser.java89 entry.setAuthor(s);
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java130 * Test of setAuthor method, of class HistoryEntry.
133 public void setAuthor() { method in class:HistoryEntryTest
135 instance.setAuthor(newAuthor);
H A DJDBCHistoryCacheTest.java385 e0.setAuthor("dummy");
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.jj291 <AUTHOR> s = id() { node.setAuthor(s); } <EOS>
H A DArchiveParser.java383 node.setAuthor(s);
H A DNode.java276 public void setAuthor(String user) method in class:Node
/opengrok-sun/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 33 milliseconds