OpenCDSS / cdss-lib-processor-ts-java

Colorado's Decision Support Systems (CDSS) time series processor library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Property without closing bracket causes an error. Need to handle gracefully. #225

Closed smalers closed 3 weeks ago

smalers commented 3 weeks ago

Trying to expand a processor ${Property} with missing closing bracket generates an error that is not friendly to interpret. Instead, the malformed property string should just be returned and the user can see that it is wrong.

smalers commented 3 weeks ago

I changed so that if either beginning or ending of the property is missing, stop processing. Also clarify JoinTables row count property to be the number of joined rows, not the size of the output joined table. Close this issue.