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 - NullPointerException at org.openide.filesystems.FileUtil.toFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.toFile
Status: RESOLVED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 05:11 UTC by Exceptions Reporter
Modified: 2015-12-23 09:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221811


Attachments
stacktrace (4.56 KB, text/plain)
2015-12-23 05:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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