S
Analyzed about 1 year ago
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.