SteNicholas opened a new pull request, #2649:
URL: https://github.com/apache/celeborn/pull/2649

   ### What changes were proposed in this pull request?
   
   Update `WARNING` checks of error prone to `ERROR` for CI.
   
    Follow up #2177, #2180, #2555.
   
   ### Why are the changes needed?
   
   Error prone generates some WARNING in complication, which has been fixed in 
#2177, #2180, #2555. Therefore, the following WARNING checks should be updated 
to ERROR for CI, which rules are supported in error prone 
[2.10.0](https://github.com/google/error-prone/blob/v2.10.0/core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java#L750)
 and 
[2.25.0](https://github.com/google/error-prone/blob/v2.25.0/core/src/main/java/com/google/errorprone/scanner/BuiltInCheckerSuppliers.java#L831):
   
   - AssertThrowsMultipleStatements
   - ByteBufferBackingArray
   - CacheLoaderNull
   - CanonicalDuration
   - ClassCanBeStatic
   - DefaultCharset
   - InconsistentCapitalization
   - IntLongMath
   - InvalidParam
   - JavaUtilDateChecker
   - MissingCasesInEnumSwitch
   - MissingOverride
   - NonAtomicVolatileUpdate
   - StaticAssignmentInConstructor
   - SynchronizeOnNonFinalField
   - ThreadLocalUsage
   - UnescapedEntity
   - UnnecessaryAssignment
   - UnusedMethod
   - UnusedNestedClass
   - UseCorrectAssertInTests
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   CI.


-- 
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]

Reply via email to