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 231128 - NullPointerException at javax.swing.text.View.setParent
Summary: NullPointerException at javax.swing.text.View.setParent
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: JDK_8
Depends on:
Blocks: 231126
  Show dependency tree
 
Reported: 2013-06-12 11:25 UTC by hantsy
Modified: 2013-11-06 11:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201346


Attachments
stacktrace (6.02 KB, text/plain)
2013-06-12 11:25 UTC, hantsy
Details
stacktrace (6.02 KB, text/plain)
2013-06-12 12:01 UTC, hantsy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hantsy 2013-06-12 11:25:50 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b34, Java(TM) SE Runtime Environment, 1.8.0-ea-b93
OS: Windows 7

User Comments:
hantsy: ocurred when NetBeans 7.3.1 starup




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.View.setParent(View.java:339)
   at javax.swing.text.CompositeView.setParent(CompositeView.java:136)
   at javax.swing.text.html.BlockView.setParent(BlockView.java:72)
   at javax.swing.text.View.setParent(View.java:342)
   at javax.swing.text.CompositeView.setParent(CompositeView.java:136)
   at javax.swing.text.html.BlockView.setParent(BlockView.java:72)
Comment 1 hantsy 2013-06-12 11:25:52 UTC
Created attachment 135676 [details]
stacktrace
Comment 2 hantsy 2013-06-12 12:01:36 UTC
Created attachment 135682 [details]
stacktrace

1. installing plugins from Plugins windows...I have remove cached data data user folder for NetBeans 7.3..1 this time.
Comment 3 Marian Mirilovic 2013-06-26 14:57:57 UTC
All 3 reports on JDK 8, might be JDK8 specific ...
Comment 4 Jiri Rechtacek 2013-06-28 12:16:25 UTC
I'm afraid we are not able to fix that bug, should be filed in JDK bugs rather.
Comment 5 Jiri Rechtacek 2013-11-06 11:06:21 UTC
No other reports after 7.4 and recent updates of JDK 8.