JDK-8344114 : Remove obsolete permission check methods from Font classes
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-11-13
  • Updated: 2024-12-13
  • Resolved: 2024-12-10
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
jfx24 b21Fixed
Related Reports
Blocks :  
Description
 After the fix for JDK-8342997, the following appear to be unused and would be good candidates for further cleanup:

FontFactory: hasPermission
FontFileWriter: hasTempPermission
Comments
Changeset: ebeee751 Branch: master Author: Lukasz Kostyra <lkostyra@openjdk.org> Date: 2024-12-10 08:53:12 +0000 URL: https://git.openjdk.org/jfx/commit/ebeee75191b14f0a9945f15e5ccc5fb5e9744817
10-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1659 Date: 2024-12-06 16:40:14 +0000
06-12-2024