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 226438 - IllegalArgumentException: Parameter file was not normalized. Was /Users/shotskiy/NetBeansProjects/fanclubgwc/../.. instead of /Users/shotskiy
Summary: IllegalArgumentException: Parameter file was not normalized. Was /Users/shots...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 08:38 UTC by Exceptions Reporter
Modified: 2013-07-09 10:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198841


Attachments
stacktrace (887 bytes, text/plain)
2013-02-21 08:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-21 08:38:40 UTC
This bug was originally marked as duplicate of bug 161096, 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.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was /Users/shotskiy/NetBeansProjects/fanclubgwc/../.. instead of /Users/shotskiy
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1055)
   at org.openide.filesystems.FileUtil$Holder.locateCurrent(FileUtil.java:451)
   at org.openide.filesystems.FileUtil$Holder.someChange(FileUtil.java:486)
   at org.openide.filesystems.FileUtil$Holder.fileFolderCreated(FileUtil.java:554)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:142)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
Comment 1 Exceptions Reporter 2013-02-21 08:38:42 UTC
Created attachment 131655 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-07-09 10:05:55 UTC
Too old report. The code has been moved to FileChangeImpl in 7.3 or sooner.