PlatformImpl.runAndWait should throw exception if called after the JavaFX runtime has terminated

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0.2
    • Affects Version/s: fx2.0
    • Component/s: javafx

      After the JavaFX runtime has terminated, calls to Platform.exit are ignored. This means that a call to PlatformImpl.runLater will wait forever, since the runnable that it is waiting for will never be executed. We need to throw an IllegalStateException instead.

            Assignee:
            Kevin Rushforth
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: