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

feat(launcher): handles range version in MavenLauncher #2057

Merged
merged 3 commits into from
Jun 12, 2018

Conversation

tdurieux
Copy link
Collaborator

No description provided.

return versions;
}

class Version implements Comparable<Version> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about extracting the inner classes: the MavenLauncher seems now composed almost entirely of InheritanceModel. It seems easier to me to maintain if it's extracted.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is a good idea InheritanceModel, is completely useless outside MavenLauncher.
I agree that the architecture is not really nice but it is not the purpose of this PR.

@monperrus monperrus merged commit 8afb725 into INRIA:master Jun 12, 2018
@surli surli mentioned this pull request Jun 25, 2018
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.

3 participants