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: Remove useless code on CtElement#setParent #1662

Merged
merged 1 commit into from
Oct 28, 2017

Conversation

pvojtechovsky
Copy link
Collaborator

No description provided.

@spoon-bot
Copy link
Collaborator

Revapi Analysis results

Old API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171027.224455-117

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

Detected changes: 5.

Change 1

Name Element
Old method java.util.ArrayList org.eclipse.jdt.internal.compiler.batch.Main::handleBootclasspath(java.util.ArrayList, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
New method java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath> org.eclipse.jdt.internal.compiler.batch.Main::handleBootclasspath(java.util.ArrayList<java.lang.String>, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'java.util.ArrayList' to 'java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath>'.
Breaking binary: non_breaking

Change 2

Name Element
Old method java.util.ArrayList org.eclipse.jdt.internal.compiler.batch.Main::handleClasspath(java.util.ArrayList, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
New method java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath> org.eclipse.jdt.internal.compiler.batch.Main::handleClasspath(java.util.ArrayList<java.lang.String>, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'java.util.ArrayList' to 'java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath>'.
Breaking binary: non_breaking

Change 3

Name Element
Old method java.util.ArrayList org.eclipse.jdt.internal.compiler.batch.Main::handleEndorseddirs(java.util.ArrayList) @ spoon.support.compiler.jdt.JDTBatchCompiler
New method java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath> org.eclipse.jdt.internal.compiler.batch.Main::handleEndorseddirs(java.util.ArrayList<java.lang.String>) @ spoon.support.compiler.jdt.JDTBatchCompiler
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'java.util.ArrayList' to 'java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath>'.
Breaking binary: non_breaking

Change 4

Name Element
Old method java.util.ArrayList org.eclipse.jdt.internal.compiler.batch.Main::handleExtdirs(java.util.ArrayList) @ spoon.support.compiler.jdt.JDTBatchCompiler
New method java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath> org.eclipse.jdt.internal.compiler.batch.Main::handleExtdirs(java.util.ArrayList<java.lang.String>) @ spoon.support.compiler.jdt.JDTBatchCompiler
Code java.method.returnTypeTypeParametersChanged
Description The return type changed from 'java.util.ArrayList' to 'java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath>'.
Breaking binary: non_breaking

Change 5

Name Element
Old method void org.eclipse.jdt.internal.compiler.batch.Main::setPaths(java.util.ArrayList, java.lang.String, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.util.ArrayList, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
New method void org.eclipse.jdt.internal.compiler.batch.Main::setPaths(java.util.ArrayList<java.lang.String>, java.lang.String, java.util.ArrayList<java.lang.String>, java.util.ArrayList<java.lang.String>, java.lang.String, java.lang.String, java.util.ArrayList<java.lang.String>, java.util.ArrayList<java.lang.String>, java.lang.String) @ spoon.support.compiler.jdt.JDTBatchCompiler
Code java.method.numberOfParametersChanged
Description The number of parameters of the method have changed.
Breaking binary: breaking

@tdurieux tdurieux merged commit 7f8e5d2 into INRIA:master Oct 28, 2017
@tdurieux
Copy link
Collaborator

Thanks @pvojtechovsky

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