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

review feat: Add helpers methods in CtModifiable #1726

Merged
merged 2 commits into from
Nov 15, 2017

Conversation

surli
Copy link
Collaborator

@surli surli commented Nov 15, 2017

fix #1657

@surli surli changed the title WiP feat: Add helpers methods in CtModifiable review feat: Add helpers methods in CtModifiable Nov 15, 2017
@spoon-bot
Copy link
Collaborator

Detected changes by Revapi: 6.

Old API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171114.234550-171

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

Name Change 1
Old none
New method CtModifiable::isAbstract()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,
Name Change 2
Old none
New method CtModifiable::isFinal()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,
Name Change 3
Old none
New method CtModifiable::isPrivate()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,
Name Change 4
Old none
New method CtModifiable::isProtected()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,
Name Change 5
Old none
New method CtModifiable::isPublic()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,
Name Change 6
Old none
New method CtModifiable::isStatic()
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking binary: non_breaking,

@INRIA INRIA deleted a comment from spoon-bot Nov 15, 2017
@monperrus monperrus merged commit d7401d1 into INRIA:master Nov 15, 2017
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.

feature: improve CtModifiable with isPublic/isFinal/etc
3 participants