Pointless bitwise expression
Reports pointless bitwise expressions.
Such expressions include applying the &
operator to the maximum value for the given type, applying the or
operator to zero, and shifting by zero. Such expressions may be the result of automated refactorings not followed through to completion and are unlikely to be originally intended.
Examples:
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
PointlessBitwiseExpression- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection options
Here you can find the description of settings available for the Pointless bitwise expression inspection, and the reference of their default values.
- Ignore named constants in determining pointless expressions
Default: Selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |