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

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

The newest version!
Increment operators in method calls are dubious and while argument lists are
evaluated left-to-right, documentation suggests that code not rely on this
specification. In addition, code is clearer when each expression contains at
most one side effect.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy