mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
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 |
||
---|---|---|
.. | ||
registry |