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

Reduce unnecessary Package.complete() calls in javadoc

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • None
    • tools
    • None

      javadoc generates lots of Package.complete() calls for invalid packages, each of which requires checking the file system.

      Some can be eliminated by a minor refactoring to reorder a sequence of tests.

      Others can be eliminated by improving the order of name lookup, so that name lookup in all modules is a last choice, not a first choice.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: