-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.1
-
Component/s: Performance
-
None
If there is an array of objects method objectStart() in DBCallback resets _lastArray
so that objectDone() of the array calls containsKey() unnecessarily.
Replace _lastArray with instanceOf List ?