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

Problem with Eclipse subjects made up of multiple "sub" projects #171

Open
khatchad opened this issue Jan 27, 2018 · 3 comments
Open

Problem with Eclipse subjects made up of multiple "sub" projects #171

khatchad opened this issue Jan 27, 2018 · 3 comments

Comments

@khatchad
Copy link
Member

Many subjects import into Eclipse as mutliple "sub" projects due to m2e or buildship. However, our tool treats each Eclipse project as a separate entity, builds the call graph for each, etc. One of the many problems this introduces is that an entry point for code within a certain project may reside in a different project.

@khatchad khatchad added the bug label Jan 27, 2018
@khatchad
Copy link
Member Author

It would be good to come up with some tests for this to see if this is indeed the case.

@khatchad
Copy link
Member Author

That would really help us to understand the issue, if there is one.

@khatchad
Copy link
Member Author

I don't think we could use the JUnit infrastructure as-is at least since that only processes one project. We would to simulate multiple projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant