Uploaded image for project: 'mod-inventory-storage'
  1. mod-inventory-storage
  2. MODINVSTOR-1030

Avoid raw types in BoundWithAPI.getDeleteBoundWithPartFutures

    XMLWordPrintable

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

            Activity

              People

                julianladisch Julian Ladisch
                julianladisch Julian Ladisch
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases