Skip to content

Commit 3bde5a3

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Add fixme tag for equals and hash code
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 6193354 commit 3bde5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/models/DefectDojoModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java.util.Map;
99
import lombok.EqualsAndHashCode;
1010

11-
@EqualsAndHashCode
11+
@EqualsAndHashCode // FIXME: Implement hashCode/equals in inheritance is problematic (https://www.artima.com/articles/how-to-write-an-equality-method-in-java)
1212
abstract public class DefectDojoModel {
1313
public abstract boolean equalsQueryString(Map<String, Object> queryParams);
1414
}

0 commit comments

Comments
 (0)