JDK-8161886 : (jdeprscan) add support for loading and scanning modules
  • Type: Sub-task
  • Component: tools
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-07-20
  • Updated: 2022-04-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Duplicate :  
Description
Allow loading of deprecations from modules, and allow scanning of designated modules.

Jdeprscan currently only supports scanning of jar files and class files. Support for scanning modules should also be added.

This should include allowing options to specify the module path, and then to find types by constructing a dependency graph rooted at the module being scanned. This would be a functional replacement of the --class-path option in a modular world.