Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Fix some code smells using PMD - #113

Open
persapiens wants to merge 8 commits into
mainfrom
112-fix-some-pmd-code-smells
Open

Fix some code smells using PMD#113
persapiens wants to merge 8 commits into
mainfrom
112-fix-some-pmd-code-smells

Conversation

@persapiens

@persapiens persapiens commented Apr 12, 2023

Copy link
Copy Markdown
Collaborator

Run PMD with

./mvnw -Pcheck-pmd verify

- configure maven-pmd-plugin
- create individual pmd-ruleset.xml to select rules to run
- create optional pmd-exclude.properties to skip some rules if necessary
@persapiens persapiens changed the title Fix some pmd code sm Fix some pmd code smels Apr 12, 2023
@persapiens persapiens changed the title Fix some pmd code smels Fix some pmd code smells Apr 12, 2023
@persapiens persapiens changed the title Fix some pmd code smells Fix some code smells using PMD Apr 12, 2023
@sonarqubecloud

sonarqubecloud Bot commented May 2, 2023

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix code smells reported by code smells static analysis tool (pmd)

1 participant