pmd - Tool required for static code analysis -
i wondering if there tool takes input code base , jar file , search in code base wherever jar file being used , give me output. eclispe ide should not used. (it becomes trivial). have searched static code analysis tools such pmd, checkstyle, findbugs. none of them have option need. can suggest me tool above task?
wild shot but: eclipse doesn't own. have configured maven (or ant).
i suggest execute maven build or make application. in configuration remove dependency jar file. list of compilation errors you're expect.
Comments
Post a Comment