1
0
mirror of https://github.com/google/nomulus synced 2026-04-25 18:51:40 +00:00
Files
nomulus/javatests/google/registry/testing
glorioso 08b068b7bf Remove unnecessary Objects.equals() call on collections
This fixes a bug where collections of incompatible types are being tested for equality to each other (e.g.: Set<Foo> equals Set<Integer> should never return true unless both sets are empty, a bit of a vacuous assertion).

This change is necessary to unblock future improvements to the static analysis capabilities of the java compiler.
Tested:
    TAP --sample for global presubmit queue
    []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178798071
2017-12-13 12:43:45 -05:00
..
2017-02-02 17:06:50 -05:00
2017-12-01 22:14:06 -05:00