You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/12/04 19:38:04 UTC

[GitHub] eolivelli commented on a change in pull request #1849: Make Spotbugs pass on JDK11

eolivelli commented on a change in pull request #1849: Make Spotbugs pass on JDK11
URL: https://github.com/apache/bookkeeper/pull/1849#discussion_r238808783
 
 

 ##########
 File path: bookkeeper-common/src/main/java/org/apache/bookkeeper/common/collections/RecyclableArrayList.java
 ##########
 @@ -64,4 +64,15 @@ public void recycle() {
             handle.recycle(this);
         }
     }
+
+    @Override
+    public boolean equals(Object obj) {
+        return super.equals(obj);
+    }
+
+    @Override
+    public int hashCode() {
 
 Review comment:
   Spot bugs is not happy 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services