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 196344 - IllegalArgumentException: Parameter file was not normalized. Was C:\Users\ap153252\Documents\NetBeansProjects\test_io_shadow\. instead of C:\Users\ap153252\Documents\NetBeansProjects\test_io_shadow
Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\Users\ap1...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 13:36 UTC by Alexander Pepin
Modified: 2011-03-06 05:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177300


Attachments
stacktrace (2.63 KB, text/plain)
2011-03-05 13:36 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2011-03-05 13:36:35 UTC
Build: NetBeans IDE Dev (Build cnd-build-4882-on-110305)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
apepin: I tried to delete full remote project




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\Users\ap153252\Documents\NetBeansProjects\test_io_shadow\. instead of C:\Users\ap153252\Documents\NetBeansProjects\test_io_shadow
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1012)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.fileDeleted(Folder.java:1140)
   at org.openide.filesystems.DeepListener.fileDeleted(DeepListener.java:140)
   at org.openide.filesystems.FileUtil$Holder.fileDeleted(FileUtil.java:487)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:148)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
Comment 1 Alexander Pepin 2011-03-05 13:36:39 UTC
Created attachment 106745 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-03-05 15:47:49 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/242465cfaeb9
Comment 3 Quality Engineering 2011-03-06 05:43:20 UTC
Integrated into 'main-golden', will be available in build *201103060000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/242465cfaeb9
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #196344 - IllegalArgumentException: Parameter file was not normalized