识别 jar 文件之间的依赖性 从类路径中查找丢失的类 检测某个类或者包是否在多个 jar 文件中都存在 检测同一个jar包是否在多个路径中存在 为每个 jar 文件提供一个详细列表说明所需的包以及提供的 校验类的 SerialVersionUID 查找类似的 jar 包,具有不同的版本 查找没有版本号的 jar 文件 查找没用到的 jar 包 识别签名的 jar 包 Locate a class in a JAR file Get the OSGi status of your project Remove black listed API usage And generate the same reports for your .WAR and .EAR archives