User Interface | SmartSync | GenericSync | Persistence | Trace | General Programming Tips
| Recommendation |
Description |
| Use readNextElement() on InboundContainer instead of getAllElements(), getElementsWithFieldName(String fieldName) and getElement(String fieldName, String lineNumber) | The methods getAllElements(), getElementsWithFieldName(String fieldName) and getElement(String fieldName, String lineNumber) need the entire container in memory. The method readNextElement() is not so memory consuming. Take care about the following:
|