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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java121 public Date getDate() { method in class:HistoryEntry
H A DSCCSHistoryParser.java87 entry.setDate(getDate());
153 private Date getDate() { method in class:SCCSHistoryParser
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java103 * Test of getDate method, of class HistoryEntry.
106 public void getDate() { method in class:HistoryEntryTest
107 assertEquals(historyDate, instance.getDate());
109 assertNull(instance.getDate());
145 assertEquals(date, instance.getDate());
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java822 public final Date getDate() method in class:Node
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 48 milliseconds