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 202817 - [71cat] NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.viewIndexFirstByStartOffset
Summary: [71cat] NullPointerException at org.netbeans.modules.editor.lib2.view.Documen...
Status: RESOLVED DUPLICATE of bug 202774
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-09-29 11:44 UTC by stefan79
Modified: 2011-10-18 10:20 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181394


Attachments
stacktrace (3.34 KB, text/plain)
2011-09-29 11:44 UTC, stefan79
Details
stacktrace (3.34 KB, text/plain)
2011-10-03 09:35 UTC, Kenneth Ganfield
Details
stacktrace (3.34 KB, text/plain)
2011-10-07 21:31 UTC, nicu2005
Details
stacktrace (3.34 KB, text/plain)
2011-10-09 15:14 UTC, jomello_br
Details
stacktrace (3.34 KB, text/plain)
2011-10-13 14:41 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2011-09-29 11:44:48 UTC
Build: NetBeans IDE Dev (Build 201109260601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Windows 7

User Comments:
stefan79: Opened a Form (JPanel)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewChildren.viewIndexFirstByStartOffset(DocumentViewChildren.java:256)
   at org.netbeans.modules.editor.lib2.view.DocumentView.getViewIndex(DocumentView.java:327)
   at org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl.modelToParagraphView(ViewHierarchyImpl.java:284)
   at org.netbeans.modules.editor.lib2.view.LockedViewHierarchy.modelToParagraphView(LockedViewHierarchy.java:124)
   at org.netbeans.editor.GlyphGutter$6.run(GlyphGutter.java:655)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1404)
Comment 1 stefan79 2011-09-29 11:44:52 UTC
Created attachment 111306 [details]
stacktrace
Comment 2 Kenneth Ganfield 2011-10-03 09:35:50 UTC
Created attachment 111412 [details]
stacktrace

installing swing app framework plugin
Comment 3 Marian Mirilovic 2011-10-06 07:19:18 UTC
dup of issue 202774 ?
Comment 4 Exceptions Reporter 2011-10-07 18:05:00 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=181394
Comment 5 nicu2005 2011-10-07 21:31:59 UTC
Created attachment 111680 [details]
stacktrace
Comment 6 jomello_br 2011-10-09 15:14:11 UTC
Created attachment 111732 [details]
stacktrace
Comment 7 Exceptions Reporter 2011-10-10 20:08:18 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=181394
Comment 8 Michel Graciano 2011-10-13 14:41:37 UTC
Created attachment 112006 [details]
stacktrace
Comment 9 Miloslav Metelka 2011-10-18 10:20:35 UTC
This is dup of issue 202774. The only solution is to download and use a recent dev build.

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