[kepler-dev] [Bug 4010] - RExpression2 - tracking for backwards compatibility

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Apr 21 16:59:27 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4010





------- Comment #1 from leinfelder at nceas.ucsb.edu  2009-04-21 16:59 -------
1. Numbers are converted to ArrayTokens of numbers when going from JRI ->
Ptolemy. This is a JRI quirk/feature in that all numeric assignments are done
with arrays - even if there's only a single value.
Solution: Remove the Token from the ArrayToken as the last step in the
conversion process if it is an ArrayToken with only one element.
Drawback: what if we really did intend for it to be an array with a single
value?


More information about the Kepler-dev mailing list