Description
As proposed in http://openjdk.java.net/jeps/162, add a tool to analyze class dependencies to help developers prepare for the modular platform.
Provide a command-line tool in the JDK so that developers can understand the static dependencies of their applications and libraries — As part of Project Jigsaw, a useful class analyzer was developed that makes it very easy to identify the dependencies. This class analyzer will be modified to make it easy to identify the usage of non-standard and JDK internal APIs and would provide a useful complement to the warnings emitted by javac when compiling code that make use of JDK internal APIs.
Provide a command-line tool in the JDK so that developers can understand the static dependencies of their applications and libraries — As part of Project Jigsaw, a useful class analyzer was developed that makes it very easy to identify the dependencies. This class analyzer will be modified to make it easy to identify the usage of non-standard and JDK internal APIs and would provide a useful complement to the warnings emitted by javac when compiling code that make use of JDK internal APIs.
Attachments
Issue Links
- relates to
-
JDK-8005634 tools/launcher/VersionCheck.java fails version check on jdeps
- Resolved
-
JDK-8005428 Update jdeps to read the same profile information as by javac
- Resolved
-
JDK-8046152 JEP 162: Prepare for Modularization
- Closed