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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -