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 151582 - NullPointerException at org.netbeans.modules.visualweb.designer.cssengine.CssEngineServiceImpl.getBackgroundImageUrlForElement
Summary: NullPointerException at org.netbeans.modules.visualweb.designer.cssengine.Css...
Status: RESOLVED DUPLICATE of bug 151377
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 12:47 UTC by boske3
Modified: 2008-10-28 20:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 133455


Attachments
stacktrace (2.77 KB, text/plain)
2008-10-28 12:47 UTC, boske3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description boske3 2008-10-28 12:47:28 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86

User Comments:
boske3: Starting Netbeans then opening project and select one jsp page, and than i got this error



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.designer.cssengine.CssEngineServiceImpl.getBackgroundImageUrlForElement(CssEngineServiceImpl.java:1069)
        at org.netbeans.modules.visualweb.css.CssBox.initializeBackgroundImage(CssBox.java:485)
        at org.netbeans.modules.visualweb.css.CssBox.initializeBackground(CssBox.java:462)
        at org.netbeans.modules.visualweb.css.ContainerBox.initializeBackground(ContainerBox.java:150)
        at org.netbeans.modules.visualweb.css.PageBox.initializeBackground(PageBox.java:1155)
        at org.netbeans.modules.visualweb.css.CssBox.initializeInvariants(CssBox.java:309)
Comment 1 boske3 2008-10-28 12:47:40 UTC
Created attachment 72765 [details]
stacktrace
Comment 2 Peter Zavadsky 2008-10-28 20:33:57 UTC

*** This issue has been marked as a duplicate of 151377 ***