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

(jdeprscan) eliminate duplicate "can't find class" errors

XMLWordPrintable

    • b168
    • Verified

        If dependent classes can't be found, it might result in a large amount of output of the form:

        > error: can't find class org/hamcrest/MatcherAssert
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/StringDescription
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/CoreMatchers
        > error: can't find class org/hamcrest/CoreMatchers

        It would be helpful to eliminate the duplicates, as they can overwhelm the rest of the output.

              smarks Stuart Marks
              smarks Stuart Marks
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: