Add missing implementations for RadioNodeList and HTMLFormControlsCollection #5
Annotations
10 errors
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L62
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 146).
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:62:0: error: Line is longer than 120 characters (found 146). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L64
[checkstyle] reported by reviewdog 🐶
@return tag should be present and have description.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:64:0: error: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L66
[checkstyle] reported by reviewdog 🐶
Variable 'node' should be declared final.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:66:22: error: Variable 'node' should be declared final. (com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L68
[checkstyle] reported by reviewdog 🐶
Variable 'value' should be declared final.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:68:24: error: Variable 'value' should be declared final. (com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L68
[checkstyle] reported by reviewdog 🐶
'typecast' is not followed by whitespace.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:68:54: error: 'typecast' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L77
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 146).
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:77:0: error: Line is longer than 120 characters (found 146). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L80
[checkstyle] reported by reviewdog 🐶
Expected @param tag for 'newValue'.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:80:39: error: Expected @param tag for 'newValue'. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L81
[checkstyle] reported by reviewdog 🐶
Variable 'node' should be declared final.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:81:22: error: Variable 'node' should be declared final. (com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck)
|
CheckStyle:
src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java#L83
[checkstyle] reported by reviewdog 🐶
'typecast' is not followed by whitespace.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java:83:54: error: 'typecast' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
CheckStyle
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|