Search Results
OK to copy?
Examples 1 through 2 of
2 (0.0020 seconds)
Class:
com.technoetic.xplanner.charts.DataSample
©,
Rating:
0% of 0,
C1
Class: org.springframework.mail.SimpleMailMessage ©, Rating: 0% of 0, C3
74 int result;
75 long temp;
76 result = (sampleTime != null ? sampleTime.hashCode() : 0);
77 result = 29 * result + referenceId;
78 result = 29 * result + (aspect != null ? aspect.hashCode() : 0);
Class: org.springframework.mail.SimpleMailMessage ©, Rating: 0% of 0, C3
245 hashCode = 29 * hashCode + (this.bcc == null ? 0 : this.bcc[i].hashCode());
246 }
247 hashCode = 29 * hashCode + (this.sentDate == null ? 0 : this.sentDate.hashCode());
248 hashCode = 29 * hashCode + (this.subject == null ? 0 : this.subject.hashCode());
249 hashCode = 29 * hashCode + (this.text == null ? 0 : this.text.hashCode());
Result Page:
1