Searched defs:getDate (Results 1 - 5 of 5) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ | ||
H A D | TagEntry.java | 83 public Date getDate() { method in class:TagEntry |
H A D | HistoryEntry.java | 130 public Date getDate() { method in class:HistoryEntry |
H A D | SCCSHistoryParser.java | 91 entry.setDate(getDate()); 156 private Date getDate() { method in class:SCCSHistoryParser |
/opengrok/test/org/opensolaris/opengrok/history/ | ||
H A D | HistoryEntryTest.java | 104 * 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 D | Node.java | 800 public final Date getDate() method in class:Node |
Completed in 1077 milliseconds