Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-84

Allow import blah.* support

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-beta-1, 1.0-beta-2, 1.0-beta-3
    • 1.0-beta-4
    • ast builder, parser
    • None

    Description

      It'd be dead handy to allow importing all packages in a class, as opposed to importing each individually e.g.

      import java.net.*

      as opposed to

      import java.net.Socket
      import java.net.SocketException
      import java.net.HttpURLConnection

      Attachments

        Activity

          People

            jstrachan James Strachan
            charles Charles Anthony
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: