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

Summary: NPE from xslt.project.wizard.element.Util.copyFile
Product: soa Reporter: Jesse Glick <jglick>
Component: XSLTAssignee: Sergey Lunegov <slunegov>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/trunk/4234/testReport/org.netbeans.test.xslt/AcceptanceTestCase/createXSLT/
Issue Type: DEFECT Exception Reporter:

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 ***