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

refactor: refactor and test initProperties #1260

Merged
merged 1 commit into from
Apr 14, 2017

Conversation

monperrus
Copy link
Collaborator

No description provided.

@spoon-bot
Copy link
Collaborator

Revapi Analysis results

Old API: fr.inria.gforge.spoon:spoon-core:jar:5.7.0-20170414.071813-44

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

Detected changes: 3.

Change 1

Name Element
Old method void spoon.processing.AbstractProcessor::initProperties(spoon.processing.Processor<?>, spoon.processing.ProcessorProperties)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking, source: breaking

Change 2

Name Element
Old method spoon.processing.ProcessorProperties spoon.processing.AbstractProcessor::loadProperties(spoon.processing.Processor<?>)
New method spoon.processing.ProcessorProperties spoon.processing.AbstractProcessor::loadProperties()
Code java.method.numberOfParametersChanged
Description The number of parameters of the method have changed.
Breaking binary: breaking, source: breaking

Change 2

Name Element
Old method spoon.processing.ProcessorProperties spoon.processing.AbstractProcessor::loadProperties(spoon.processing.Processor<?>)
New method spoon.processing.ProcessorProperties spoon.processing.AbstractProcessor::loadProperties()
Code java.method.noLongerStatic
Description method no longer static
Breaking binary: breaking, source: breaking

Change 3

Name Element
Old none
New method void spoon.processing.ProcessorProperties::set(java.lang.String, java.lang.Object)
Code java.method.addedToInterface
Description Method was added to an interface.
Breaking semantic: potentially_breaking, source: breaking, binary: non_breaking

@surli surli merged commit f76cdd2 into INRIA:master Apr 14, 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.

3 participants