-
Bug
-
Resolution: Done
-
Major
-
None
-
4.0.0.Beta4
-
None
These tests are failing:
- org.jboss.windup.tests.bootstrap.ListTechnologiesAndTagsCommandsTest.targetTechnologies
- org.jboss.windup.tests.bootstrap.ListTechnologiesAndTagsCommandsTest.tags
- org.jboss.windup.tests.bootstrap.ListTechnologiesAndTagsCommandsTest.sourceTechnologies
The stacktrace from one of the failures is:
java.lang.NullPointerException at java.util.AbstractCollection.addAll(AbstractCollection.java:343) at org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace.lambda$getOptionValuesFromHelp$1(AbstractListCommandWithoutFurnace.java:33) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1380) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.jboss.windup.bootstrap.commands.AbstractListCommandWithoutFurnace.getOptionValuesFromHelp(AbstractListCommandWithoutFurnace.java:33) at org.jboss.windup.bootstrap.commands.windup.ListTargetTechnologiesCommand.execute(ListTargetTechnologiesCommand.java:33) at org.jboss.windup.bootstrap.Bootstrap.executePhase(Bootstrap.java:471) at org.jboss.windup.bootstrap.Bootstrap.run(Bootstrap.java:281) at org.jboss.windup.bootstrap.Bootstrap.main(Bootstrap.java:102) at org.jboss.windup.tests.bootstrap.AbstractBootstrapTest.bootstrap(AbstractBootstrapTest.java:56) at org.jboss.windup.tests.bootstrap.ListTechnologiesAndTagsCommandsTest.targetTechnologies(ListTechnologiesAndTagsCommandsTest.java:19) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)