Skip to content

CI

CI #2382

Triggered via schedule August 11, 2026 22:24
Status Success
Total duration 2m 49s
Artifacts

ci.yaml

on: schedule
Fit to window
Zoom out
Zoom in

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