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 160793 - 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-03-21 12:55 UTC by qingyue
Modified: 2009-04-16 16:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147984


Attachments
stacktrace (641 bytes, text/plain)
2009-03-21 12:55 UTC, qingyue
Details
stacktrace (641 bytes, text/plain)
2009-04-16 16:44 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qingyue 2009-03-21 12:55:47 UTC
Build: NetBeans IDE Dev (Build 200903210201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

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.zipProject(HtmlProject.java:301)
        at org.netbeans.modules.htmlproject.HtmlProject.access$000(HtmlProject.java:81)
        at org.netbeans.modules.htmlproject.HtmlProject$1.run(HtmlProject.java:239)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
Comment 1 qingyue 2009-03-21 12:55:54 UTC
Created attachment 78569 [details]
stacktrace
Comment 2 Marek Fukala 2009-03-27 14:02:28 UTC
This is not an html editor bug, it looks like the html projects plugin bug.
Comment 3 Oleg Khokhlov 2009-04-16 16:44:15 UTC
Build: NetBeans IDE Dev (Build 200904160201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 
htmp project -> zip 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.zipProject(HtmlProject.java:301)
        at org.netbeans.modules.htmlproject.HtmlProject.access$000(HtmlProject.java:81)
        at org.netbeans.modules.htmlproject.HtmlProject$1.run(HtmlProject.java:239)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
Comment 4 Oleg Khokhlov 2009-04-16 16:44:18 UTC
Created attachment 80280 [details]
stacktrace