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 236571 - AssertionError: Need to normalize /Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www//Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www(
Summary: AssertionError: Need to normalize /Volumes/CaseSensitive/sources/angularjs-sa...
Status: RESOLVED DUPLICATE of bug 235312
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 19:52 UTC by Petr Jiricka
Modified: 2013-10-01 07:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204285


Attachments
stacktrace (7.96 KB, text/plain)
2013-09-30 19:52 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-09-30 19:52:03 UTC
Build: NetBeans IDE Dev (Build web-main-11701-on-20130930)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
pjiricka: Happened after converting a HTML5 project to a Cordova project.




Stacktrace: 
java.lang.AssertionError: Need to normalize /Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www//Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www(class java.io.File) was /Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www/Volumes/CaseSensitive/sources/angularjs-samples/angularJS-github-contributors/www(class java.io.File)
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:153)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:829)
   at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:168)
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.deletedExternally(FilesystemInterceptor.java:210)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$13.run(ProvidedExtensionsProxy.java:353)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:493)
Comment 1 Petr Jiricka 2013-09-30 19:52:05 UTC
Created attachment 140671 [details]
stacktrace
Comment 2 Petr Jiricka 2013-09-30 20:12:07 UTC
Cc'ing Honza B. This happened to me by:
1. cloning a project from Github
2. importing to NetBeans as a HTML5 project
3. changing it to Cordova project, which renames the webapp directory

Is this reproducible for others as well? If it is, then this is higher priority than P3.
Comment 3 Ondrej Vrabec 2013-10-01 07:25:32 UTC
this happens quite often, always with cordova projects. May not be problem in FS but in cordova after all.
Comment 4 Jan Becicka 2013-10-01 07:42:42 UTC
Yes it happen quite often. But I don't have idea what cordova might do wrong.
Comment 5 Jaroslav Havlin 2013-10-01 07:47:00 UTC

*** This bug has been marked as a duplicate of bug 235312 ***