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

Quantum fails with assert of not null

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None
    • 8.0b88


          @Override
          void setStage(GlassStage stage) {
              super.setStage(stage);

              assert host != null;//here
              host.setEmbeddedScene(stage != null ? this : null);
          }

      In EmbeddedScene.java

            art Artem Ananiev (Inactive)
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: