All Downloads are FREE. Search and download functionalities are using the official Maven repository.

errorprone.bugpattern.ProtoStringFieldReferenceEquality.md Maven / Gradle / Ivy

The newest version!
Comparing strings with == is almost always an error, but it is an error 100% of
the time when one of the strings is a protobuf field. Additionally, protobuf
fields cannot be null, so Object.equals(Object) is always more correct.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy