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 197980 - [70cat] IllegalStateException: Pending incoming event: 1872465665 [org.netbeans.lib.editor.util.swing.DocumentUtilities$EventPropertiesElementChange@4dc9c3e5, org.netbeans.editor.FixLineSyntaxState$BeforeLine
Summary: [70cat] IllegalStateException: Pending incoming event: 1872465665 [org.netbea...
Status: RESOLVED DUPLICATE of bug 197981
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 03:42 UTC by schkovich
Modified: 2011-04-22 07:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178458


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-04-22 03:42:45 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
schkovich: Subversion > diff




Stacktrace: 
java.lang.IllegalStateException: Pending incoming event: 1872465665 [org.netbeans.lib.editor.util.swing.DocumentUtilities$EventPropertiesElementChange@4dc9c3e5, org.netbeans.editor.FixLineSyntaxState$BeforeLineUndo@795c1748 hasBeenDone: true alive: true, org.netbeans.editor.DocumentContent$Edit@cfcb637 hasBeenDone: true alive: true, org.netbeans.editor.BaseDocument$MarksStorageUndo@231edb8a hasBeenDone: true alive: true, org.netbeans.lib.editor.util.swing.GapBranchElement$Edit@3edf5309 hasBeenDone: true alive: true, org.netbeans.editor.FixLineSyntaxState$AfterLineUndo@37c4941e hasBeenDone: true alive: true], type=REMOVEtext='# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Remotely Modified (Based On HEAD)
+++ Locally Modified (Based On LOCAL)
@@ -8,28 +8,18 @@
 /**
  * Initialize variable
  */
-$result = "";
+$result = null;
 
 $url = "";
 
-$id = "";
+$uid = "";
 
-$history_dates = array();
-
-$history_dates[] = "Current Page";
-
-$history_ids = 
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.incomingEvent(ViewUpdates.java:605)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates$IncomingModificationListener.removeUpdate(ViewUpdates.java:630)
   at sun.reflect.GeneratedMethodAccessor69.invoke(GeneratedMethodAccessor69.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459)
Comment 1 Miloslav Metelka 2011-04-22 07:38:18 UTC

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