Skip to content

Nightly (heavy doc gates) #53

Nightly (heavy doc gates)

Nightly (heavy doc gates) #53

Triggered via schedule August 12, 2026 07:54
Status Failure
Total duration 16m 37s
Artifacts

nightly.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
heavy
Process completed with exit code 1.
heavy
[UnnecessaryLambda] Returning a lambda from a helper method or saving it in a constant is unnecessary; prefer to implement the functional interface method directly and use a method reference instead.
heavy
[MissingOverride] getPort overrides method in Service; expected @OverRide
heavy
[MissingOverride] getHost overrides method in Service; expected @OverRide
heavy
[MissingOverride] getRoute overrides method in Service; expected @OverRide
heavy
[MissingOverride] getName overrides method in Service; expected @OverRide
heavy
[MissingOverride] manualSetProxyUrl overrides method in Service; expected @OverRide
heavy
[HidingField] Hiding fields of superclasses may cause confusion and errors. This field is hiding a field of the same name in superclass: Service
heavy
[StringSplitter] String.split(String) has surprising behavior
heavy
[UnusedVariable] The field 'log' is never read.
heavy
[UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them