XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 3.1-incubating
    • None
    • None

    Description

      Java-6 soon reaches EOL and Java-7 adds some new language features, including:
      try-with-resources blocks, which operate on implementations of the new java.lang.AutoCloseable interface. These can be used to avoid manual handling for the closing of resources where possible.
      improved File IO, using the new java.nio.file.Path interface as the basic object
      multi-catch exception blocks, syntactic sugar to avoid having to write multiple catch blocks for the same handling
      generics diamond syntax, syntactic sugar to avoid having to write generic types as often

      http://docs.oracle.com/javase/7/docs/technotes/guides/language/enhancements.html

      Waiting for https://openrdf.atlassian.net/browse/SES-1691

      Attachments

        Issue Links

          Activity

            People

              wastl Sebastian Schaffert
              jakob Jakob Frank
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: