-
AsynchronousFillHandle
Assigned User teodordCategoryFeature requestPriorityHighReproducibilityAlwaysResolutionWon't FixSeverityMajorStatusResolvedThe protected inner class ReportFiller from AsynchronousFillHandle lacks a callback method in the finally clause which should help disposing with resources used by the filling process. As this runs in a separate thread, there seems to be no safe way to close for example the java.sql.Connection object (which should always be closed / returned to connection pools in the finally clause).
User Feedback
Recommended Comments