We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cc @jackdingilian
The use of EqualsTester added in 25218e8 is incorrect:
EqualsTester
java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/common/TypeTest.java
Lines 123 to 129 in 25218e8
There needs to be a terminal call to testEquals() for the equals tester to do anything, that assertion is not currently being run.
testEquals()
This issue was found by https://errorprone.info/bugpattern/MissingTestCall
cc @jackdingilian
The use of
EqualsTesteradded in 25218e8 is incorrect:java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/common/TypeTest.java
Lines 123 to 129 in 25218e8
There needs to be a terminal call to
testEquals()for the equals tester to do anything, that assertion is not currently being run.This issue was found by https://errorprone.info/bugpattern/MissingTestCall