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 268780 - 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: Help System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 00:25 UTC by assunluis
Modified: 2016-11-02 00:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215063


Attachments
stacktrace (5.59 KB, text/plain)
2016-11-02 00:25 UTC, assunluis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description assunluis 2016-11-02 00:25:44 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: Ran maven to clean and build

assunluis: Set a shortcut to F1 key, and apear this error.




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 assunluis 2016-11-02 00:25:46 UTC
Created attachment 162724 [details]
stacktrace