Uploaded image for project: 'Solder'
  1. Solder
  2. SOLDER-152

Use parameterized types instead of raw types

    Details

    • Type: Feature Request
    • Status: Resolved (View Workflow)
    • Priority: Trivial
    • Resolution: Done
    • Affects Version/s: 3.0.0.Beta1
    • Fix Version/s: 3.0.0.Beta1
    • Component/s: Core
    • Labels:
      None

      Description

      Many times in the catch code, a raw type is used instead of a parameterized type - e.g. (Set<HandlerMethod> instead of Set<HandlerMethod<?>>) resulting in compiler warnings.

        Gliffy Diagrams

          Activity

          Hide
          lightguard Jason Porter added a comment -

          Jozef, where is the warning you're receiving? The only one I'm seeing is when building the jaxrs example.

          Show
          lightguard Jason Porter added a comment - Jozef, where is the warning you're receiving? The only one I'm seeing is when building the jaxrs example.
          Hide
          jharting Jozef Hartinger added a comment -

          Eclipse itself shows these compiler warnings.

          Show
          jharting Jozef Hartinger added a comment - Eclipse itself shows these compiler warnings.
          Hide
          lightguard Jason Porter added a comment -

          I believe I have fixed these

          Show
          lightguard Jason Porter added a comment - I believe I have fixed these
          Hide
          jharting Jozef Hartinger added a comment -

          There are still some warnings. I can fix that.

          Show
          jharting Jozef Hartinger added a comment - There are still some warnings. I can fix that.

            People

            • Assignee:
              jharting Jozef Hartinger
              Reporter:
              jharting Jozef Hartinger
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Development