Date Variable Creation Error
Posted: Mon Nov 10, 2025 2:13 pm
Dear,
I am experiencing an issue when creating a variable of type Date, as a bug occurs during the process.
I have tested this in Java versions 2025.3.0 and later, including 2025.4.2, and the problem occurs in all of them.
The error prevents the variable from being created and also affects older reports that already use this variable, causing them to fail during execution.
Attached are screenshots of the error for your analysis.
I am experiencing an issue when creating a variable of type Date, as a bug occurs during the process.
I have tested this in Java versions 2025.3.0 and later, including 2025.4.2, and the problem occurs in all of them.
The error prevents the variable from being created and also affects older reports that already use this variable, causing them to fail during execution.
Attached are screenshots of the error for your analysis.
Code: Select all
java.lang.ArrayIndexOutOfBoundsException: 1
at com.stimulsoft.base.range.DateTimeRange.deserialize(DateTimeRange.java:124)
at com.stimulsoft.base.range.Range.fromStringValue(Range.java:187)
at com.stimulsoft.base.system.type.StiTypeRange.getValueByString(StiTypeRange.java:15)
at com.stimulsoft.base.system.type.StiTypeRange.getValueByString(StiTypeRange.java:5)
at com.stimulsoft.base.system.type.StiSystemType.getInstanceValueByString(StiSystemType.java:62)
at com.stimulsoft.report.dictionary.StiVariable.getValueObject(StiVariable.java:363)
at com.stimulsoft.webdesigner.helper.StiDictionaryHelper.variableItem(StiDictionaryHelper.java:615)
at com.stimulsoft.webdesigner.helper.StiDictionaryHelper.createOrEditVariable(StiDictionaryHelper.java:2619)