Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1193

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

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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

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

                Created:
                Updated:
                Resolved: