Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
None
-
Sif Sprint 158
-
Sif
-
Orchid (R1 2023)
-
Implementation coding issue
Description
BoundWithAPI.getDeleteBoundWithPartFutures uses raw types where generics should be used so that the compiler can check the types.
@SuppressWarnings("rawtypes")
should be removed.
List<Future>
should become
List<Future<Response>>
And
Map.Entry part
should become
var part
TestRail: Results
Attachments
Issue Links
- continues
-
MODINVSTOR-1022 Bound-with. New PUT API where a single item ID and a list of holdings IDs can be created
-
- Closed
-
- defines
-
UXPROD-3922 R1 2023 | Sif Enhancements/Bugfixes/NFR/tech debt
-
- Closed
-