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

(jdeps) Add filtering capability

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • tools
    • b23

        There is jdeps -package and -regex option to find dependences that match the specified value. There is no easy way to filter out specified package (e.g. java.lang).

        In addition, jdeps currently excludes all dependencies within the same JAR file. The only option to get the dependencies within the same JAR file is -verbose option which prints out the class-level dependencies. This is a useful enhancement as developers can find out the package-level dependencies whereas the class dependencies are more verbose that they may not need to look at.

              mchung Mandy Chung (Inactive)
              mchung Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: