- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EqualityWithTrue (0.4 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-tools-internal/src/main/resources/checkstyle.xml
</module> <!-- end Orwellian suppression of Serializable --> <!-- Forbid equality comparisons with `true` --> <module name="DescendantToken"> <property name="id" value="EqualityWithTrue" /> <property name="tokens" value="EQUAL" /> <property name="limitedTokens" value="LITERAL_TRUE" /> <property name="maximumNumber" value="0" /> <property name="maximumDepth" value="1" />Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 12:48:46 GMT 2021 - 6K bytes - Click Count (0)