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 213062 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: RESOLVED DUPLICATE of bug 212073
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-27 20:51 UTC by tomaszk
Modified: 2012-06-05 13:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188281


Attachments
stacktrace (3.07 KB, text/plain)
2012-05-27 20:51 UTC, tomaszk
Details
stacktrace (5.06 KB, text/plain)
2012-05-31 09:26 UTC, atlioddsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomaszk 2012-05-27 20:51:14 UTC
This bug was originally marked as duplicate of bug 209466, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
tomaszk: During opening a project just checkouted through svn+ssh

GUEST: 1) Open Project
2) Expand source node




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:126)
   at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.loadProject(AntBasedProjectFactorySingleton.java:229)
   at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:365)
   at org.netbeans.api.project.ProjectManager.access$300(ProjectManager.java:85)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:286)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:233)
Comment 1 tomaszk 2012-05-27 20:51:21 UTC
Created attachment 119918 [details]
stacktrace
Comment 2 atlioddsson 2012-05-31 09:26:45 UTC
Created attachment 120109 [details]
stacktrace

Opening a html file from a network share.
Comment 3 Jaroslav Tulach 2012-06-01 21:50:57 UTC

*** This bug has been marked as a duplicate of bug 212073 ***