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

OutOfBounds Exception in ExpressionHelper.java:295

XMLWordPrintable

    • x86
    • os_x

      FULL PRODUCT VERSION :


      ADDITIONAL OS VERSION INFORMATION :
      10.11.5 (15F34)

      A DESCRIPTION OF THE PROBLEM :
      Getting random runtime errors.
      Here's the stack trace:
      Caused by: java.lang.ArrayIndexOutOfBoundsException: 17
      at com.sun.javafx.binding.ExpressionHelper$Generic.addListener(ExpressionHelper.java:295)
      at com.sun.javafx.binding.ExpressionHelper.addListener(ExpressionHelper.java:69)
      at javafx.beans.property.ObjectPropertyBase.addListener(ObjectPropertyBase.java:87)
      at de.srm.srmx.file.SrmFile7.SetUpNumberBindings(SrmFile7.java:1833)


      Thats the line of code causing the probelm:
      getProfile().powerUnit.addListener(avgPowerlistener);

      Where powerUnit is an ObjectProperty



      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Not reproducible.
      Happens once.
      - close software
      - restart, does not happen again.

      After a while, runtime error comes back


      REPRODUCIBILITY :
      This bug can be reproduced occasionally.

            vadim Vadim Pakhnushev
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: