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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DPerforceHistoryParserTest.java61 * Test of parseChanges method, of class PerforceHistoryParser.
64 public void parseChanges() throws Exception { method in class:PerforceHistoryParserTest
69 History result = PerforceHistoryParser.parseChanges(new StringReader(output));
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DPerforceHistoryParser.java83 return parseChanges(executor.getOutputReader());
113 protected static History parseChanges(Reader fileHistory) throws IOException { method in class:PerforceHistoryParser

Completed in 19 milliseconds