We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If types of multiple eclipse projects are added to the observed-system.cfg, are all projects included in the analysis?
observed-system.cfg
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The
observed-system.cfg
looks like:The text was updated successfully, but these errors were encountered: