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

/opengrok/src/org/opensolaris/opengrok/history/
H A DBazaarTagEntry.java38 public int compareTo(HistoryEntry that) { argument
40 return ((Integer) this.revision).compareTo(Integer.parseInt(that.getRevision()));
H A DGitTagEntry.java43 public int compareTo(HistoryEntry that) { argument
45 return this.date.compareTo(that.getDate());
H A DMercurialTagEntry.java38 public int compareTo(HistoryEntry that) { argument
40 String revs[] = that.getRevision().split(":");
H A DHistoryEntry.java66 public HistoryEntry(HistoryEntry that) { argument
67 this.revision = that.revision;
68 this.date = that.date;
69 this.author = that.author;
70 this.tags = that.tags;
71 this.message = that.message;
72 this.active = that.active;
73 this.files = that.files;
74 this.changeRequests = that.changeRequests;
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 11 milliseconds