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 248994 - NullPointerException at javax.swing.text.FlowView$LogicalView.getPreferredSpan
Summary: NullPointerException at javax.swing.text.FlowView$LogicalView.getPreferredSpan
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Property Sheet (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 05:07 UTC by tdnorb
Modified: 2015-03-04 16:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213785


Attachments
stacktrace (7.65 KB, text/plain)
2014-11-29 05:07 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2014-11-29 05:07:25 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
tdnorb: Attempting to look at help for the NBs UI editor




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.FlowView$LogicalView.getPreferredSpan(FlowView.java:732)
   at javax.swing.text.FlowView.calculateMinorAxisRequirements(FlowView.java:233)
   at javax.swing.text.ParagraphView.calculateMinorAxisRequirements(ParagraphView.java:717)
   at javax.swing.text.html.ParagraphView.calculateMinorAxisRequirements(ParagraphView.java:157)
   at javax.swing.text.BoxView.checkRequests(BoxView.java:935)
   at javax.swing.text.BoxView.getMinimumSpan(BoxView.java:568)
Comment 1 tdnorb 2014-11-29 05:07:27 UTC
Created attachment 150779 [details]
stacktrace