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 229439 - NullPointerException at org.netbeans.modules.css.visual.CssStylesTCController.<init>
Summary: NullPointerException at org.netbeans.modules.css.visual.CssStylesTCController...
Status: RESOLVED DUPLICATE of bug 229438
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 08:31 UTC by Vladimir Riha
Modified: 2013-05-07 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200461


Attachments
stacktrace (1.67 KB, text/plain)
2013-05-07 08:31 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-05-07 08:31:57 UTC
Build: NetBeans IDE Dev (Build web-main-10455-on-20130506)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
GUEST: I installed deployment version and when I start, it is showing this error.

vriha: Started IDE with clean user dir, this happened on startup




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.visual.CssStylesTCController.<init>(CssStylesTCController.java:86)
   at org.netbeans.modules.css.visual.CssStylesTCController.init(CssStylesTCController.java:75)
   at org.netbeans.modules.css.visual.Installer.restored(Installer.java:50)
   at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:471)
   at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:394)
   at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:105)
Comment 1 Vladimir Riha 2013-05-07 08:31:58 UTC
Created attachment 134165 [details]
stacktrace
Comment 2 Vladimir Riha 2013-05-07 08:34:32 UTC
I guess this is the same as issue 229438

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