Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
2.1
-
None
Description
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 ?