Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.11.1.1
Description
I see some FindBugs warnings in impl.store.raw.xact.GlobalXactId and iapi.store.access.xa.XAXactId about internal arrays being exposed through public methods. We should silence the warnings by making the methods non-public or by exposing copies of the arrays instead.