Bump actions/setup-java from 5.3.0 to 5.4.0 #2302
Annotations
3 warnings
|
Unit tests:
src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L70
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'validSizes' of type 'java.util.List<java.lang.Integer>', 'List' is mutable
|
|
Unit tests:
src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L69
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'emptySite' of type 'build.buf.protovalidate.RuleSite', the declaration of type 'build.buf.protovalidate.RuleSite' is not annotated with @com.google.errorprone.annotations.Immutable
|
|
Unit tests:
src/main/java/build/buf/protovalidate/BytesRulesEvaluator.java#L68
[ImmutableEnumChecker] enums should be immutable: 'WellKnown' has field 'site' of type 'build.buf.protovalidate.RuleSite', the declaration of type 'build.buf.protovalidate.RuleSite' is not annotated with @com.google.errorprone.annotations.Immutable
|