简体   繁体   中英

PMD issue and Java --version

I would like to know if this message is correct, when I write in cmd

java --version

I add it in the path

在此处输入图像描述

I have some troubles with Salesforce extension PMD and shows the following message:

在此处输入图像描述

Yeah, I also faced these warnings.

I created a started project (java-17, maven, pmd, unit tests, log4j2). https://github.com/yan-khonski-it/java-17-pmd

Instead of using a specific rule, I used category.

<rulesets>
  <ruleset>category/java/bestpractices.xml</ruleset>

  <!-- My own file with custom rules, you can remove it-->
  <ruleset>custom-ruleset.xml</ruleset>
</rulesets>

For example, in the plugin source code:

<!-- Rules, that have been moved into a category -->

and same applies to other categories / rule sets.

https://github.com/pmd/pmd/blob/master/pmd-java/src/main/resources/rulesets/java/junit.xml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM