Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 4254a7567c3ab308300938a40a8b6db1473c8855
https://github.com/windup/windup/commit/4254a7567c3ab308300938a40a8b6db14...
Author: Marco Rizzi <mrizzi(a)users.noreply.github.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M
bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
M decompiler/impl-fernflower/pom.xml
M
decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompiler.java
M
decompiler/impl-fernflower/src/main/java/org/jboss/windup/decompiler/fernflower/FernflowerJDKLogger.java
M
decompiler/impl-fernflower/src/test/java/org/jboss/windup/decompiler/fernflower/FernflowerDecompilerTest.java
A decompiler/impl-fernflower/src/test/resources/ExampleClass.class
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/BatchASTProcessor.java
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
Log Message:
-----------
WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional
(#1209)
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider cannot find reference in Optional
* WINDUP-1701 FindUnboundJavaReferencesRuleProvider: test fix
Adding NPE check in running command
Commit: 238d27b5ff1029a5be4afbfb5e940ebad9a62b4d
https://github.com/windup/windup/commit/238d27b5ff1029a5be4afbfb5e940ebad...
Author: Marek Novotný <hotmana76(a)gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
Changed paths:
M
bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/RunWindupCommand.java
Log Message:
-----------
Using safe way how to avoid NPE
Compare:
https://github.com/windup/windup/compare/586fd44997ca...238d27b5ff10