
resources.report.rules.spotbugs.QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT.html Maven / Gradle / Ivy
QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT
QBA: Method assigns boolean literal in boolean expression (QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT)
This method assigns a literal boolean value (true or false) to a boolean variable inside
an if or while expression. Most probably this was supposed to be a boolean comparison using
==, not an assignment using =.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy