Skip to content

This is a java source parser for jQAssistant. It enables jQAssistant to scan and to analyze Java source code files.

License

Notifications You must be signed in to change notification settings

softvis-research/jqa-javasrc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQAssistant Java Source Code Plugin

GitHub license Build Status

This is a java source code parser for jQAssistant. It enables jQAssistant to scan and to analyze Java source code files.

Getting Started

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 Parameters for Maven

<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>

About

This is a java source parser for jQAssistant. It enables jQAssistant to scan and to analyze Java source code files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages