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 256476 - AssertionError: Need to normalize C:\Users\Mauricio\AppData\Local\Temp\.{682B3199-76C3-4745-B7AE-FC13F6676421} (class java.io.File) was C:\Users\Mauricio\AppData\Local\Temp\.{682B3199-76C3-4745-B7AE-F
Summary: AssertionError: Need to normalize C:\Users\Mauricio\AppData\Local\Temp\.{682B...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 23:22 UTC by mau-ss
Modified: 2016-09-14 08:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221064


Attachments
stacktrace (8.96 KB, text/plain)
2015-11-09 23:22 UTC, mau-ss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mau-ss 2015-11-09 23:22:39 UTC
This bug was originally marked as duplicate of bug 238459, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 10

User Comments:
mau-ss: Just editing javaDocs on source file of a Desktop Maven API.




Stacktrace: 
java.lang.AssertionError: Need to normalize C:\Users\Mauricio\AppData\Local\Temp\.{682B3199-76C3-4745-B7AE-FC13F6676421} (class java.io.File) was C:\Users\Mauricio\AppData\Local\Temp\.{682B3199-76C3-4745-B7AE-FC13F6676421}(class java.io.File)
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:157)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:840)
   at org.netbeans.modules.versioning.core.api.VCSFileProxy.createFileProxy(VCSFileProxy.java:184)
   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 mau-ss 2015-11-09 23:22:41 UTC
Created attachment 157242 [details]
stacktrace