Skip to content

Releases: moosetechnology/VerveineJ

v2.0.2 - Fixes

09 Sep 09:42
0060eb5
Compare
Choose a tag to compare
  • fix JSON export of Number
  • Add JSON default printer and default printer with the prettyPrint option
  • Fix the .bat file for Window user

v2.0.1 - Support JSON file format

03 Sep 06:17
Compare
Choose a tag to compare

This new release allows one to generate JSON representation of the FamixJava model.
To do so, please use

./verveineJ.sh -format json

v2.0.0 - Support FamixJava

01 Sep 09:13
8e199f0
Compare
Choose a tag to compare

This release is a major update of VerveineJ.

From this major release, VerveineJ can be used to generate an .mse compatible with the new FamixJava meta-model instead of the Compatibility FAMIX one.

v1.0.2 - follow modifiers update

26 Feb 11:30
Compare
Choose a tag to compare

From this release, modifiers are represented with different attributes instead of a big one

Handle invocation of the anonymous classes constructor

06 Nov 13:43
96d14ee
Compare
Choose a tag to compare

From this version, we can extract invocation of anonymous class constructor

method() {
    new A(){
    }
}

in the above example, new A will be extracted as the call to the A constructor

v1.0.0

14 Aug 14:04
Compare
Choose a tag to compare

Create a mse from a java project for the FAMIX compatibility model (in Moose~8)