Skip to content

Marpioux/FamixJavaModelUpdater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FamixJavaModelUpdater

Coverage Status

I update a FamixJava model based on a FASTJava AST.

Installation

From playground

Metacello new
  githubUser: 'badetitou' project: 'FamixJavaModelUpdater' commitish: 'v2' path: 'src';
  baseline: 'FamixJavaModelUpdater';
  load

Baseline dependency

spec baseline: 'FamixJavaModelUpdater' with: [ 
  spec repository: 'github://badetitou/FamixJavaModelUpdater:v2/src' ].

Usage

FJMUModelUpdater new
  famixModel: self mooseModel;
  fastModel: fast;
  famixEntity: famixEntity;
  update

Developers

You can build the output.json with VerveineJ with the following command.

docker run -v "/path/to/FamixJavaModelUpdater/tests:/src" ghcr.io/evref-bl/verveinej:v3.2.1 -format json -o output.json -alllocals -anchor assoc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 96.3%
  • Java 3.7%