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

fix:Removing the use of 3rd party internal constants #3187

Merged
merged 3 commits into from
Dec 2, 2019
Merged

fix:Removing the use of 3rd party internal constants #3187

merged 3 commits into from
Dec 2, 2019

Conversation

m-manseer
Copy link
Contributor

All uses of constants defined in org.eclipse.jdt.internal.compiler.lookup.TypeConstants, which is an internal class, are replaced by custom defined constants. Closes #3185.

Copy link
Collaborator

@surli surli left a comment

Choose a reason for hiding this comment

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

Thanks for your contrib, it's almost ok except the two minor checkstyle changes to perform.

src/main/java/spoon/support/compiler/jdt/JDTConstants.java Outdated Show resolved Hide resolved
@m-manseer m-manseer requested a review from surli December 2, 2019 17:00
@surli
Copy link
Collaborator

surli commented Dec 2, 2019

@monperrus merge?

@monperrus monperrus merged commit 26f03c4 into INRIA:master Dec 2, 2019
@monperrus
Copy link
Collaborator

Thanks a lot for your contribution!

@m-manseer
Copy link
Contributor Author

@monperrus You're very welcome.

@monperrus monperrus mentioned this pull request Mar 20, 2020
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.

Get rid of TypeConstants.MODULE_INFO_FILE_NAME in our code
3 participants