-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Sometimes search freeze and don't react to all request. Opening new Jreader tab not solve this prob
I attached screen and console output to issue

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.facetoe.jreader.ui.JSourcePanel.handleAutoComplete(JSourcePanel.java:216)
at com.facetoe.jreader.ui.JReader.handleSearch(JReader.java:345)
at com.facetoe.jreader.ui.JReader.access$100(JReader.java:44)
at com.facetoe.jreader.ui.JReader$6.actionPerformed(JReader.java:179)
at javax.swing.JTextField.fireActionPerformed(Unknown Source)
at javax.swing.JTextField.postActionEvent(Unknown Source)
at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)