Skip to content

Fix null credentialsId passed to GitSCM when authentication is userna…

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

Check warning on line 436 in src/test/java/com/cloudbees/jenkins/plugins/bitbucket/BitbucketSCMSourceTest.java

See this annotation in the file changed.

@ci-jenkins-io 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>