You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/io/securecodebox/persistence/defectdojo/model/BaseModel.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
importjava.util.Map;
8
8
importlombok.EqualsAndHashCode;
9
9
10
-
@EqualsAndHashCode// FIXME: Implement hashCode/equals in inheritance is problematic (https://www.artima.com/articles/how-to-write-an-equality-method-in-java)
11
-
// #FIXME: Should be package private because implementation detail
10
+
@EqualsAndHashCode// FIXME: Implement hashCode/equals in inheritance is problematic https://www.artima.com/articles/how-to-write-an-equality-method-in-java (see https://github.com/secureCodeBox/defectdojo-client-java/issues/23)
11
+
// FIXME: Class should be package private because implementation detail
0 commit comments