This is a java source code parser for jQAssistant. It enables jQAssistant to scan and to analyze Java source code files.
Download the jQAssistant command line tool for your system: jQAssistant - Get Started.
Next download the latest version from the release tab. Put the jqassistant-javasrc-plugin-*.jar
into the plugins folder
of the jQAssistant commandline tool.
Now scan your java source code and wait for the plugin to finish:
jqassistant.sh scan -f <java-source-code-file>
You can then start a local Neo4j server to start querying the database at http://localhost:7474:
jqassistant.sh server
<configuration>
<scanIncludes>
<scanInclude>
<path>[PATH TO SOURCE ROOT FOLDER]</path>
<scope>java:src</scope>
</scanInclude>
</scanIncludes>
<scanProperties>
<jqassistant.plugin.javasrc.jar.dirname>[PATH TO FOLDER WITH JAR DEPENDENCIES]</jqassistant.plugin.javasrc.jar.dirname>
</scanProperties>
</configuration>