as a developer I don't need to run Clover on JDK1.4 anymore

XMLWordPrintable

      Idea:

      Sun Java 1.4 has:

      IBM Java 1.4:

      According to various sources, most popular are Java6 and Java7; Java1.4 has a fraction of market right now:

      • http://www.statowl.com/java.php
        although the report above shows Java version in web browser. Production environment may be different (especially regarding IBM Java).

      Benefits:

      Dropping support for Java 1.4 would ease Clover development a lot, as we could:

      • directly use Java5 generics in code
      • replace raw collections (List, Map, Set etc) by typed collections (List<Foo> etc) in code
      • get rid of Retrotranslator (2x faster build )
      • it opens a door to introduce generic-based libraries in Clover code (for example replace Apache Commons by Guava)

      Tasks:

      • update Supported-Platforms page
      • remove retrotranslator from build scripts
      • update bamboo / maven configurations
      • affects Clover, Clover-for-Maven2&3, Clover-for-Eclipse, Clover-for-IDEA (note that Clover-for-Grails already need JDK1.5 or above)

      Out of scope:

      • replacing existing raw collections by typed ones (like List -> List<Foo> ), introducing foreach loops etc
        • this will be done gradually during daily development

            Assignee:
            Unassigned
            Reporter:
            Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: