PMD scans Java source code and looks for potential problems
Contents contributed and discussions participated by kuni katsuya
Welcome to PMD - 0 views
-
-
Best practices
-
Maven plugin usage
- ...3 more annotations...
Introduction - 0 views
-
Maven PMD Plugin
Project Information - 0 views
Best Practices - 0 views
-
Best Practices
-
start with some of the obvious rulesets - just run unusedcode and fix any unused locals and fields. Then, run basic and fix all the empty if statements and such-like. Then peruse the design and controversial rulesets and use the ones you like via a custom ruleset
-
Using PMD within your IDE is much more enjoyable than flipping back and forth between an HTML report and your IDE
FindBugs™ - Find Bugs in Java Programs - 0 views
-
FindBugs, a program which uses static analysis to look for bugs in Java code
-
Maven http://mojo.codehaus.org/findbugs-maven-plugin/
-
Netbeans SQE: Software Quality Environment
- ...2 more annotations...
Software Quality Environment: Wiki: Home - Project Kenai - 0 views
-
SQE attempts to provide first-class NetBeans IDE integration for different software quality tools.
-
Currently supported tools: FindBugs PMD CheckStyle Dependency Finder
checkstyle - Checkstyle 5.5 - 0 views
-
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
-
Checkstyle 5.5
« First
‹ Previous
1261 - 1268 of 1268
Showing 20▼ items per page