I want to understand the scanning process of jqassistant in detail. For example will it scan all Jar-Files and all classes or only the one I directly reference from my classes. To answer such questions debugging is often a good option. How ever normally you start jqassistant as maven plugin. Debug maven plugin is not so easy. So I thought it's better to checkout the commandline-client. Debugging works fine, but unfortunately I get a complete different result. Here are my parameter scan --files ${project_loc:/sze}/target/classes,${project_loc:/sze}/target/test-classes --storeDirectory c:/trash/neo4j
. The output is the same as in the maven-build it scans 441 and then 106 classes.
Can anyone give me a hint, what's wrong with the commandline-call? Or what whould be the best solution to answer the question from the beginning.