Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Coverity] Uninitialized members (#27071)
### Details: - Regarding CID: 1559222 and 1559203. This could be false positive since the class IncreasePositionIdsPrecision does not have any member variables that need initialization. I updated line 50 to ensure 'this' pointer is properly captured. - Regarding CID: 1559220 and 1559209. This could also be a false positive. To address this issue I'm proposing to explicitly call the base class constructor in the initializer list of the constructor. Need to re-run the Coverity scan to confirm fix. ### Tickets: - CVS-149659
- Loading branch information