Famix Importer
The Famix Importer extracts a higher-level model from Java source that conforms to the FAMIX meta model. The model is a directed graph which represents packages, classes, methods, and attributes as nodes. Associations between these entities, e.g., class inheritance, method calls, attribute accesses are represented as directed edges. The FAMIX model then can be navigated and browsed to perform various source code analysis and visualization tasks that, based on an AST only, are usually complex to implement.
The Famix Importer is part of the
Evolizer distribution. Feel free to download and use the
Famix Importer Eclipse plug-in from the Evolizer wiki.