Uploaded image for project: 'Maven Invoker Plugin'
  1. Maven Invoker Plugin
  2. MINVOKER-114

Update plugin code to use Java 5 language features

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • Patch

    Description

      (Huge patch attached. Hopefully it can get reviewed/applied soon, before it becomes stale. Luckily the patch consists only of low-risk changes that shouldn't affect the logic functionality.)

      Since the plugin now requires Java 5 anyways (MINVOKER-111), might as well update the code to take advantage of better language features.

      • Removed all unavoidable "raw type" warnings.
      • Where possible/equivalent, converted Iterator-based loops to enhanced for loops.
      • Removed unnecessary dependencies to Iterator.
      • Removed unnecessary casts.
      • Enabled "useJava5" parameter of modello-maven-plugin.

      These changes should make it easier to maintain the code later.

      Attachments

        1. invoker-java-5.patch
          56 kB
          luke w patterson

        Activity

          People

            olamy Olivier Lamy
            lukewpatterson luke w patterson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: