Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis of multiple eclipse projects #14

Open
layornos opened this issue May 7, 2021 · 0 comments
Open

Analysis of multiple eclipse projects #14

layornos opened this issue May 7, 2021 · 0 comments

Comments

@layornos
Copy link

layornos commented May 7, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant