Search Results
OK to copy?
Examples 1 through 4 of
4 (0.04 seconds)
Class:
com.technoetic.xplanner.charts.DataSample
©,
Rating:
0% of 0,
C3
Class: com.technoetic.xplanner.domain.Note ©, Rating: 0% of 0, C3
Class: org.springframework.web.servlet.mvc.CommandControllerTests ©, Rating: 0% of 0, C2
Class: org.springframework.web.servlet.mvc.CommandControllerTests ©, Rating: 0% of 0, C2
66 if (value != dataSample.value) return false;
67 if (aspect != null ? !aspect.equals(dataSample.aspect) : dataSample.aspect != null) return false;
68 if (sampleTime != null ? !sampleTime.equals(dataSample.sampleTime) : dataSample.sampleTime != null) return false;
69
70 return true;
Class: com.technoetic.xplanner.domain.Note ©, Rating: 0% of 0, C3
73 if (file != null ? isFilenameEqual(note.file) : note.file != null) return false;
74 if (subject != null ? !subject.equals(note.subject) : note.subject != null) return false;
75 if (submissionTime != null ? !submissionTime.equals(note.submissionTime) : note.submissionTime != null) return false;
76
77 return true;
Class: org.springframework.web.servlet.mvc.CommandControllerTests ©, Rating: 0% of 0, C2
317 Errors errors = (Errors) mv.getModel().get("errors");
318 assertTrue("No field error", !errors.hasFieldErrors("date"));
319 assertTrue("Correct date property", df.parse("1.5.2003").equals(tb.getDate()));
320 assertTrue("Correct date value", "01.05.2003".equals(errors.getFieldValue("date")));
321
Class: org.springframework.web.servlet.mvc.CommandControllerTests ©, Rating: 0% of 0, C2
288 Errors errors = (Errors) mv.getModel().get("errors");
289 assertTrue("No field error", !errors.hasFieldErrors("date"));
290 assertTrue("Correct date property", df.parse("1.5.2003").equals(tb.getDate()));
291 assertTrue("Correct date value", "01.05.2003".equals(errors.getFieldValue("date")));
292
Result Page:
1