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 148912 - AssertionError at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl
Summary: AssertionError at org.netbeans.modules.editor.hints.AnnotationHolder.setError...
Status: RESOLVED DUPLICATE of bug 134282
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 05:15 UTC by _ gtzabari
Modified: 2008-10-02 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 105748


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2008-10-02 05:15:32 UTC
Build: NetBeans IDE Dev (Build 200808210201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:823)
        at org.netbeans.modules.editor.hints.AnnotationHolder.access$1200(AnnotationHolder.java:110)
        at org.netbeans.modules.editor.hints.AnnotationHolder$4.run(AnnotationHolder.java:801)
        at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1362)
        at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptions(AnnotationHolder.java:798)
        at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrorsImpl(HintsControllerImpl.java:105)
        at org.netbeans.modules.editor.hints.HintsControllerImpl.setErrors(HintsControllerImpl.java:87)
        at org.netbeans.spi.editor.hints.HintsController$1.run(HintsController.java:73)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Max Sauer 2008-10-02 09:57:03 UTC
This is, in fact, a duplicate of #134282.

*** This issue has been marked as a duplicate of 134282 ***