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 217946 - Cubeon error: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject
Summary: Cubeon error: NullPointerException at org.netbeans.modules.masterfs.filebased...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 11:02 UTC by SkorpEN
Modified: 2012-09-17 12:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192169


Attachments
stacktrace (2.90 KB, text/plain)
2012-09-06 11:02 UTC, SkorpEN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SkorpEN 2012-09-06 11:02:35 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
SkorpEN: TaskExplire for newly created task show files from old one right after oppening

SkorpEN: I tried to copy files from one projet to another. SVN not allowed for this




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:107)
   at org.netbeans.cubeon.resources.bridge.OtherResource.getDataObject(OtherResource.java:75)
   at org.netbeans.cubeon.resources.bridge.OtherResource.getResourceNode(OtherResource.java:147)
   at org.netbeans.cubeon.resources.bridge.OtherResource.getNode(OtherResource.java:110)
   at org.netbeans.cubeon.resources.bridge.OtherResourcesNode$ResourcesChildern.createNodes(OtherResourcesNode.java:90)
   at org.netbeans.cubeon.resources.bridge.OtherResourcesNode$ResourcesChildern.createNodes(OtherResourcesNode.java:70)
Comment 1 SkorpEN 2012-09-06 11:02:37 UTC
Created attachment 123983 [details]
stacktrace