Search Results
OK to copy?
Examples 1 through 2 of
2 (0.028 seconds)
Class:
com.technoetic.xplanner.forms.IterationEditorForm
©,
Rating:
0% of 0,
C2
Class: com.technoetic.xplanner.export.MpxExporter ©, Rating: 0% of 0, C1
071 }
072 if (startDate != null && endDate != null) {
073 if (endDate.compareTo(startDate) <= 0) {
074 errors.add(ActionErrors.GLOBAL_ERROR,
075 new ActionError("iteration.editor.nonpositive_interval"));
Class: com.technoetic.xplanner.export.MpxExporter ©, Rating: 0% of 0, C1
065 Iteration i1 = (Iteration) o1;
066 Iteration i2 = (Iteration) o2;
067 return i1.getStartDate().compareTo(i2.getStartDate());
068 }
069 });
Result Page:
1