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 120741 - NPE from xslt.project.wizard.element.Util.copyFile
Summary: NPE from xslt.project.wizard.element.Util.copyFile
Status: RESOLVED DUPLICATE of bug 120725
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Lunegov
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-10-31 23:49 UTC by Jesse Glick
Modified: 2007-11-01 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-10-31 23:49:02 UTC
Thrown during commit validation:

java.lang.NullPointerException
	at org.openide.filesystems.FileUtil.copyFile(FileUtil.java:315)
	at org.netbeans.modules.xslt.project.wizard.element.Util.copyFile(Util.java:144)
	at org.netbeans.modules.xslt.project.wizard.element.Iterator$TransformationUseCasesFactory.createXslFile(Iterator.java:299)
	at
org.netbeans.modules.xslt.project.wizard.element.Iterator$TransformationUseCasesFactory.createXslFiles(Iterator.java:219)
	at org.netbeans.modules.xslt.project.wizard.element.Iterator$TransformationUseCasesFactory.createUseCase(Iterator.java:184)
	at org.netbeans.modules.xslt.project.wizard.element.Iterator.createFile(Iterator.java:151)
	at org.netbeans.modules.xslt.project.wizard.element.Iterator.instantiate(Iterator.java:96)
	at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:595)
[....]
Comment 1 Sergey Lunegov 2007-11-01 10:20:00 UTC
Vitaly, I think it's duplicate of 120725. If it's not so please reopen and fix.

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