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 257266

Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: issues@third-party <issues>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221811
Attachments: stacktrace

Description Exceptions Reporter 2015-12-23 05:11:25 UTC
This bug was originally marked as duplicate of bug 247489, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
GUEST: change branch on git, and one of opened projects is removed from filesystem.




Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:821)
   at org.netbeans.modules.maven.model.Utilities.createModelSource(Utilities.java:187)
   at org.netbeans.modules.maven.model.Utilities.createModelSource(Utilities.java:181)
   at org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:287)
   at org.vaadin.netbeans.impl.VaadinSupportImpl.getPomWidgetsets(VaadinSupportImpl.java:567)
   at org.vaadin.netbeans.impl.VaadinModelImpl.findGwtXml(VaadinModelImpl.java:174)
Comment 1 Exceptions Reporter 2015-12-23 05:11:28 UTC
Created attachment 157897 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-23 09:37:25 UTC
vaadin passed null for a pom.xml fileobject into org.netbeans.modules.maven.model.Utilities.performPOMModelOperations

please report against plugin owner