This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253559 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Actions.traverse
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI$Actions.traverse
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-18 19:28 UTC by Ralph Ruijs
Modified: 2015-07-29 09:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215255


Attachments
stacktrace (2.91 KB, text/plain)
2015-07-18 19:28 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2015-07-18 19:28:39 UTC
Build: NetBeans IDE Dev (Build 20150608-7ebc1b0b94de)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: Got one failing test in the suite. The result was not visible, so tried to navigate to the test result in the tree with keyboard. Couldn't do that.

ralphbenjamin: Tried expand test results by keyboard




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI$Actions.traverse(BasicTreeUI.java:4393)
   at javax.swing.plaf.basic.BasicTreeUI$Actions.actionPerformed(BasicTreeUI.java:4049)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2929)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
Comment 1 Ralph Ruijs 2015-07-18 19:28:41 UTC
Created attachment 154707 [details]
stacktrace