Loading plugins/org.etsi.mts.tdl.execution.java.codegen/src/org/etsi/mts/tdl/execution/java/codegen/JUnitTestGenerator.java +6 −4 Original line number Diff line number Diff line Loading @@ -1906,11 +1906,13 @@ public class JUnitTestGenerator extends Renderer { // Time constraints have their own block continue; } else if (e instanceof SpecialValueUse) { // Special values cannot be declared in Java continue; } // else if (e instanceof SpecialValueUse) { // // Special values cannot be declared in Java // // ...but we still need a solution for them, so declare now and the solution will come // continue; // // } declareDataUse(e, dataUseVariables, prefix); } Loading Loading
plugins/org.etsi.mts.tdl.execution.java.codegen/src/org/etsi/mts/tdl/execution/java/codegen/JUnitTestGenerator.java +6 −4 Original line number Diff line number Diff line Loading @@ -1906,11 +1906,13 @@ public class JUnitTestGenerator extends Renderer { // Time constraints have their own block continue; } else if (e instanceof SpecialValueUse) { // Special values cannot be declared in Java continue; } // else if (e instanceof SpecialValueUse) { // // Special values cannot be declared in Java // // ...but we still need a solution for them, so declare now and the solution will come // continue; // // } declareDataUse(e, dataUseVariables, prefix); } Loading