Search Results
OK to copy?
Examples 1 through 10 of
70 (0.0020 seconds)
Class:
org.springframework.beans.NestedTestBean
©,
Rating:
0% of 0,
C1
jgoodies_binding Class: com.jgoodies.binding.tests.beans.EquityTestBean ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.Attribute ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.Attribute ©, Rating: 0% of 0, C1
Class: org.apache.naming.NamingEntry ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.auth.PermissionSetKey ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.auth.PermissionSetKey ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
Class: org.springframework.beans.PropertyValue ©, Rating: 0% of 0, C1
jgoodies_binding Class: com.jgoodies.binding.tests.beans.EquityTestBean ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.domain.Attribute ©, Rating: 0% of 0, C1
58 result = targetId;
59 result = 29 * result + (name != null ? name.hashCode() : 0);
60 result = 29 * result + (value != null ? value.hashCode() : 0);
61 return result;
62 }
Class: com.technoetic.xplanner.domain.Attribute ©, Rating: 0% of 0, C1
57 int result;
58 result = targetId;
59 result = 29 * result + (name != null ? name.hashCode() : 0);
60 result = 29 * result + (value != null ? value.hashCode() : 0);
61 return result;
Class: org.apache.naming.NamingEntry ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.auth.PermissionSetKey ©, Rating: 0% of 0, C1
49 result = 29 * result + (resourceType != null ? resourceType.hashCode() : 0);
50 result = 29 * result + resourceId;
51 result = 29 * result + (permission != null ? permission.hashCode() : 0);
52 return result;
53 }
Class: com.technoetic.xplanner.security.auth.PermissionSetKey ©, Rating: 0% of 0, C1
47 int result;
48 result = principalId;
49 result = 29 * result + (resourceType != null ? resourceType.hashCode() : 0);
50 result = 29 * result + resourceId;
51 result = 29 * result + (permission != null ? permission.hashCode() : 0);
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.protocol.http.parser.URLString ©, Rating: 0% of 0, C1
Class: org.springframework.beans.PropertyValue ©, Rating: 0% of 0, C1
88
89 public int hashCode() {
90 return this.name.hashCode() * 29 + (this.value == null ? 0 : this.value.hashCode());
91 }
92