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

Reduce amount of symbol solver jars #2564

Merged
merged 3 commits into from
Mar 23, 2020
Merged

Reduce amount of symbol solver jars #2564

merged 3 commits into from
Mar 23, 2020

Conversation

matozoid
Copy link
Contributor

Fixes #2563.

As it seems that nobody knows why the symbols solver is split into three jars, nobody really kept the split clean, and the split is causing trouble with modules (see issue), this PR merges everything into the core jar.

@matozoid
Copy link
Contributor Author

Hi! Can I get some feedback on this?

@MysterAitch
Copy link
Member

No specific objections from me.

My only two comments are just what was said on chat re: double checking that this is the only place we have packages duplicated across modues, and whether we should take this as a good time/opportunity to review the module structure more generally.

They can both be done as incremental updates though, no need to block this PR from being included in the next release.

@MysterAitch MysterAitch added this to the next release milestone Mar 23, 2020
@MysterAitch MysterAitch merged commit ea93e63 into javaparser:master Mar 23, 2020
@matozoid matozoid deleted the issue_2563_symbol_solver_reduce_modules branch March 23, 2020 14:56
@matozoid
Copy link
Contributor Author

Thanks!

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

Successfully merging this pull request may close these issues.

Same package name in different modules causes error when compile java9 module
2 participants