FamixJavaModelUpdater

Description

I update a FamixJava model based on a FASTJava AST

Details

Source
GitHub
License
MIT
Forks
3
Created
July 29, 2022
Updated
Jan. 14, 2026

README excerpt

# FamixJavaModelUpdater

[![Coverage Status](https://coveralls.io/repos/github/badetitou/FamixJavaModelUpdater/badge.svg?branch=main)](https://coveralls.io/github/badetitou/FamixJavaModelUpdater?branch=main)

I update a FamixJava model based on a FASTJava AST.

## Installation

### From playground

```st
Metacello new
  githubUser: 'evref-bl' project: 'FamixJavaModelUpdater' commitish: 'v2' path: 'src';
  baseline: 'FamixJavaModelUpdater';
  load
```

### Baseline dependency

```st
spec baseline: 'FamixJavaModelUpdater' with: [ 
  spec repository: 'github://evref-bl/FamixJavaModelUpdater:v2/src' ].
```

## Usage

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

## Developers

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

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