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 193787 - IllegalArgumentException: Parameter file was not normalized. Was /Applications/MAMP/htdocs/Avanti instead of /Applications/MAMP/htdocs/avanti
Summary: IllegalArgumentException: Parameter file was not normalized. Was /Application...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 23:02 UTC by tomjnsn
Modified: 2011-06-15 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175308


Attachments
stacktrace (1.28 KB, text/plain)
2010-12-23 23:02 UTC, tomjnsn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomjnsn 2010-12-23 23:02:34 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
tomjnsn: Renamed a PHP project (and the folder of the project)




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was /Applications/MAMP/htdocs/Avanti instead of /Applications/MAMP/htdocs/avanti
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1006)
   at org.netbeans.modules.php.project.copysupport.LocalOperationFactory.doDelete(LocalOperationFactory.java:339)
   at org.netbeans.modules.php.project.copysupport.LocalOperationFactory.access$400(LocalOperationFactory.java:63)
   at org.netbeans.modules.php.project.copysupport.LocalOperationFactory$3.call(LocalOperationFactory.java:248)
   at org.netbeans.modules.php.project.copysupport.LocalOperationFactory$3.call(LocalOperationFactory.java:215)
   at org.netbeans.modules.php.project.copysupport.CopySupport$ProxyOperationFactory$ProxyHandler.callLocal(CopySupport.java:467)
Comment 1 tomjnsn 2010-12-23 23:02:37 UTC
Created attachment 104470 [details]
stacktrace
Comment 2 Tomas Mysik 2011-06-03 10:22:01 UTC
Batch reassigning.
Comment 3 Tomas Mysik 2011-06-14 14:10:23 UTC
Fixed & backported to branch 701.

http://hg.netbeans.org/web-main/rev/72fbce04970d
http://hg.netbeans.org/releases/rev/242028f5c2c4
Comment 4 Quality Engineering 2011-06-15 04:42:09 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/242028f5c2c4
User: Tomas Mysik <tmysik@netbeans.org>
Log: #193787 - IllegalArgumentException: Parameter file was not normalized.
(transplanted from 72fbce04970dcb26114b82749e6b7eefa8116ec9)
Comment 5 Quality Engineering 2011-06-15 14:12:34 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/72fbce04970d
User: Tomas Mysik <tmysik@netbeans.org>
Log: #193787 - IllegalArgumentException: Parameter file was not normalized.