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 120725 - NullPointerException at org.openide.filesystems.FileUtil.copyFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.copyFile
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL: http://statistics.netbeans.org/except...
Keywords:
: 120741 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-31 21:19 UTC by Jiri Skrivanek
Modified: 2008-04-02 08:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 10082


Attachments
stacktrace (7.57 KB, text/plain)
2007-10-31 21:19 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-10-31 21:19:31 UTC
Build: NetBeans IDE Dev (Build 20071031141438)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b02
OS: Windows XP, 5.1, x86

User Comments: 
It started to happen in build #4215 (20071031110342) and it breaks UI validation tests. To reproduce:

- create SOA|XSLT Module
- create XML|Purchase Order Sample Schema
- create XML|WSDL Document
- create SOA|XSLT Service and the exception is thrown when you click Finish button.
Comment 1 Jiri Skrivanek 2007-10-31 21:19:40 UTC
Created attachment 52193 [details]
stacktrace
Comment 2 Vitaly Bychkov 2007-11-01 09:45:08 UTC
Fixed in trunk:

/cvs/enterprise/xslt/project/src/org/netbeans/modules/xslt/project/wizard/element/Iterator.java,v  <--  Iterator.java
new revision: 1.29; previous revision: 1.28
Comment 3 Sergey Lunegov 2007-11-01 10:19:49 UTC
*** Issue 120741 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Skrivanek 2007-11-01 11:43:20 UTC
Verified.