简体   繁体   中英

PMD blocker is not visible on eclipse IDE as plugin

I have exported the PMD bug rule xml file from SonarQube server, same I have imported after installing eclipse pmd plugin for eclipse IDE.

All is fine and I can see the PMD problems in marker view.

But I have found a mis match ie for a statment as following, it is showing blocker( null has passsed for Non null parameter ) in SonarQubeServer but no any error in SonarLint.

Although it is showing all other PMD problems same as SonarQube in that class.

getMisMatchInPMDRule(CrationXXX cre, ByuInXXXX by, Double xx, Double xx)

Is there any thing I have done wrong while importing?

SonarLint report issues only from SonarSource analyzer. For java only issues from SonarJava will be reported. PMD and findbugs have their own plugins for Eclipse.

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