Nightly (heavy doc gates) #53
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
[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
|