ci.jenkins.io / CheckStyle
failed
Nov 26, 2024
1 new issue
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
1 | 1 | 0 | 0 | 👎 |
Reference build: Plugins » bitbucket-branch-source-plugin » master #498
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
1 | 0 | 0 | 0 |
Annotations
ci-jenkins-io / CheckStyle
RegexpSinglelineCheck
ERROR:
Trailing spaces are not allowed.
Raw output
<p>Since Checkstyle 5.0</p><p> A check for detecting single lines that match a supplied regular expression. Works with any file type. </p><p> Rationale: This check can be used to prototype checks and to find common bad practice such as calling <code>ex.printStacktrace()</code>, <code> System.out.println()</code>, <code>System.exit()</code>, etc. </p>
Loading