VerveineJ

Use Java 10 Build travis

A Java to MSE parser

Based on JDT, it parser java code to export it in the MSE format used by the Moose data analysis platform. (Similar to the https://github.com/feenkcom/jdt2famix project, but more complete in what it extracts)

Installation

Installation page

You only have to clone this project and then run verveineJ

# https
git clone https://github.com/moosetechnology/VerveineJ.git

# ssh
git clone git@github.com:moosetechnology/VerveineJ.git

Developers

To test the project, remember that you must disable the assert by removing (or not using) the -ea parameter. You also need to run test one by one (fork method in IntelliJ).

You can also use And or the pre-created IntelliJ build