Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 248332

A patch is available for this bug at the below location:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=248332

Performance Fixes in DOMReader:
-Made changes to avoid calls to NodeList.getLength() and NodeList.item() inside the context of a loop when possible.

Please review the changes and rely with any feedback.

Thanks,

-Matt

Back to the top