-1

I am trying to find out a way(script or Java) by which i can fetch the list of deprecated API (classes, interfaces, methods, fields,etc) of the latest Java Version ( or any given version) into a csv file.

My output would be a csv file with something like

/Interface/Method/Field | Deprecated reason/Remedy org.springframework.scheduling.timer.TimerTaskExecutionException | The Timer's main loop will simply stop if a TimerTask throws an exception.

PrMeAsAr
  • 73
  • 1
  • 8
  • @Basil, Please share the link of the question which has already been answered – PrMeAsAr Sep 10 '19 at 13:38
  • ?? The original Question of this duplicate is automatically displayed by the Stack Overflow system, the link appearing at the top of this page. – Basil Bourque Sep 10 '19 at 16:41

1 Answers1

1

I think you can use 3rd party libraries

Example:

Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
Tarık CAN
  • 41
  • 4