sonar-pmd icon indicating copy to clipboard operation
sonar-pmd copied to clipboard

☕️ PMD Plugin for SonarQube

Results 75 sonar-pmd issues
Sort by recently updated
recently updated
newest added

System Println rule - S106 linke not working When we click on S106 on sonarqube UI , this link did not show anything. Which is not useful for the users....

I'm struggling to run sonar against code that uses packages from java.sql ``` debian 162424 $ echo $SONAR_ARGS -Dsonar.core.serverBaseURL=http://sonar:9000 -Dsonar.projectKey=XXXXXX -Dsonar.projectName=XXXXXXXXXX -Dsonar.gitlab.max_blocker_issues_gate=-1 -Dsonar.gitlab.max_critical_issues_gate=-1 -Dsonar.host.url=https://XXXXXXXXXXX:443 -Dsonar.token=3XXXXXXX -Dsonar.gitlab.project_id=YYYYYYYYYYYY -Dsonar.gitlab.commit_sha=1234 -Dsonar.gitlab.ref_name=develop debian 162425...

Hi All, I've installed your plugin and I can see PMD Java Rules, however I can not see "Apex" rules. Am I'm missing something during installation? Thank you in advance

Projects that use JDK 11 in their build pipelines get this error: ![image (1) (1)](https://github.com/jborgers/sonar-pmd/assets/5415786/f6a3c4b0-2ee5-421b-8c55-f1a302e21272) So it seems that release 3.5 has been targetting a newer SonarQube version and not...

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.0 Android users: Please test recent Guava versions If you know of Guava Android users who have not...

dependencies

New released 3.5.0 runs fine in SQ 10.4. In SQ 10.5 there is an API change which breaks things: ``` [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project bk-services:...

In Sonar 10.5, pmd logging shows more than before: ``` [INFO] SonarQube version: 10.5.0.89998 .. [INFO] Sensor PmdSensor [pmd] [INFO] Execute PMD 6.55.0 [WARNING] Requested Java version 21 ('sonar.java.source') is...

Bumps [org.sonarsource.api.plugin:sonar-plugin-api](https://github.com/SonarSource/sonar-plugin-api) from 9.8.0.203 to 10.7.0.2191. Release notes Sourced from org.sonarsource.api.plugin:sonar-plugin-api's releases. 10.7.0.2191 PLUGINAPI-88 Deprecate metrics of old taxonomy PLUGINAPI-89 Introduce metrics 'new_reliablity_issues', 'new_security_issues' and 'new_maintainability_issues' PLUGINAPI-90 Change domain for...

dependencies

Bumps [org.sonarsource.sonarqube:sonar-plugin-api-impl](https://github.com/SonarSource/sonarqube) from 9.9.4.87374 to 10.5.1.90531. Release notes Sourced from org.sonarsource.sonarqube:sonar-plugin-api-impl's releases. 10.5.0.89998 See details in the official announcement. You'll find more in the community announcement, and full details in...

dependencies

HI, We are currently upgrading our sonarqube instance and as part of our catalog of plugins we use PMD a lot, sadly, we notice that current version 3.4 is not...