Closed
Bug 1510967
Opened 6 years ago
Closed 1 year ago
Java Warnings: Pointless boolean expression
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Reports pointless or pointlessly complicated boolean expressions. Such expressions include anding with true, oring with false, equality comparison with a boolean literal, or negation of a boolean literal. Such expressions may be the result of automated refactorings not completely followed through to completion, and in any case are unlikely to be what the developer intended to do.
Affected Class:
GeckoAppShell
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Scanned the whole project and couldn't find any current examples of this lint warning. Closing accordingly.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•