Rick Ossendrijver

Results 67 comments of Rick Ossendrijver

Are you using Lombok? This could be https://github.com/google/error-prone/issues/1250 as pointed out in a similar issue: https://github.com/google/error-prone/issues/2879. In any case, you are not using the most recent version of Error Prone,...

This could be related to #1250. Are you passing the following compiler argument `-XepDisableWarningsInGeneratedCode` (related [comment](https://github.com/google/error-prone/issues/1250#issuecomment-1102975709))? I'd also suggest to upgrade to the latest version of Error Prone 2.14.0. As...

Rebased and added a commit. What do you think of the check?

Rebased and added a small commit. Still think this check can be useful :).

This issue https://github.com/google/error-prone/issues/2926 seems related.

This is a duplicate of https://github.com/google/error-prone/issues/2479 and https://github.com/google/error-prone/issues/2998. A comment in the latter explains that updating to the latest version of the IntelliJ plugin will fix it.

Rebased the branch. @cushon WDYT?