You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
+13-13
Original file line number
Diff line number
Diff line change
@@ -268,13 +268,13 @@ public CompilerResult performCompile( CompilerConfiguration config )
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/InProcessCompiler.java
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavacCompiler.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,8 @@ public CompilerResult performCompile( CompilerConfiguration config )
165
165
}
166
166
catch ( IOExceptione )
167
167
{
168
-
if ( (getLogger() != null ) && getLogger().isWarnEnabled()) {
169
-
getLogger().warn( "Unable to autodetect 'javac' path, using 'javac' from the environment." );
168
+
if ( log.isWarnEnabled()) {
169
+
log.warn( "Unable to autodetect 'javac' path, using 'javac' from the environment." );
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavaxToolsCompiler.java
0 commit comments