Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 #86

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

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

chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 #86

chore(deps): bump com.diffplug.spotless:spotless-maven-plugin
5377be8
Select commit
Loading
Failed to load commit list.
GitHub Actions / PMD completed Jan 20, 2025 in 0s

PMD Source Code Analyzer report

2017 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 89 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 warning on line 91 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 warning on line 93 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 warning on line 103 in src/main/java/com/sitepark/versioning/Branch.java

See this annotation in the file changed.

@github-actions github-actions / PMD

Design SimplifyBooleanReturns

This if statement can be replaced by `return !{condition} && {elseBranch};`

Check warning on line 102 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 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

Error Prone EmptyFinalizer

Avoid empty finalize methods

Check warning on line 124 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 124 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 125 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 125 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 15 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 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