JDK-8328818 : Fix Decora JSL to remove missing @Override warnings
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: jfx23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-03-22
  • Updated: 2024-08-17
  • Resolved: 2024-03-25
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
jfx23 b11Fixed
Related Reports
Relates :  
Description
Two places in JSL files cause the missing @Override warning.
```
LinearConvolve.jsl - graphics/src/main/jsl-decora
LinearConvolveShadow.jsl - graphics/src/main/jsl-decora
```
Once fixed, this warning can be enabled in the IDEs and possibly with javac lint.
Comments
Changeset: 611555ee Author: Andy Goryachev <angorya@openjdk.org> Date: 2024-03-25 22:06:23 +0000 URL: https://git.openjdk.org/jfx/commit/611555eedbdc50f00ff1c050e6972df1e922e3cd
25-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1425 Date: 2024-03-22 15:53:14 +0000
22-03-2024