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 197516 - [70cat] NullPointerException at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager$OverrideAction.actionPerformed
Summary: [70cat] NullPointerException at org.netbeans.lib.editor.codetemplates.textsyn...
Status: RESOLVED DUPLICATE of bug 195933
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 21:59 UTC by zolta
Modified: 2011-04-13 14:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171274


Attachments
stacktrace (5.06 KB, text/plain)
2011-04-06 21:59 UTC, zolta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zolta 2011-04-06 21:59:45 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
areeda: entering a new watch function call
Matcher m.group(1)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.codetemplates.textsync.TextRegionManager$OverrideAction.actionPerformed(TextRegionManager.java:1232)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1633)
   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:6044)
Comment 1 zolta 2011-04-06 21:59:49 UTC
Created attachment 107569 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-13 14:02:16 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 195933 ***