Searched defs:active (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java54 private boolean active; field in class:HistoryEntry
72 this.active = that.active;
78 String tags, String message, boolean active) {
84 this.active = active;
99 LOGGER.log(Level.FINE, "HistoryEntry : active = {0}", (active ?
159 return active;
162 public void setActive(boolean active) { argument
77 HistoryEntry(String revision, Date date, String author, String tags, String message, boolean active) argument
[all...]
H A DSCCSHistoryParser.java54 boolean active; field in class:SCCSHistoryParser
83 active = true;
177 return active;
201 active = false;
203 active = true;

Completed in 10 milliseconds