Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8289388

Fix warnings: method is overriding a synchronized method without being synchronized

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx20
    • jfx19
    • javafx
    • b01

      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
      ```

            angorya Andy Goryachev
            angorya Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: