You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/07/28 12:09:52 UTC

[GitHub] [accumulo] milleruntime commented on issue #2830: StoredTabletFile doesn't override TabletFile.equals() - spotbugs warning at rank 17

milleruntime commented on issue #2830:
URL: https://github.com/apache/accumulo/issues/2830#issuecomment-1198057276

   Interesting... So the test is checking that the path gets normalized but it uses 2 different objects to do the check. When you add the new `equals` method, it is failing because they are not equal. I think the "Normal equals" method you have is fine. The test should just be updated to check that the normalized paths are equal but the objects are not equal.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org