Searched refs:getDate (Results 1 - 16 of 16) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DMercurialRepositoryTest.java81 assertNotNull(e.getDate());
101 assertNotNull(e.getDate());
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());
H A DRazorHistoryParserTest.java115 cal.setTime(h1.getDate());
H A DJDBCHistoryCacheTest.java255 assertEquals(expected.getDate(), actual.getDate());
394 oldestEntry.getDate().before(mostRecentEntry.getDate()));
528 assertEquals("Date", e0.getDate(), e1.getDate());
H A DPerforceHistoryParserTest.java159 cal.setTime(entry.getDate());
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java87 entry.setDate(getDate());
153 private Date getDate() { method in class:SCCSHistoryParser
H A DRazorHistoryParser.java110 if (entry != null && entry.getDate() != null) {
178 if (entry != null && entry.getDate() != null) {
H A DHistoryEntry.java121 public Date getDate() { method in class:HistoryEntry
H A DRCSHistoryParser.java120 entry.setDate(n.getDate());
H A DDirectoryHistoryReader.java228 Date cdate = entry.getDate();
H A DHistoryGuru.java157 he.getAuthor(), he.getDate());
H A DJDBCHistoryCache.java720 new Timestamp(entry.getDate().getTime()));
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLines.java152 o = annotationFormat.format(new Object[]{rev.getVersion(), rev.getAuthor(), rev.getDate(), o});
H A DNode.java822 public final Date getDate() method in class:Node
H A DArchive.java1173 rev.getDate(),
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 31 milliseconds