dweiss commented on PR #16291:
URL: https://github.com/apache/lucene/pull/16291#issuecomment-4786580368
There are new checks that need to be added and looked at. I'll take a look
later.
```
> Verify the list of error-prone checks in
'org.apache.lucene.gradle.plugins.java.ErrorPronePlugin', there are new checks
in error-prone that are not declared there:
- BoxingComparator, docs at:
https://errorprone.info/bugpattern/BoxingComparator
- ExposedPrivateType, docs at:
https://errorprone.info/bugpattern/ExposedPrivateType
- JUnitMethodInvoked, docs at:
https://errorprone.info/bugpattern/JUnitMethodInvoked
- ListRemoveAmbiguous, docs at:
https://errorprone.info/bugpattern/ListRemoveAmbiguous
- PreferTestParameter, docs at:
https://errorprone.info/bugpattern/PreferTestParameter
- RecordComponentAccessorAnnotationConflict, docs at:
https://errorprone.info/bugpattern/RecordComponentAccessorAnnotationConflict
- RecordComponentOverride, docs at:
https://errorprone.info/bugpattern/RecordComponentOverride
- ThrowableEqualsHashCode, docs at:
https://errorprone.info/bugpattern/ThrowableEqualsHashCode
- VarWithPrimitive, docs at:
https://errorprone.info/bugpattern/VarWithPrimitive
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]