共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Smart Analyzer |
Smart Analyzer
|
0 | 0 | 104 |
贡献者 | 讨论 | 代码提交 |
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.