Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 18
-
Component/s: security-libs
-
Labels:None
-
Subcomponent:
Description
Overall, there are two ways to refactor existing code to avoid this:
1. Call the deprecated API in a declaration statement. Sometimes this means a temporary or useless variable must be declared.
2. Extract the call into a separate method
During the automatic conversion, we have a full list of the distance between where each annotation is added and where the deprecated API it guards is. Sub-tasks will be created in this issue to deal with them area by area. Those cases with the longest distance will be considered first.
Attachments
Issue Links
- relates to
-
JDK-8264713 JEP 411: Deprecate the Security Manager for Removal
-
- Closed
-