### What it does For example, when someone does ```java a.isValid() && a.isTrue() ``` in multiple locations in the code, it might be sensible to create a method on the class of `a` that combines these two conditions; ```java a.isValidAndTrue(); ``` ### Lint Name _No response_ ### Category _No response_ ### Example ```java <code> ``` Could be written as: ```java <code> ```