Projects tagged ‘ant’ and ‘plugin’


[4 total ]

147USERS
   

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

99USERS
   

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

69USERS
   

Maven Integration for Eclipse makes it easy to use Maven build and project comprehension tool in Eclipse. It provides Maven POM editor, quick search in remote Maven repositories, Maven-based dependency management and automatic downloading of ... [More] required dependencies and sources, launching Maven from within Eclipse, creating new projects using Maven archetypes, materializing projects using Maven metadata, WTP and AJDT support and more. [Less]

0USERS
   

Smart Analyzer is a plugin for Ant to include a smarter dependency analysis to the java compilation process. It will find the compiled classes that depends on the modified source and will recompile them. This helps going around the lazy compilation approach of ant/java that can lead to incompatible bytecode.