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 220371 - [73cat] IllegalStateException: delegate is null for wrapper action
Summary: [73cat] IllegalStateException: delegate is null for wrapper action
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 15:23 UTC by misterm
Modified: 2012-10-22 20:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193693


Attachments
stacktrace (2.89 KB, text/plain)
2012-10-18 15:23 UTC, misterm
Details
stacktrace (2.89 KB, text/plain)
2012-10-18 18:17 UTC, misterm
Details
stacktrace (2.89 KB, text/plain)
2012-10-18 18:23 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-10-18 15:23:52 UTC
Build: NetBeans IDE Dev (Build 20121008-5c87dd7d5cc2)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.IllegalStateException: delegate is null for wrapper action
   at org.netbeans.spi.editor.AbstractEditorAction.getDelegateAction(AbstractEditorAction.java:466)
   at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:328)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1664)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2926)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2842)
Comment 1 misterm 2012-10-18 15:23:54 UTC
Created attachment 126147 [details]
stacktrace
Comment 2 misterm 2012-10-18 18:17:17 UTC
Created attachment 126150 [details]
stacktrace
Comment 3 misterm 2012-10-18 18:23:17 UTC
Created attachment 126152 [details]
stacktrace
Comment 4 Exceptions Reporter 2012-10-18 18:23:24 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=193693
Comment 5 misterm 2012-10-18 20:28:26 UTC
CTRL + F is not working in the editor due to this error.
Comment 6 Miloslav Metelka 2012-10-22 12:17:41 UTC
(In reply to comment #5)
> CTRL + F is not working in the editor due to this error.

In such case fix of issue #220241 is only applied in this way:
1) Constructor of IncrementalSearchForwardAction is removed by the code change
2) Generated generated-layer.xml in editor.search is not regenerated

If you build the IDE manually please fully rebuild editor.search module:
  cd editor.search; ant clean; ant
and add a note whether it resolved the problem or not. Thanks.
Comment 7 misterm 2012-10-22 12:28:13 UTC
Yes, cleaning and building it again solved the problem.