Skip to content

moosetechnology/FamixCallStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

FamixCallStack

This project offers a metamodel for Java call stacks, enabling dynamic analysis of Java applications directly within Moose.

This project can imports file created with the JavaCallStackExtractor project.

Loading the project into Moose

To load FamixCallStack into a Moose image, execute the following code:

Metacello new
  baseline: 'FamixCallStack';
  repository: 'github://LeoDefossez/FamixCallStack/src';
  load.

Usage

Importing a Call Stack Model

You can import a call stack in two ways:

1. Programmatically

The file extension .cs is not strictly required, a .json would also work:

file := '/Path/To/.../JDIOutput.cs' asFileReference.
model := CallStackJsonReader import: file.

2. With drag and drops

Simply drag the JDIOutput.cs file onto your Moose image.
Note: In this case, the file must have a .cs extension, otherwise, the import will fail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published