This repository was archived by the owner on Apr 8, 2022. It is now read-only.

Description
Hey, we moved the Code to IIB V10.0.0.15 and wanted to use latest plugin Version.
I receive now:
ERROR: Error during SonarQube Scanner execution
java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at java.util.Arrays$ArrayList.(Arrays.java:3813)
at java.util.Arrays.asList(Arrays.java:3800)
at com.exxeta.iss.sonar.msgflow.batch.DSNSensor.analyse(DSNSensor.java:116)
at org.sonar.scanner.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:88)
at org.sonar.scanner.phases.SensorsExecutor.execute(SensorsExecutor.java:82)
at org.sonar.scanner.phases.SensorsExecutor.execute(SensorsExecutor.java:68)
at org.sonar.scanner.phases.AbstractPhaseExecutor.execute(AbstractPhaseExecutor.java:88)
at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:180)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:135)
.........
This is the Code sample from the msgflow-file that causes the exception:
The msgflow file do not have any element named computeExpressionFull or computeExpression.
Could you please check this.