Searched refs:getLine (Results 1 - 14 of 14) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DCharStream.java44 int getLine(); method in interface:CharStream
H A DFastCharStream.java129 public final int getLine() { method in class:FastCharStream
H A DSimpleCharStream.java220 public int getLine() { method in class:SimpleCharStream
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryReader.java60 str.append(entry.getLine());
H A DHistoryEntry.java84 public String getLine() { method in class:HistoryEntry
205 return getLine();
/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DHitTest.java55 assertNull(instance.getLine());
58 assertEquals(expResult, instance.getLine());
H A DSearchEngineTest.java205 if (hit.getLine().indexOf("arguments") == -1) {
206 fail("got an incorrect match: " + hit.getLine());
219 if (hit.getLine().indexOf("main") == -1) {
220 fail("got an incorrect match: " + hit.getLine());
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java93 assertTrue(hits.get(0).getLine().contains(
103 assertTrue(hits.get(0).getLine().contains(
119 assertTrue(hits.get(0).getLine().contains(
121 assertTrue(hits.get(1).getLine().contains(
H A DContextTest.java158 String actualOutput = hitList ? hits.get(0).getLine() : out.toString();
181 actualOutput = hitList ? hits.get(0).getLine() : out.toString();
201 actualOutput = hitList ? hits.get(0).getLine() : out.toString();
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearch.java132 + " [" + hit.getLine() + "]");
153 + " [" + hit.getLine() + "]");
H A DHit.java142 public String getLine() { method in class:Hit
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java71 * Test of getLine method, of class HistoryEntry.
74 public void getLine() { method in class:HistoryEntryTest
75 assertTrue(instance.getLine().contains(historyRevision));
76 assertTrue(instance.getLine().contains(historyAuthor));
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java179 String line = he.getLine();
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 21 milliseconds