This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit b75a52e977ce306029ceda27c1933a11c7f977d3 Merge: 037e428 6e2ac8b Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 27 16:56:13 2018 +0200 Update upstream source from tag 'upstream/3.12.3' Update to upstream version '3.12.3' with Debian dir 0bb277c63a2f08d4de5e98252c8323e6f4f9a4f2 org.eclipse.jdt.annotation/pom.xml | 2 +- org.eclipse.jdt.annotation_v1/pom.xml | 2 +- org.eclipse.jdt.apt.core/pom.xml | 2 +- org.eclipse.jdt.apt.pluggable.core/pom.xml | 2 +- org.eclipse.jdt.apt.ui/pom.xml | 2 +- org.eclipse.jdt.compiler.apt/pom.xml | 2 +- org.eclipse.jdt.compiler.tool/pom.xml | 2 +- org.eclipse.jdt.core/META-INF/MANIFEST.MF | 2 +- .../eclipse/jdt/core/compiler/CharOperation.java | 17 +--- .../eclipse/jdt/internal/compiler/ast/ASTNode.java | 6 ++ .../internal/compiler/ast/ReferenceExpression.java | 4 +- .../compiler/flow/ConditionalFlowInfo.java | 6 +- .../flow/ExceptionInferenceFlowContext.java | 2 +- ...ntext.java => FieldInitsFakingFlowContext.java} | 15 +-- .../jdt/internal/compiler/flow/FlowContext.java | 5 +- .../jdt/internal/compiler/flow/FlowInfo.java | 7 +- .../compiler/flow/UnconditionalFlowInfo.java | 49 +++++++++- .../compiler/lookup/CompilationUnitScope.java | 4 + .../compiler/lookup/InferenceContext18.java | 108 +++++++++++---------- .../compiler/lookup/InferenceSubstitution.java | 59 ++++++++++- .../compiler/lookup/InferenceVariable.java | 86 +++++++++++++--- .../dom/rewrite/imports/ImportRewriteAnalyzer.java | 13 ++- .../jdt/internal/core/util/HandleFactory.java | 21 +++- org.eclipse.jdt.core/pom.xml | 6 +- .../eclipse/jdt/internal/core/index/DiskIndex.java | 4 +- .../search/indexing/SourceIndexerRequestor.java | 7 +- pom.xml | 4 +- tests-pom/pom.xml | 4 +- 28 files changed, 321 insertions(+), 122 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

