-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
2.0.0.Beta1
-
None
-
None
When running Windup against a source app project, and not setting --sourceMode=true, then some rules fail.
This should not be happening, since there are only three uses, and all are just selecting what the debugging output message will say.
Result when running windup-migrate-app --input /home/username/work/Migration/TestApps/_apps/BradApp --output Report --packages org com net:
13:24:34,629 INFO [org.jboss.windup.config.RuleSubset] (AeshProcess: 6) Rule [org.jboss.windup.reporting.rules.rendering.RenderOverviewPageRuleProvider@4483a0f1] matched and will be performed. 13:24:34,630 INFO [org.jboss.windup.reporting.freemarker.FreeMarkerOperation] (AeshProcess: 6) Reporting: Writing template "/reports/templates/index.ftl" to output file "/home/ondra/work/Migration/Windup/Report/reports/../index.html" 13:24:34,652 INFO [org.jboss.windup.config.RuleSubset] (AeshProcess: 6) Rule [org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider@31a1f818] matched and will be performed. 13:24:34,653 INFO [org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation] (AeshProcess: 6) Reporting: Writing template "/reports/templates/source.ftl" to output file "/home/ondra/work/Migration/Windup/Report/reports/ejb_jar_xml.11.html" 13:24:34,661 SEVERE [freemarker.runtime] (AeshProcess: 6) Error executing FreeMarker template: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) at freemarker.core.Assignment.accept(Assignment.java:112) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.MixedContent.accept(MixedContent.java:93) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.Environment.process(Environment.java:243) at freemarker.template.Template.process(Template.java:277) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:135) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:34) at org.jboss.windup.config.operation.ruleelement.AbstractIterationOperation.perform(AbstractIterationOperation.java:66) [windup-config-api-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.jboss.windup.config.operation.GraphOperation.perform(GraphOperation.java:24) [windup-config-api-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:230) [windup-config-api-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:200) [windup-config-api-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.ocpsoft.rewrite.config.RuleBuilder.perform(RuleBuilder.java:168) [rewrite-api-3.0.0.Alpha3.jar:3.0.0.Alpha3] at org.jboss.windup.config.RuleSubset.perform(RuleSubset.java:224) [windup-config-api-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.jboss.windup.exec.WindupProcessorImpl.execute(WindupProcessorImpl.java:71) [windup-exec-impl-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.exec.WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.execute(WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.java) [windup-exec-impl-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT] at org.jboss.windup.ui.WindupWizard.execute(WindupWizard.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.ui.WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.execute(WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.java) at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:153) at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.execute(NoUIWizardControllerDecorator.java:152) at org.jboss.forge.addon.shell.aesh.CommandAdapter.execute(CommandAdapter.java:74) at org.jboss.aesh.console.AeshConsoleImpl$AeshConsoleCallbackImpl.execute(AeshConsoleImpl.java:325) at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:40) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65] 13:24:34,666 SEVERE [org.jboss.windup.config.RuleSubset] (AeshProcess: 6) Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) FreeMarkerOperation TemplateException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] 13:24:34,784 SEVERE [org.jboss.forge.addon.shell.aesh.CommandAdapter] (AeshProcess: 6) Failed to execute [windup-migrate-app] due to exception.: org.jboss.windup.util.exception.WindupException: Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) From: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider Defined in: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider.getConfiguration(RenderReportRuleProvider.java:38) at org.jboss.windup.config.RuleSubset.perform(RuleSubset.java:288) at org.jboss.windup.exec.WindupProcessorImpl.execute(WindupProcessorImpl.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.exec.WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.execute(WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.java) at org.jboss.windup.ui.WindupWizard.execute(WindupWizard.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.ui.WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.execute(WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.java) at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:153) [ui-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.execute(NoUIWizardControllerDecorator.java:152) [ui-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.addon.shell.aesh.CommandAdapter.execute(CommandAdapter.java:74) [shell-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.aesh.console.AeshConsoleImpl$AeshConsoleCallbackImpl.execute(AeshConsoleImpl.java:325) [aesh-0.56.1.jar:0.56.1] at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:40) [aesh-0.56.1.jar:0.56.1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65] Caused by: org.jboss.windup.util.exception.WindupException: FreeMarkerOperation TemplateException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:146) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:34) at org.jboss.windup.config.operation.ruleelement.AbstractIterationOperation.perform(AbstractIterationOperation.java:66) at org.jboss.windup.config.operation.GraphOperation.perform(GraphOperation.java:24) at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:230) at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:200) at org.ocpsoft.rewrite.config.RuleBuilder.perform(RuleBuilder.java:168) at org.jboss.windup.config.RuleSubset.perform(RuleSubset.java:224) ... 26 more Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) at freemarker.core.Assignment.accept(Assignment.java:112) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.MixedContent.accept(MixedContent.java:93) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.Environment.process(Environment.java:243) at freemarker.template.Template.process(Template.java:277) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:135) ... 33 more 13:24:34,788 SEVERE [org.jboss.forge.addon.shell.aesh.CommandAdapter] (AeshProcess: 6) Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) From: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider Defined in: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider.getConfiguration(RenderReportRuleProvider.java:38): org.jboss.windup.util.exception.WindupException: Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) From: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider Defined in: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider.getConfiguration(RenderReportRuleProvider.java:38) at org.jboss.windup.config.RuleSubset.perform(RuleSubset.java:288) at org.jboss.windup.exec.WindupProcessorImpl.execute(WindupProcessorImpl.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.exec.WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.execute(WindupProcessorImpl_$$_javassist_b13ff985-5196-4d7d-bdc9-465a3c335499.java) at org.jboss.windup.ui.WindupWizard.execute(WindupWizard.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_65] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_65] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_65] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_65] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) [furnace-api-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103) [furnace-proxy-2.11.0.Final.jar:2.11.0.Final] at org.jboss.windup.ui.WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.execute(WindupWizard_$$_javassist_4dc1d75b-92fe-4ddb-9112-706ead4637e9.java) at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:153) [ui-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.execute(NoUIWizardControllerDecorator.java:152) [ui-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.forge.addon.shell.aesh.CommandAdapter.execute(CommandAdapter.java:74) [shell-impl-2.11.0.Final.jar:2.11.0.Final] at org.jboss.aesh.console.AeshConsoleImpl$AeshConsoleCallbackImpl.execute(AeshConsoleImpl.java:325) [aesh-0.56.1.jar:0.56.1] at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:40) [aesh-0.56.1.jar:0.56.1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65] Caused by: org.jboss.windup.util.exception.WindupException: FreeMarkerOperation TemplateException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:146) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:34) at org.jboss.windup.config.operation.ruleelement.AbstractIterationOperation.perform(AbstractIterationOperation.java:66) at org.jboss.windup.config.operation.GraphOperation.perform(GraphOperation.java:24) at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:230) at org.jboss.windup.config.operation.Iteration.perform(Iteration.java:200) at org.ocpsoft.rewrite.config.RuleBuilder.perform(RuleBuilder.java:168) at org.jboss.windup.config.RuleSubset.perform(RuleSubset.java:224) ... 26 more Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> projectModelToApplicationIndex(reportModel.sourceFileModel.projectModel) [in template "reports/templates/source.ftl" at line 4, column 40] Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)?? The failing instruction: ==> #assign applicationReportIndexModel =... [in template "reports/templates/source.ftl" at line 4, column 1] at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98) at freemarker.core.Assignment.accept(Assignment.java:112) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.MixedContent.accept(MixedContent.java:93) at freemarker.core.Environment.visit(Environment.java:265) at freemarker.core.Environment.process(Environment.java:243) at freemarker.template.Template.process(Template.java:277) at org.jboss.windup.reporting.freemarker.FreeMarkerIterationOperation.perform(FreeMarkerIterationOperation.java:135) ... 33 more
***INFO*** Executing Rules: :REPORT_RENDERING - org.jboss.windup.reporting:windup-reporting.RenderReportRuleProvider [Uncategorized] [1081/1084] ... ***ERROR*** Error while executing 'Windup Migrate App' ***ERROR*** Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) From: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider Defined in: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider.getConfiguration(RenderReportRuleProvider.java:38) ***INFO*** (type "export VERBOSE=true" to enable stack traces) ***ERROR*** Error encountered while evaluating rule: .addRule().when(org.jboss.windup.config.query.Query@59eb41e).perform(org.jboss.windup.config.operation.Iteration@76432073) From: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider Defined in: org.jboss.windup.reporting.rules.rendering.RenderReportRuleProvider.getConfiguration(RenderReportRuleProvider.java:38)
- is related to
-
WINDUP-312 Allow rules to assert on SourceModeOption as a Condition
- Closed