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

doc: Bump version number after release 6.0.0 #1732

Merged
merged 2 commits into from
Nov 22, 2017

Conversation

surli
Copy link
Collaborator

@surli surli commented Nov 17, 2017

No description provided.

@surli surli changed the title doc: Put new version number after release 6.0.0 doc: Bump version number after release 6.0.0 Nov 17, 2017
README.md Outdated
@@ -90,7 +90,7 @@ Snapshot version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 6.1.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hesitated but as CtImport is almost ready, it will be immediately a new major release of Spoon... So IMHO we won't have another minor release before Spoon 7.0.0.

doc/_config.yml Outdated
spoon_snapshot: "6.0.0-SNAPSHOT"
sidebar_version: version 6.0.0
spoon_release: "6.0.0"
spoon_snapshot: "7.0.0-SNAPSHOT"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

@@ -35,6 +35,7 @@ You have different options:
Star Spoon on Github: [https://github.com/INRIA/spoon](https://github.com/INRIA/spoon). :-)

<!-- .* Marker comment. -->
- November 17, 2017: Spoon 6.0.0 is released! Check the [(changelog)](https://github.com/INRIA/spoon/releases/tag/spoon-core-6.0.0) as this major release may introduce breaking changes :warning:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say "as this major release may introduce breaking changes ⚠️" here because we actually break very little

I'd say "there are few non backward-compatible changes, see changes"

@monperrus
Copy link
Collaborator

monperrus commented Nov 20, 2017 via email

@surli
Copy link
Collaborator Author

surli commented Nov 20, 2017

Imports are breaking but not part of the main public API.

They are part of the main public API through CompilationUnit#getImports() which is used by clients.

@monperrus
Copy link
Collaborator

monperrus commented Nov 20, 2017 via email

@surli
Copy link
Collaborator Author

surli commented Nov 20, 2017

In auto-import mode, you don't manipulate them as well, Spoon does it for you.

Yes, but you can get them as in #1629. Then if we change the return type, we break their code. I'm ok to bump the version to 6.1.0 if we do a release before merging CtImport, else I really don't see the point to not follow the semantic versioning.
Moreover I really hope that we'll be able to put CtModule for the next release :)

@surli
Copy link
Collaborator Author

surli commented Nov 22, 2017

@monperrus when you merge this PR take care to delete the Spoon 7.0.0 snapshot from gforge.inria.fr.

@spoon-bot
Copy link
Collaborator

Detected changes by Revapi: 215.

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

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

Name Change 1
Old class JDTBatchCompiler
New class JDTBatchCompiler
Code java.class.noLongerInheritsFromClass
Description Class no longer inherits from 'java.lang.Object'.
Breaking binary: breaking,
Name Change 1
:---: :---:
Old class JDTBatchCompiler
New class JDTBatchCompiler
Code java.class.noLongerImplementsInterface
Description Class no longer implements interface 'org.eclipse.jdt.internal.compiler.problem.ProblemSeverities'.
Breaking binary: breaking,
Name Change 1
:---: :---:
Old class JDTBatchCompiler
New class JDTBatchCompiler
Code java.class.noLongerImplementsInterface
Description Class no longer implements interface 'org.eclipse.jdt.internal.compiler.util.SuffixConstants'.
Breaking binary: breaking,
Name Change 2
Old class JDTTreeBuilder
New class JDTTreeBuilder
Code java.class.noLongerInheritsFromClass
Description Class no longer inherits from 'java.lang.Object'.
Breaking binary: breaking,
Name Change 3
Old class TreeBuilderRequestor
New class TreeBuilderRequestor
Code java.class.noLongerImplementsInterface
Description Class no longer implements interface 'org.eclipse.jdt.internal.compiler.ICompilerRequestor'.
Breaking binary: breaking,
Name Change 4
Old field ProblemSeverities.Abort
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 5
Old field ProblemSeverities.AbortCompilation
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 6
Old field ProblemSeverities.AbortCompilationUnit
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 7
Old field ProblemSeverities.AbortMethod
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 8
Old field ProblemSeverities.AbortType
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 9
Old field ProblemSeverities.CoreSeverityMASK
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 10
Old field Main.DEFAULT_SIZE_CLASSPATH
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 11
Old field SuffixConstants.EXTENSION_CLASS
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 12
Old field SuffixConstants.EXTENSION_JAVA
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 13
Old field SuffixConstants.EXTENSION_JMOD
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 14
Old field SuffixConstants.EXTENSION_class
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 15
Old field SuffixConstants.EXTENSION_java
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 16
Old field SuffixConstants.EXTENSION_jmod
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 17
Old field ProblemSeverities.Error
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 18
Old field ProblemSeverities.Fatal
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 19
Old field ProblemSeverities.Ignore
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 20
Old field ProblemSeverities.Info
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 21
Old field ProblemSeverities.InternalError
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 22
Old field Main.NONE
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 23
Old field ProblemSeverities.Optional
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 24
Old field SuffixConstants.SUFFIX_CLASS
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 25
Old field SuffixConstants.SUFFIX_JAVA
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 26
Old field SuffixConstants.SUFFIX_STRING_CLASS
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 27
Old field SuffixConstants.SUFFIX_STRING_JAVA
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 28
Old field SuffixConstants.SUFFIX_STRING_class
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 29
Old field SuffixConstants.SUFFIX_STRING_java
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 30
Old field SuffixConstants.SUFFIX_class
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 31
Old field SuffixConstants.SUFFIX_java
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 32
Old field ProblemSeverities.SecondaryError
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 33
Old field Main.TIMING_DETAILED
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 34
Old field Main.TIMING_DISABLED
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 35
Old field Main.TIMING_ENABLED
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 36
Old field ProblemSeverities.Warning
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 37
Old field Main.annotationPaths
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 38
Old field Main.annotationsFromClasspath
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 39
Old field Main.batchCompiler
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 40
Old field Main.bundle
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 41
Old field Main.bundleName
New none
Code java.field.removedWithConstant
Description Field with constant value has been removed.
Breaking binary: non_breaking
Name Change 42
Old field Main.checkedClasspaths
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 43
Old field Main.classNames
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 44
Old field Main.compilerLocale
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 45
Old field Main.compilerOptions
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 46
Old field Main.compilerStats
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 47
Old field Main.currentRepetition
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 48
Old field Main.destinationPath
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 49
Old field Main.destinationPaths
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 50
Old field Main.encodings
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 51
Old field Main.exportedClassFilesCounter
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 52
Old field Main.extraProblems
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 53
Old field Main.filenames
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 54
Old field Main.globalErrorsCount
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 55
Old field Main.globalInfoCount
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 56
Old field Main.globalProblemsCount
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 57
Old field Main.globalTasksCount
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 58
Old field Main.globalWarningsCount
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 59
Old field Main.ignoreOptionalProblemsFromFolders
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 60
Old field Main.lineCount0
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 61
Old field Main.log
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 62
Old field Main.logger
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 63
Old field Main.maxProblems
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 64
Old field Main.maxRepetition
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 65
Old field Main.modNames
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 66
Old field Main.module
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 67
Old field Main.options
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 68
Old field Main.out
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 69
Old field Main.pendingErrors
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 70
Old field Main.proceed
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 71
Old field Main.proceedOnError
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 72
Old field Main.produceRefInfo
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 73
Old field Main.progress
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 74
Old field Main.showProgress
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 75
Old field Main.startTime
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 76
Old field Main.systemExitWhenFinished
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 77
Old field Main.timing
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 78
Old field Main.verbose
New none
Code java.field.removed
Description Field removed from class.
Breaking binary: breaking,
Name Change 79
Old method ASTVisitor::acceptProblem(IProblem)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 80
Old method Main::addExtraProblems(CategorizedProblem)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 81
Old method Main::addNewEntry(ArrayList, String, ArrayList, String, String, boolean, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 82
Old method Main::bind(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 83
Old method Main::bind(String, String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 84
Old method Main::bind(String, String, String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 85
Old method Main::bind(String, .Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 86
Old method Object::clone()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 87
Old method Main::compile(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 88
Old method Main::compile(String, PrintWriter, PrintWriter)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 89
Old method Main::compile(.Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 90
Old method Main::compile(.Array, PrintWriter, PrintWriter, CompilationProgress)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 91
Old method Main::configure(.Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 92
Old method Main::disableAll(int)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 93
Old method Main::enableAll(int)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 94
Old method ASTVisitor::endVisit(Argument, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 95
Old method ASTVisitor::endVisit(ArrayInitializer, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 96
Old method ASTVisitor::endVisit(CastExpression, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 97
Old method ASTVisitor::endVisit(Clinit, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 98
Old method ASTVisitor::endVisit(EmptyStatement, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 99
Old method ASTVisitor::endVisit(FieldReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 100
Old method ASTVisitor::endVisit(ImportReference, CompilationUnitScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 101
Old method ASTVisitor::endVisit(IntersectionCastTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 102
Old method ASTVisitor::endVisit(IntersectionCastTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 103
Old method ASTVisitor::endVisit(Javadoc, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 104
Old method ASTVisitor::endVisit(Javadoc, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 105
Old method ASTVisitor::endVisit(JavadocAllocationExpression, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 106
Old method ASTVisitor::endVisit(JavadocAllocationExpression, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 107
Old method ASTVisitor::endVisit(JavadocArgumentExpression, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 108
Old method ASTVisitor::endVisit(JavadocArgumentExpression, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 109
Old method ASTVisitor::endVisit(JavadocArrayQualifiedTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 110
Old method ASTVisitor::endVisit(JavadocArrayQualifiedTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 111
Old method ASTVisitor::endVisit(JavadocArraySingleTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 112
Old method ASTVisitor::endVisit(JavadocArraySingleTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 113
Old method ASTVisitor::endVisit(JavadocFieldReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 114
Old method ASTVisitor::endVisit(JavadocFieldReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 115
Old method ASTVisitor::endVisit(JavadocImplicitTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 116
Old method ASTVisitor::endVisit(JavadocImplicitTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 117
Old method ASTVisitor::endVisit(JavadocMessageSend, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 118
Old method ASTVisitor::endVisit(JavadocMessageSend, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 119
Old method ASTVisitor::endVisit(JavadocQualifiedTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 120
Old method ASTVisitor::endVisit(JavadocQualifiedTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 121
Old method ASTVisitor::endVisit(JavadocReturnStatement, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 122
Old method ASTVisitor::endVisit(JavadocReturnStatement, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 123
Old method ASTVisitor::endVisit(JavadocSingleNameReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 124
Old method ASTVisitor::endVisit(JavadocSingleNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 125
Old method ASTVisitor::endVisit(JavadocSingleTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 126
Old method ASTVisitor::endVisit(JavadocSingleTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 127
Old method ASTVisitor::endVisit(LabeledStatement, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 128
Old method ASTVisitor::endVisit(QualifiedNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 129
Old method ASTVisitor::endVisit(QualifiedSuperReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 130
Old method ASTVisitor::endVisit(SingleMemberAnnotation, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 131
Old method ASTVisitor::endVisit(SingleNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 132
Old method ASTVisitor::endVisit(ThisReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 133
Old method ASTVisitor::endVisit(Wildcard, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 134
Old method ASTVisitor::endVisit(Wildcard, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 135
Old method Object::equals(Object)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 136
Old method Main::extractDestinationPathFromSourceFile(CompilationResult)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 137
Old method Object::finalize()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 138
Old method Object::getClass()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 139
Old method Main::getHandlingPolicy()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 140
Old method Main::getJavaHome()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 141
Old method Main::getLibrariesFiles(.Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 142
Old method Main::getLibraryAccess()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 143
Old method Main::getProblemFactory()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 144
Old method Main::handleBootclasspath(ArrayList, String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 145
Old method Main::handleClasspath(ArrayList, String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 146
Old method Main::handleEndorseddirs(ArrayList)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 147
Old method Main::handleErrorToken(String, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 148
Old method Main::handleExtdirs(ArrayList)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 149
Old method Main::handleInfoToken(String, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 150
Old method Main::handleModuleSourcepath(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 151
Old method Main::handleModulepath(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 152
Old method Main::handleWarningToken(String, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 153
Old method Object::hashCode()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 154
Old method Main::initialize(PrintWriter, PrintWriter, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 155
Old method Main::initialize(PrintWriter, PrintWriter, boolean, Map)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 156
Old method Main::initialize(PrintWriter, PrintWriter, boolean, Map, CompilationProgress)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 157
Old method Main::initializeAnnotationProcessorManager()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 158
Old method Main::loggingExtraProblems()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 159
Old method Main::main(.Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 160
Old method Object::notify()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 161
Old method Object::notifyAll()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 162
Old method Main::outputClassFiles(CompilationResult)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 163
Old method Main::performCompilation()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 164
Old method Main::printUsage()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 165
Old method Main::processPathEntries(int, ArrayList, String, String, boolean, boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 166
Old method Main::relocalize()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 167
Old method Main::setDestinationPath(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 168
Old method Main::setLocale(Locale)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 169
Old method Main::setPaths(ArrayList, String, ArrayList, ArrayList, String, String, ArrayList, ArrayList, String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 170
Old method Main::shouldIgnoreOptionalProblems(.Array, .Array)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 171
Old method Object::toString()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 172
Old method Main::tokenize(String)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 173
Old method Main::validateOptions(boolean)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 174
Old method ASTVisitor::visit(Argument, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 175
Old method ASTVisitor::visit(ArrayInitializer, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 176
Old method ASTVisitor::visit(Clinit, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 177
Old method ASTVisitor::visit(EmptyStatement, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 178
Old method ASTVisitor::visit(FieldReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 179
Old method ASTVisitor::visit(ImportReference, CompilationUnitScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 180
Old method ASTVisitor::visit(IntersectionCastTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 181
Old method ASTVisitor::visit(IntersectionCastTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 182
Old method ASTVisitor::visit(JavadocAllocationExpression, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 183
Old method ASTVisitor::visit(JavadocAllocationExpression, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 184
Old method ASTVisitor::visit(JavadocArgumentExpression, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 185
Old method ASTVisitor::visit(JavadocArgumentExpression, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 186
Old method ASTVisitor::visit(JavadocArrayQualifiedTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 187
Old method ASTVisitor::visit(JavadocArrayQualifiedTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 188
Old method ASTVisitor::visit(JavadocArraySingleTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 189
Old method ASTVisitor::visit(JavadocArraySingleTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 190
Old method ASTVisitor::visit(JavadocFieldReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 191
Old method ASTVisitor::visit(JavadocFieldReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 192
Old method ASTVisitor::visit(JavadocImplicitTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 193
Old method ASTVisitor::visit(JavadocImplicitTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 194
Old method ASTVisitor::visit(JavadocMessageSend, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 195
Old method ASTVisitor::visit(JavadocMessageSend, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 196
Old method ASTVisitor::visit(JavadocQualifiedTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 197
Old method ASTVisitor::visit(JavadocQualifiedTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 198
Old method ASTVisitor::visit(JavadocReturnStatement, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 199
Old method ASTVisitor::visit(JavadocReturnStatement, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 200
Old method ASTVisitor::visit(JavadocSingleNameReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 201
Old method ASTVisitor::visit(JavadocSingleNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 202
Old method ASTVisitor::visit(JavadocSingleTypeReference, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 203
Old method ASTVisitor::visit(JavadocSingleTypeReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 204
Old method ASTVisitor::visit(ModuleDeclaration, CompilationUnitScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 205
Old method ASTVisitor::visit(QualifiedNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 206
Old method ASTVisitor::visit(QualifiedSuperReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 207
Old method ASTVisitor::visit(QualifiedThisReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 208
Old method ASTVisitor::visit(SingleMemberAnnotation, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 209
Old method ASTVisitor::visit(SingleNameReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 210
Old method ASTVisitor::visit(ThisReference, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 211
Old method ASTVisitor::visit(Wildcard, BlockScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 212
Old method ASTVisitor::visit(Wildcard, ClassScope)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 213
Old method Object::wait()
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 214
Old method Object::wait(long)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,
Name Change 215
Old method Object::wait(long, int)
New none
Code java.method.removed
Description Method was removed.
Breaking binary: breaking,

@monperrus monperrus merged commit 8ccb594 into INRIA:master Nov 22, 2017
@monperrus monperrus mentioned this pull request Oct 10, 2018
4 tasks
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