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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java66 instance.addLine("1.0", "Author", true);
68 instance.addLine("1.1.0", "Author 2", false);
79 instance.addLine("1.0", "Author", true);
81 instance.addLine("1.1.0", "Author 2", false);
92 instance.addLine("1.0", "Author", true);
94 instance.addLine("1.1.0", "Author 2", false);
105 instance.addLine("1.0", "Author", true);
107 instance.addLine("1.1", "Author 2", true);
118 instance.addLine("1.0", "Author", true);
120 instance.addLine("1.
141 public void addLine() { method in class:AnnotationTest
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DMonotoneRepository.java179 ret.addLine(rev, author, true);
181 ret.addLine(rev, author, true);
H A DAnnotation.java151 void addLine(String revision, String author, boolean enabled) { method in class:Annotation
H A DRCSRepository.java93 a.addLine(rev, author, true);
H A DAccuRevRepository.java127 a.addLine(version, author, true);
H A DCVSRepository.java279 ret.addLine(rev, author, true);
H A DPerforceRepository.java94 a.addLine(revision, author, true);
H A DSCCSRepository.java173 a.addLine(rev, author, true);
H A DBazaarRepository.java184 ret.addLine(rev, author, true);
H A DClearCaseRepository.java233 a.addLine(aRevision, aAuthor, true);
H A DSubversionRepository.java263 annotation.addLine(rev, author, true);
H A DGitRepository.java316 ret.addLine(rev, author, true);
H A DMercurialRepository.java242 ret.addLine(rev, Util.getEmail(author.trim()), true);

Completed in 20 milliseconds