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: remove or update deprecation related to queries & filters #1300

Merged
merged 1 commit into from
May 19, 2017

Conversation

monperrus
Copy link
Collaborator

@monperrus monperrus commented May 15, 2017

there was a mess in the @Deprecated between well defined APIs for which we can keep backward compatibility (getReferences) and implementation classes (QueryVisitor)

Cleans the problems related to filters, only one deprecated method remains.

Partiallhy handles #1234

@monperrus monperrus force-pushed the deprecate-filters branch 2 times, most recently from a349176 to 9007175 Compare May 15, 2017 19:53
@spoon-bot
Copy link
Collaborator

Revapi Analysis results

Old API: fr.inria.gforge.spoon:spoon-core:jar:5.7.0-20170514.224530-96

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

Detected changes: 3.

Change 1

Name Element
Old class spoon.reflect.visitor.QueryVisitor
New none
Code java.class.removed
Description Class was removed.
Breaking source: breaking

Change 2

Name Element
Old interface spoon.reflect.visitor.ReferenceFilter
New none
Code java.class.removed
Description Class was removed.
Breaking source: breaking

Change 3

Name Element
Old class spoon.reflect.visitor.ReferenceQueryVisitor
New none
Code java.class.removed
Description Class was removed.
Breaking source: breaking

@monperrus monperrus force-pushed the deprecate-filters branch from 9007175 to c1accbd Compare May 15, 2017 20:47
@surli surli merged commit b4b16ff into INRIA:master May 19, 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