JDK-8289388 : Fix warnings: method is overriding a synchronized method without being synchronized
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: openjfx19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-06-28
  • Updated: 2022-11-29
  • Resolved: 2022-07-26
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
openjfx20 b01Fixed
Related Reports
Blocks :  
Description
Eclipse Version 2022-06 (4.24.0) reports this warning in the following places:

```
The method FXDnDInteropN.FXDragGestureRecognizer.setComponent(Component) is overriding a synchronized method without being synchronized	FXDnDInteropN.java	line 187	/swing/src/main/java/com/sun/javafx/embed/swing/newimpl
The method PrismImage.deref() is overriding a synchronized method without being synchronized	PrismImage.java	line 64	/web/src/main/java/com/sun/javafx/webkit/prism
The method SeparateThreadTimer.notifyTick() is overriding a synchronized method without being synchronized	Timer.java	line 167	/web/src/main/java/com/sun/webkit
```

Comments
Changeset: a122cef5 Author: Andy Goryachev <angorya@openjdk.org> Committer: Nir Lisker <nlisker@openjdk.org> Date: 2022-07-26 20:55:17 +0000 URL: https://git.openjdk.org/jfx/commit/a122cef52be12c83363e82346a3ff8bf9c689436
26-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/819 Date: 2022-07-08 19:00:25 +0000
08-07-2022