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: TypeFactory type arguments of constants #1792

Merged
merged 1 commit into from
Jan 1, 2018

Conversation

pvojtechovsky
Copy link
Collaborator

needed by #1686

@spoon-bot
Copy link
Collaborator

Detected changes by Revapi: 4.

Old API: fr.inria.gforge.spoon:spoon-core:jar:6.2.0-20171231.234703-14

New API: fr.inria.gforge.spoon:spoon-core:jar:6.2.0-SNAPSHOT

Name Change 1
Old method TypeFactory::dateType()
New method TypeFactory::dateType()
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'spoon.reflect.reference.CtTypeReference<?>' to 'spoon.reflect.reference.CtTypeReference<java.util.Date>'.
Breaking binary: non_breaking
Name Change 2
Old method TypeFactory::objectType()
New method TypeFactory::objectType()
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'spoon.reflect.reference.CtTypeReference<?>' to 'spoon.reflect.reference.CtTypeReference<java.lang.Object>'.
Breaking binary: non_breaking
Name Change 3
Old method TypeFactory::shortPrimitiveType()
New method TypeFactory::shortPrimitiveType()
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'spoon.reflect.reference.CtTypeReference<?>' to 'spoon.reflect.reference.CtTypeReference<java.lang.Short>'.
Breaking binary: non_breaking
Name Change 4
Old method TypeFactory::shortType()
New method TypeFactory::shortType()
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'spoon.reflect.reference.CtTypeReference<?>' to 'spoon.reflect.reference.CtTypeReference<java.lang.Short>'.
Breaking binary: non_breaking

@monperrus monperrus merged commit aefe604 into INRIA:master Jan 1, 2018
@monperrus
Copy link
Collaborator

Thanks a lot for this first 2018 commit!

Happy new year!

@pvojtechovsky
Copy link
Collaborator Author

Happy new year to you too ;-) I started to clean #1686. I will create about 12 small pull requests soon.

@pvojtechovsky pvojtechovsky deleted the fixTypeFactory branch September 1, 2018 07:24
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