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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DBazaarRepositoryTest.java65 * Test of parseAnnotation method, of class GitRepository.
68 public void parseAnnotation() throws Exception { method in class:BazaarRepositoryTest
81 Annotation result = instance.parseAnnotation(input, fileName);
H A DGitRepositoryTest.java58 * Test of parseAnnotation method, of class GitRepository.
62 public void parseAnnotation() throws Exception { method in class:GitRepositoryTest
75 .getDeclaredMethod("parseAnnotation", Reader.class, String.class);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DBazaarRepository.java182 return parseAnnotation(exec.getOutputReader(), file.getName());
186 protected Annotation parseAnnotation(Reader input, String fileName) method in class:BazaarRepository
H A DCVSRepository.java283 return parseAnnotation(exec.getOutputReader(), file.getName());
298 protected Annotation parseAnnotation(Reader input, String fileName) method in class:CVSRepository
H A DGitRepository.java449 return parseAnnotation(newLogReader(exec.getOutputStream()), file.getName());
460 private static Annotation parseAnnotation(Reader input, String fileName) method in class:GitRepository

Completed in 11 milliseconds