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

/opengrok/src/org/opensolaris/opengrok/history/
H A DTagEntry.java83 public Date getDate() { method in class:TagEntry
H A DHistoryEntry.java130 public Date getDate() { method in class:HistoryEntry
H A DSCCSHistoryParser.java91 entry.setDate(getDate());
156 private Date getDate() { method in class:SCCSHistoryParser
/opengrok/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java104 * Test of getDate method, of class HistoryEntry.
107 public void getDate() { method in class:HistoryEntryTest
108 assertEquals(historyDate, instance.getDate());
110 assertNull(instance.getDate());
146 assertEquals(date, instance.getDate());
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java800 public final Date getDate() method in class:Node

Completed in 24 milliseconds