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 190867 - IllegalArgumentException: Parameter file was not normalized. Was d:\projects_tests\clucene-0.9.10\test\search\..\util\english.h instead of D:\Projects_tests\clucene-0.9.10\test\util\English.h
Summary: IllegalArgumentException: Parameter file was not normalized. Was d:\projects_...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-09 12:09 UTC by soldatov
Modified: 2010-10-13 13:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173039


Attachments
stacktrace (4.22 KB, text/plain)
2010-10-09 12:09 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2010-10-09 12:09:44 UTC
This issue was reported manually by soldatov.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201010080000)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
soldatov: can't configure clucene-0.9.10 project




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was d:\projects_tests\clucene-0.9.10\test\search\..\util\english.h instead of D:\Projects_tests\clucene-0.9.10\test\util\English.h
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:997)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider$DefaultProvider.toFileObjectImpl(CndFileSystemProvider.java:160)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider.toFileObject(CndFileSystemProvider.java:81)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.existsImpl(CndFileUtils.java:363)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils.access$800(CndFileUtils.java:71)
   at org.netbeans.modules.cnd.utils.cache.CndFileUtils$Flags.get(CndFileUtils.java:402)
Comment 1 soldatov 2010-10-09 12:09:49 UTC
Created attachment 102330 [details]
stacktrace
Comment 2 Vladimir Kvashin 2010-10-11 12:03:18 UTC
Fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/3d33f5f7524e
Comment 3 Quality Engineering 2010-10-12 02:31:02 UTC
Integrated into 'main-golden', will be available in build *201010120000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3d33f5f7524e
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #190867 -  IllegalArgumentException: Parameter file was not normalized
Comment 4 Alexander Pepin 2010-10-12 11:30:29 UTC
It has to be fixed in M2.