JDK-8169226 : (jdeprscan) print summary line at end of run
  • Type: Sub-task
  • Component: tools
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-11-03
  • Updated: 2018-09-11
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
Description
A summary line with some statistics should be printed at the end of a jdeprscan run. Examples:

 - number of classes scanned
 - number of deprecations found
 - number of errors/warnings

(suggestion from Aurelio)

Comments
The most important thing is to clearly differentiate the answer when there is no deprecated api's found during a valid scan from the result when the tool couldn't find anything to scan. The current implementation, in build 142, simply returns you to the command prompt without any message for both cases.
04-11-2016