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 183026 - [69cat] java.lang.NullPointerException at org.netbeans.modules.editor.lib2.view.TabView.getTabbedSpan(TabView.java:115)
Summary: [69cat] java.lang.NullPointerException at org.netbeans.modules.editor.lib2.vi...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 19:38 UTC by host
Modified: 2010-06-24 11:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167214


Attachments
stacktrace (2.61 KB, text/plain)
2010-03-28 19:38 UTC, host
Details
stacktrace (7.23 KB, text/plain)
2010-03-29 16:47 UTC, jasondonmoyer
Details
stacktrace (4.74 KB, text/plain)
2010-04-03 08:29 UTC, abajja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2010-03-28 19:38:42 UTC
Build: NetBeans IDE Dev (Build 201003270201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.TabView.getTabbedSpan(TabView.java:115)
   at org.netbeans.modules.editor.lib2.view.EditorBoxViewChildren.replace(EditorBoxViewChildren.java:163)
   at org.netbeans.modules.editor.lib2.view.EditorBoxView.replace(EditorBoxView.java:257)
   at org.netbeans.modules.editor.lib2.view.ViewReplace.replaceViews(ViewReplace.java:108)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.repaintAndReplaceViews(ViewBuilder.java:414)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.checkRebuild(ViewUpdates.java:445)
Comment 1 host 2010-03-28 19:38:46 UTC
Created attachment 96115 [details]
stacktrace
Comment 2 jasondonmoyer 2010-03-29 16:47:32 UTC
Created attachment 96254 [details]
stacktrace

waiting for a breakpoint to be hit by the debugger after pressing continue
Comment 3 Exceptions Reporter 2010-04-02 21:16:52 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=167214
Comment 4 abajja 2010-04-03 08:29:04 UTC
Created attachment 96633 [details]
stacktrace

While debugging
Comment 5 Miloslav Metelka 2010-06-24 11:46:09 UTC
I was unable to reproduce the problem. It might be fixed by issue #183910 or the previous fixes.