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 227217 - AssertionError at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTextInsertion
Summary: AssertionError at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTe...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 17:03 UTC by cybersoft
Modified: 2013-03-13 02:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199436


Attachments
stacktrace (3.28 KB, text/plain)
2013-03-08 17:03 UTC, cybersoft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cybersoft 2013-03-08 17:03:36 UTC
This bug was originally marked as duplicate of bug 210207, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-10106-on-20130118)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
cybersoft: typed:
echo 'ok'
:)




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTextInsertion(BaseKit.java:1286)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.access$100(BaseKit.java:1050)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$2.run(BaseKit.java:1149)
   at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:347)
   at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1125)
   at org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1022)
Comment 1 cybersoft 2013-03-08 17:03:38 UTC
Created attachment 132389 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-03-11 12:27:35 UTC
The change http://hg.netbeans.org/web-main/rev/f21c4156f4e5 was included to php.editor 3.32 version (increased 3/6, build 3/8). I increases dependency and spec versions of editor.lib and php.editor. http://hg.netbeans.org/jet-main/rev/df4051d7773a Issue fixed in #227176.

Users should update new version, to fix this issue.
Comment 3 Quality Engineering 2013-03-13 02:08:58 UTC
Integrated into 'main-golden', will be available in build *201303122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/df4051d7773a
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #227217 - AssertionError at org.netbeans.editor.BaseKit$DefaultKeyTypedAction.performTextInsertion