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 210653

Summary: AssertionError at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$2.run
Product: editor Reporter: MackSix
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186626
Attachments: stacktrace

Description MackSix 2012-04-03 21:38:48 UTC
Build: NetBeans IDE Dev (Build 201204030400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows Vista

User Comments:
MackSix: Was installing C/C++ and Project Minder plugins and this AssertionError occured.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$2.run(HighlightsViewFactory.java:363)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1343)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.highlightChanged(HighlightsViewFactory.java:332)
   at sun.reflect.GeneratedMethodAccessor82.invoke(GeneratedMethodAccessor82.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
Comment 1 MackSix 2012-04-03 21:38:52 UTC
Created attachment 117761 [details]
stacktrace
Comment 2 MackSix 2012-04-03 21:46:56 UTC
Was installing C/C++ and Project Minder plugins. The installation had just completed and this AssertionError occurred.

Product Version: NetBeans IDE Dev (Build 201204030400)
Java: 1.7.0_03; Java HotSpot(TM) Client VM 22.1-b02
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 3 Miloslav Metelka 2012-05-28 10:42:13 UTC
http://hg.netbeans.org/jet-main/rev/14aa359d00d7
Comment 4 Quality Engineering 2012-05-29 05:48:19 UTC
Integrated into 'main-golden', will be available in build *201205290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/14aa359d00d7
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #210653 - AssertionError at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$2.run.