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 159135 - IllegalArgumentException: Tried to pass null folder arg
Summary: IllegalArgumentException: Tried to pass null folder arg
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 12:11 UTC by ouribeb930
Modified: 2009-02-25 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146720


Attachments
stacktrace (1.95 KB, text/plain)
2009-02-25 12:11 UTC, ouribeb930
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ouribeb930 2009-02-25 12:11:42 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.IllegalArgumentException: Tried to pass null folder arg
        at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1230)
        at org.netbeans.modules.visualweb.insync.ModelSet.processFileDataCreated(ModelSet.java:981)
        at org.netbeans.modules.visualweb.insync.ModelSet.fileDataCreated(ModelSet.java:963)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:130)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
Comment 1 ouribeb930 2009-02-25 12:11:51 UTC
Created attachment 77350 [details]
stacktrace