Searched refs:parseFileLog (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DPerforceHistoryParserTest.java98 * Test of parseFileLog method, of class PerforceHistoryParser.
101 public void parseFileLog() throws Exception { method in class:PerforceHistoryParserTest
120 History result = PerforceHistoryParser.parseFileLog(new StringReader(output));
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceHistoryParser.java96 return parseFileLog(executor.getOutputReader());
153 protected static History parseFileLog(Reader fileLog) throws IOException { method in class:PerforceHistoryParser

Completed in 8 milliseconds