You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/05/20 06:31:40 UTC

[maven-compiler-plugin] branch master updated (62438bb -> de5e97a)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git.


    from 62438bb  Fix typos
     new 997206f  MCOMPILER-383: Use Java7 type inference more
     new c8019dd  MCOMPILER-384: Stop checking for null before instanceof
     new 3596083  MCOMPILER-385: Initialise compilerArgs once in CompilerMojo
     new 323b191  MCOMPILER-385: Replace StringBuilder with String.format() in CompilerMojo
     new 3aab7d7  MCOMPILER-382: Remove superfluous exceptions from tests
     new de5e97a  Merge pull request #17 from rhowe/tidyups

The 628 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plugin/compiler/AbstractCompilerMojo.java      |  2 +-
 .../apache/maven/plugin/compiler/CompilerMojo.java | 25 +++++++---------------
 .../maven/plugin/compiler/TestCompilerMojo.java    |  8 +++----
 .../plugin/compiler/CompilerMojoTestCase.java      | 10 ++++-----
 .../plugin/compiler/stubs/CompilerManagerStub.java |  2 --
 .../maven/plugin/compiler/stubs/CompilerStub.java  |  5 -----
 6 files changed, 18 insertions(+), 34 deletions(-)