Skip to content

Commit b160837

Browse files
author
Sebastian Höfer
committed
jQAssistant Plugin for JavaScript using ECMAScript wording
1 parent f5ca9e9 commit b160837

File tree

73 files changed

+7555
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+7555
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
target/
2+
*.class
3+
.project
4+
.settings
5+
.classpath
6+
.DS_Store

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
jQAssistant JavaScript Plugin
1+
# jQAssistant Java Source Parser Plugin #
2+
3+
[![GitHub license](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/softvis-research/jqa-javasrc-plugin/blob/master/LICENSE)
4+
[![Build Status](https://travis-ci.com/softvis-research/jqa-javasrc-plugin.svg)](https://travis-ci.com/softvis-research/jqa-javasrc-plugin)
5+
6+
This is a java source parser for [jQAssistant](https://www.jqassistant.org).
7+
It enables jQAssistant to scan and to analyze Java source code files.
8+
9+
## Configuration Parameters for Maven ##
10+
11+
```
12+
<configuration>
13+
<scanIncludes>
14+
<scanInclude>
15+
<path>[PATH TO SOURCE ROOT FOLDER]</path>
16+
<scope>java:src</scope>
17+
</scanInclude>
18+
</scanIncludes>
19+
<scanProperties>
20+
<jqassistant.plugin.javasrc.jar.dirname>[PATH TO FOLDER WITH JAR DEPENDENCIES]</jqassistant.plugin.javasrc.jar.dirname>
21+
</scanProperties>
22+
</configuration>
23+
```

0 commit comments

Comments
 (0)