Reduce unnecessary Package.complete() calls in javadoc

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: