Code Analysis Tools and Inter-Type-Declarations

前端 未结 5 1696
挽巷
挽巷 2021-02-19 04:02

I have a maven project generated by Spring Roo and use several tools (checkstyle, pmd etc.) to collect information about my project. (namely I am using codehaus\' sonar for this

5条回答
  •  有刺的猬
    2021-02-19 04:52

    Could you add tool-specific annotations/comments to the Java code to suppress the false positives? For example, FindBugs has its own @SuppressWarnings annotation.

提交回复
热议问题