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 209295 - NullPointerException at org.netbeans.modules.editor.lib2.view.ViewBuilder.finish
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.ViewBuilder.finish
Status: RESOLVED DUPLICATE of bug 205829
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 209303 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-08 05:32 UTC by Tomas Mysik
Modified: 2012-05-18 08:09 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185657


Attachments
stacktrace (4.98 KB, text/plain)
2012-03-08 05:32 UTC, Tomas Mysik
Details
stacktrace (4.98 KB, text/plain)
2012-03-13 22:26 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-03-08 05:32:45 UTC
Build: NetBeans IDE Dev (Build 20120305-0c285295167b)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux

User Comments:
tmysik: Trying to show inline diff by clicking on the left side of the editor.
Adding breakpoint does not work as well.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.finish(ViewBuilder.java:1265)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.finishBuildViews(ViewUpdates.java:169)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.reinitAllViews(ViewUpdates.java:197)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.checkViewsInited(DocumentViewOp.java:544)
   at org.netbeans.modules.editor.lib2.view.DocumentView.getPreferredSpan(DocumentView.java:254)
   at javax.swing.text.View.getMinimumSpan(View.java:234)
Comment 1 Tomas Mysik 2012-03-08 05:32:47 UTC
Created attachment 116446 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-03-08 13:29:27 UTC
*** Bug 209303 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Mysik 2012-03-13 22:26:15 UTC
Created attachment 116691 [details]
stacktrace

click on the left editor margin (to see inline diff)
Comment 4 Exceptions Reporter 2012-04-14 19:38:26 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185657
Comment 5 Miloslav Metelka 2012-05-18 08:09:19 UTC
It should be fixed by changes in issue #205829. If it would persist please reopen the issue. Thanks.

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