-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
Component/s: analysis-model
-
Environment:Jenkins LTS 2.332.3
Warnings-NG 9.12.0
17:16:14 /home/jenkins/agent/workspace/Foo.java:[32,17] [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
17:16:14 (see https://errorprone.info/bugpattern/UnnecessaryParentheses)
17:16:14 Did you mean '.randomize( FieldPredicates.named("absoluteRateLimit")'?
Using error prone 2.13 as java maven apt processor the output seems to have changed so that the error prone parser does not detect any messages anymore.