Skip to content

chore(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin

972dba8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 #157

chore(deps-dev): bump com.diffplug.spotless:spotless-maven-plugin
972dba8
Select commit
Loading
Failed to load commit list.
GitHub Actions / PMD completed Feb 2, 2026 in 0s

PMD Source Code Analyzer report

2131 violation(s) found

Annotations

Check warning on line 21 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentSize

Comment is too large: Too many lines

Check warning on line 25 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check notice on line 30 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check warning on line 32 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 46 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentSize

Comment is too large: Too many lines

Check warning on line 55 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices LiteralsFirstInComparisons

Position literals first in String comparisons

Check notice on line 55 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check notice on line 56 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check warning on line 67 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone UseEqualsToCompareStrings

Use equals() to compare strings instead of '==' or '!='

Check notice on line 67 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check warning on line 77 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Error Prone UseEqualsToCompareStrings

Use equals() to compare strings instead of '==' or '!='

Check notice on line 77 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check warning on line 115 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Best Practices LiteralsFirstInComparisons

Position literals first in String comparisons

Check notice on line 115 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP_VALUE' is already in scope because it is declared in an enclosing type

Check warning on line 116 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style OnlyOneReturn

A method should have only one exit point, and that should be the last statement in the method

Check notice on line 116 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Branch': 'DEVELOP' is already in scope because it is declared in an enclosing type

Check warning on line 16 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 17 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 18 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 19 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 20 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentRequired

Field comments are required

Check warning on line 22 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style CommentDefaultAccessModifier

Missing commented default access modifier on constructor 'AbstractVersion(Version)'

Check warning on line 26 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Design LawOfDemeter

Call to `getBranch` on foreign value `other` (degree 1)

Check warning on line 30 in src/main/java/com/sitepark/versioning/version/AbstractVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Code Style CommentDefaultAccessModifier

Missing commented default access modifier on constructor 'AbstractVersion(VersionBuilder)'

Check warning on line 16 in src/main/java/com/sitepark/versioning/version/BaseVersion.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Documentation CommentSize

Comment is too large: Too many lines