Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6397694

JSR 199: SimpleJavaFileObject should have a static helper method for creating URI

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 6
    • 6
    • tools
    • generic
    • generic

      This method could be helpful in constructor calls in subclasses of
      SimpleJavaFileObject:

              protected static URI uriFromString(String uri) {
                  try {
                      return new URI(uri);
                  } catch (URISyntaxException e) {
                      throw new IllegalArgumentException(e);
                  }
              }

            ahe Peter Ahe
            ahe Peter Ahe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: