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

GA Ensemble search box NPE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • fx2.0
    • fx2.0
    • javafx
    • Windows7
      java version "1.7.0"
      Java(TM) SE Runtime Environment (build 1.7.0-b147)
      Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing)

      JavaFX2.0 sdk b39

      When entering text into Ensemble apps search box NPE is thrown. This version of Ensemble is the one from ga-samples bundle.

      SearchBox.changed (textBox.getRawText().length() == 0)=false
      Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
              at java.io.Reader.<init>(Unknown Source)
              at java.io.InputStreamReader.<init>(Unknown Source)
              at ensemble.search.ClasspathDirectory.<init>(ClasspathDirectory.java:28)
              at ensemble.search.IndexSearcher.<init>(IndexSearcher.java:57)
              at ensemble.controls.SearchBox$3.changed(SearchBox.java:68)
              at ensemble.controls.SearchBox$3.changed(SearchBox.java:61)
              at com.sun.javafx.binding.ExpressionHelper$MultipleChange.fireValueChangedEvent(Unknown Source)
              at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
              at javafx.scene.control.TextInput$TextProperty.fireValueChangedEvent(Unknown Source)
              at javafx.scene.control.TextInput$TextProperty.access$400(Unknown Source)
              at javafx.scene.control.TextInput.replaceText(Unknown Source)
              at com.sun.javafx.scene.control.skin.TextInputSkin.handleKeyTypedEvent(Unknown Source)
              at com.sun.javafx.scene.control.skin.TextInputSkin$8.handle(Unknown Source)
              at com.sun.javafx.scene.control.skin.TextInputSkin$8.handle(Unknown Source)
              at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
              at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
              at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
              at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
              at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
              at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
              at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
              at javafx.event.Event.fireEvent(Unknown Source)
              at javafx.scene.Scene$KeyHandler.process(Unknown Source)
              at javafx.scene.Scene$KeyHandler.access$1500(Unknown Source)
              at javafx.scene.Scene.impl_processKeyEvent(Unknown Source)
              at javafx.scene.Scene$ScenePeerListener.keyEvent(Unknown Source)
              at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(Unknown Source)
              at com.sun.glass.ui.View.handleKeyEvent(Unknown Source)
              at com.sun.glass.ui.View.notifyKey(Unknown Source)
              at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
              at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
              at com.sun.glass.ui.win.WinApplication$1$1.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)

            jasper Jasper Potts (Inactive)
            tbeckham Tony Beckham (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: