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 195933 - NullPointerException at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager$OverrideAction.actionPerformed
Summary: NullPointerException at org.netbeans.lib.editor.codetemplates.textsync.TextRe...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 197516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-24 10:48 UTC by J Bachorik
Modified: 2011-04-13 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176997


Attachments
stacktrace (7.80 KB, text/plain)
2011-02-24 10:48 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-02-24 10:48:15 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b09, Java(TM) SE Runtime Environment, 1.6.0_26-ea-b01
OS: Linux

User Comments:
yardus: editing a debugger watch




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager$OverrideAction.actionPerformed(TextRegionManager.java:1232)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1639)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2851)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2886)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2814)
   at java.awt.Component.processEvent(Component.java:6066)
Comment 1 J Bachorik 2011-02-24 10:48:19 UTC
Created attachment 106400 [details]
stacktrace
Comment 2 Dusan Balek 2011-03-10 14:32:26 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/c56b8a923497
Comment 3 Quality Engineering 2011-03-11 09:40:59 UTC
Integrated into 'main-golden', will be available in build *201103110400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c56b8a923497
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #195933: NullPointerException at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager$OverrideAction.actionPerformed - fixed.
Comment 4 Dusan Balek 2011-04-13 14:02:16 UTC
*** Bug 197516 has been marked as a duplicate of this bug. ***