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 159879 - NullPointerException at org.netbeans.modules.visualweb.text.actions.NextVisualPositionAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.visualweb.text.actions.NextVisua...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-08 23:03 UTC by zkirill
Modified: 2009-03-09 21:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 23130


Attachments
stacktrace (2.18 KB, text/plain)
2009-03-08 23:03 UTC, zkirill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zkirill 2009-03-08 23:03:07 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: i have a visual jsf page up with a couple of control in flow layout. I get this exception when i select a jsf component and hit the arrow keys.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.text.actions.NextVisualPositionAction.actionPerformed(NextVisualPositionAction.java:124)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2884)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
        at java.awt.Component.processEvent(Component.java:5911)
Comment 1 zkirill 2009-03-08 23:03:20 UTC
Created attachment 77883 [details]
stacktrace