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

/opengrok/test/org/opensolaris/opengrok/history/
H A DBazaarRepositoryTest.java73 * Test of parseAnnotation method, of class GitRepository.
77 public void parseAnnotation() throws Exception { method in class:BazaarRepositoryTest
90 Annotation result = instance.parseAnnotation(input, fileName);
H A DGitRepositoryTest.java73 * Test of parseAnnotation method, of class GitRepository.
77 public void parseAnnotation() throws Exception { method in class:GitRepositoryTest
89 Annotation result = instance.parseAnnotation(input, fileName);
/opengrok/src/org/opensolaris/opengrok/history/
H A DSSCMRepository.java324 return parseAnnotation(exec.getOutputReader(), file.getName());
327 protected Annotation parseAnnotation(Reader input, String fileName) method in class:SSCMRepository
H A DBazaarRepository.java184 return parseAnnotation(exec.getOutputReader(), file.getName());
187 protected Annotation parseAnnotation(Reader input, String fileName) method in class:BazaarRepository
H A DCVSRepository.java294 return parseAnnotation(exec.getOutputReader(), file.getName());
297 protected Annotation parseAnnotation(Reader input, String fileName) method in class:CVSRepository
H A DGitRepository.java382 return parseAnnotation(
386 protected Annotation parseAnnotation(Reader input, String fileName) method in class:GitRepository

Completed in 131 milliseconds