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 - 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)
Summary: AssertionError: Need to normalize C:\Users\user\Downloads\Certification for (...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-26 20:02 UTC by jc184
Modified: 2017-09-26 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230412


Attachments
stacktrace (2.17 KB, text/plain)
2017-09-26 20:02 UTC, jc184
Details

Note You need to log in before you can comment on or make changes to this bug.
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