Searched refs:HistoryContext (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DHistoryContextTest.java43 * Unit tests for the {@code HistoryContext} class.
76 assertTrue(new HistoryContext(q1).isEmpty());
77 assertTrue(new HistoryContext(q2).isEmpty());
78 assertFalse(new HistoryContext(q3).isEmpty());
79 assertTrue(new HistoryContext(q4).isEmpty());
80 assertFalse(new HistoryContext(q5).isEmpty());
91 assertTrue(new HistoryContext(q1).getContext(filename, path, hits));
101 assertTrue(new HistoryContext(q2).getContext(filename, path, hits));
109 assertFalse(new HistoryContext(q3).getContext(filename, path, hits));
117 assertTrue(new HistoryContext(q
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java49 public class HistoryContext { class
51 Logger.getLogger(HistoryContext.class.getName());
67 public HistoryContext(Query query) { method in class:HistoryContext
78 * @see #HistoryContext(Query)
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java58 import org.opensolaris.opengrok.search.context.HistoryContext;
122 public HistoryContext historyContext;
408 historyContext = new HistoryContext(query);
410 log.warning("HistoryContext: " + e.getMessage());
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java60 import org.opensolaris.opengrok.search.context.HistoryContext;
115 private HistoryContext historyContext;
303 historyContext = new HistoryContext(query);

Completed in 19 milliseconds