HomeSort by relevance Sort by last modified time
    Searched refs:LAST_BUILD (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 118 static String LAST_BUILD;
121 if (LAST_BUILD != null && element instanceof BuildResultsElement) {
123 return buildElement.isBefore(LAST_BUILD);
204 LAST_BUILD = lastBuild == null || lastBuild.length() == 0 ? null : lastBuild;
222 if (LAST_BUILD != null) {
223 if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken into account!\nDo you want to continue?")) {
542 // LAST_BUILD = null;
546 // LAST_BUILD = newValue;
561 PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor, LAST_BUILD);
BuildsView.java 504 boolean sameLastBuild = (noLastBuild && LAST_BUILD == null) || lastBuild.equals(LAST_BUILD);
515 LAST_BUILD = noLastBuild ? null : lastBuild;
516 this.results.setLastBuildName(LAST_BUILD);
517 siblingView.results.setLastBuildName(LAST_BUILD);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 64 milliseconds