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

XYChart and (Stacked)AreaChart properties return incorrect beans

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx23
    • jfx22
    • javafx
    • None
    • b24

      The xAxisProperty and yAxisProperty objects in XYChart return themselves in their getBean() override, instead of the XYChart parent object.

      This causes IDE freezes when inspecting XYChart objects in my debugger because the properties' toString() methods refer to the bean, due to a recursive call by the debugger.

      Edit: Same for (Stacked)AreaChart.createSymbols.

            mmack Markus Mack
            mmack Markus Mack
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: