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 271534

Summary: AssertionError: Need to normalize C:\Users\user\Downloads\Certification for (class java.io.File) was C:\Users\user\Downloads\Certification for(class java.io.File)
Product: versioncontrol Reporter: jc184
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230412
Attachments: stacktrace

Description jc184 2017-09-26 20:02:54 UTC
This bug was originally marked as duplicate of bug 240180, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201709250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Windows 10

User Comments:
jc184: downloaded another file




Stacktrace: 
java.lang.AssertionError: Need to normalize C:\Users\user\Downloads\Certification for (class java.io.File) was C:\Users\user\Downloads\Certification for(class java.io.File)
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:155)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:851)
   at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:184)
   at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.createdExternally(FilesystemInterceptor.java:238)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy$12.run(ProvidedExtensionsProxy.java:338)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.runCheckCode(ProvidedExtensionsProxy.java:493)
Comment 1 jc184 2017-09-26 20:02:58 UTC
Created attachment 165185 [details]
stacktrace