Searched refs:addLine (Results 1 - 13 of 13) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java66 instance.addLine("1.0", "Author");
68 instance.addLine("1.1.0", "Author 2");
79 instance.addLine("1.0", "Author");
81 instance.addLine("1.1.0", "Author 2");
92 instance.addLine("1.0", "Author");
94 instance.addLine("1.1", "Author 2");
105 instance.addLine("1.0", "Author");
107 instance.addLine("1.1.0", "Author 2");
118 instance.addLine("1.0", "Author");
120 instance.addLine("1.
128 public void addLine() { method in class:AnnotationTest
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMonotoneRepository.java192 ret.addLine(rev, author);
194 ret.addLine(rev, author);
H A DRCSRepository.java115 a.addLine(rev, author);
H A DAccuRevRepository.java123 a.addLine(matcher.group(1), matcher.group(2));
H A DAnnotation.java145 void addLine(String revision, String author) { method in class:Annotation
H A DBazaarRepository.java200 ret.addLine(rev, author);
H A DCVSRepository.java322 ret.addLine(rev, author);
H A DPerforceRepository.java103 a.addLine(revision, author);
H A DSCCSRepository.java179 a.addLine(rev, author);
H A DClearCaseRepository.java236 a.addLine(aRevision, aAuthor);
H A DMercurialRepository.java429 ret.addLine(rev, author);
H A DSubversionRepository.java309 annotation.addLine(rev, author);
H A DGitRepository.java474 ret.addLine(rev, author);

Completed in 44 milliseconds