rju / architecture-evaluation-tool

Hypergraph static code analysis based on metrics defined by Edward B. Allen (2007); Measuring size, complexity, and coupling of hypergraph abstractions of software: An information-theory approach
5 stars 5 forks source link

Analysis of multiple eclipse projects #14

Open layornos opened 3 years ago

layornos commented 3 years ago

If types of multiple eclipse projects are added to the observed-system.cfg, are all projects included in the analysis?

For example, we have the following structure and the .cfg files are placed in one of these projects:

├── de.project.a
│   ├── src
│   │   ├── a.java
│   │   └── aa.java
│   ├── data-type-pattern.cfg
│   └── observed-system.cfg
├── de.project.b
│   └── src
│       └── b.java
└── de.project.c
    └── src
        ├── c.java
        └── cc.java

The observed-system.cfg looks like:

de.project.a.a
de.project.a.aa
de.project.b.b
de.project.c.c
de.project.c.cc