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 162670 - NullPointerException at org.netbeans.modules.htmlproject.HtmlProject.getZipFileDir
Summary: NullPointerException at org.netbeans.modules.htmlproject.HtmlProject.getZipFi...
Status: NEW
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: 2009-04-15 07:28 UTC by darkli
Modified: 2012-06-02 13:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 2439


Attachments
stacktrace (2.55 KB, text/plain)
2009-04-15 07:29 UTC, darkli
Details
stacktrace (3.20 KB, text/plain)
2012-06-02 13:07 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darkli 2009-04-15 07:28:59 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Canceled a clean on an html project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.htmlproject.HtmlProject.getZipFileDir(HtmlProject.java:434)
        at org.netbeans.modules.htmlproject.HtmlProject.getZipFile(HtmlProject.java:281)
        at org.netbeans.modules.htmlproject.HtmlProject.invokeAction(HtmlProject.java:256)
        at org.netbeans.modules.htmlproject.MutableAction.actionPerformed(MutableAction.java:161)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 darkli 2009-04-15 07:29:09 UTC
Created attachment 80101 [details]
stacktrace
Comment 2 Marek Fukala 2009-04-27 13:41:03 UTC
html.project module, not html editor
Comment 3 Exceptions Reporter 2010-04-20 16:17:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=2439
Comment 4 jyeary 2012-06-02 13:07:11 UTC
Created attachment 120235 [details]
stacktrace

Selected cancel on creating a zip file of an HTML project.