HTMLAreaElement: add URL properties #1102
+779
−76
Merged
Annotations
2 errors
|
Upload check results
Process completed with exit code 1.
|
|
Upload check results:
src/main/java/org/htmlunit/javascript/host/html/HTMLHyperlinkElementUtils.java#L29
[checkstyle] reported by reviewdog 🐶
Utility classes should not have a public or default constructor.
Raw Output:
/home/runner/work/htmlunit/htmlunit/src/main/java/org/htmlunit/javascript/host/html/HTMLHyperlinkElementUtils.java:29:1: error: Utility classes should not have a public or default constructor. (com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck)
|
Loading