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 220229

Summary: AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/welcome_2 was /Users/yonathan/NetBeansProjects/Welcome_2
Product: ide Reporter: ytn01
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193634
Attachments: stacktrace

Description ytn01 2012-10-16 21:59:50 UTC
Build: NetBeans IDE Dev (Build 201210160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b03, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b09
OS: Mac OS X

User Comments:
ytn01: Created a new C/C++ project from samples. (The "Welcome" project specifically)
Then after immediately exception got thrown.




Stacktrace: 
java.lang.AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/welcome_2 was /Users/yonathan/NetBeansProjects/Welcome_2
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:141)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:1016)
   at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:136)
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.createdExternally(FilesystemInterceptor.java:239)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$12.run(ProvidedExtensionsProxy.java:332)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:469)
Comment 1 ytn01 2012-10-16 21:59:52 UTC
Created attachment 126041 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-18 07:05:05 UTC

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