Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 220799

Please review the changes for this bug at the below location:

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

Overview:
Similar to the OXM test cases, the SDO Junit test cases do a lot of initialization of artifacts up front, which should instead be done in a setUp method and then nulled out in a tearDown method. This will greatly reduce the total memory use of the SDO Junit tests and prevent OutOfMemory exceptions.

-Matt

Back to the top