Table stamp state could be greatly optimized for size
-----------------------------------------------------
Key: TRINIDAD-630
URL: https://issues.apache.org/jira/browse/TRINIDAD-630
Project: MyFaces Trinidad
Issue Type: Improvement
Affects Versions: 1.0.2-core
Reporter: Adam Winer
The size of the state in the table component is much higher than it needs to
be. In particular, hierarchies of components that contain no state could and
should boil down to simple "null" entries, but don't currently - I see
structures that look like:
[null, [], [null, [], []], [null, [], []], [null, [], []], [null, [], []]]
We're good enough to share the object arrays, but this should all turn into
null.
In addition, we should share instances of StampState$SDState, since there are
only two states.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.