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 193092 - [70cat] AssertionError: prevViewEndOffset=4013 > matchOffset=4012
Summary: [70cat] AssertionError: prevViewEndOffset=4013 > matchOffset=4012
Status: RESOLVED DUPLICATE of bug 198719
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 08:08 UTC by gtg
Modified: 2011-05-19 12:20 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174082


Attachments
stacktrace (3.58 KB, text/plain)
2010-12-09 08:08 UTC, gtg
Details
stacktrace (3.58 KB, text/plain)
2010-12-29 10:57 UTC, ytn01
Details
stacktrace (2.92 KB, text/plain)
2011-01-31 11:37 UTC, Sc0tTyXL
Details
stacktrace (3.07 KB, text/plain)
2011-02-09 22:54 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2010-12-09 08:08:48 UTC
Build: NetBeans IDE Dev (Build 201012020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
GUEST: clicked on the help bulb (where the line number ususally appears) to show suggested fixes after clicking the option to surround
the statement with a try catch block the error came up

GUEST: I had an object,"que" and invoked notify() on queue...
I realised after that the method was static so that would cause an exception
so I highlighted .notify(); and typed . to replace it with another method




Stacktrace: 
java.lang.AssertionError: prevViewEndOffset=4013 > matchOffset=4012
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:289)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:147)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:444)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:102)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:243)
   at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1671)
Comment 1 gtg 2010-12-09 08:08:52 UTC
Created attachment 103789 [details]
stacktrace
Comment 2 ytn01 2010-12-29 10:57:58 UTC
Created attachment 104589 [details]
stacktrace
Comment 3 Sc0tTyXL 2011-01-31 11:37:11 UTC
Created attachment 105511 [details]
stacktrace
Comment 4 simpatico 2011-02-09 22:54:48 UTC
Created attachment 105808 [details]
stacktrace
Comment 5 Miloslav Metelka 2011-05-19 12:20:13 UTC

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