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 240659

Summary: AssertionError: Need to normalize /Users/nate/Desktop/Projects/Sports-IT/rewrite-v1/app/console(class java.io.File) was /Users/nate/Desktop/Projects/Sports-IT/rewrite-v1/app/Console(class java.io.File
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192031
Attachments: stacktrace

Description Exceptions Reporter 2014-01-19 06:16:05 UTC
This bug was originally marked as duplicate of bug 217919, 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.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
GUEST: Opening a file




Stacktrace: 
java.lang.AssertionError: Need to normalize /Users/nate/Desktop/Projects/Sports-IT/rewrite-v1/app/console(class java.io.File) was /Users/nate/Desktop/Projects/Sports-IT/rewrite-v1/app/Console(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.core.VcsVisibilityQueryImplementation.isVisible(VcsVisibilityQueryImplementation.java:158)
   at org.netbeans.api.queries.VisibilityQuery.isVisible(VisibilityQuery.java:104)
   at org.netbeans.modules.parsing.impl.indexing.FileObjectCrawler.isVisible(FileObjectCrawler.java:319)
Comment 1 Exceptions Reporter 2014-01-19 06:16:07 UTC
Created attachment 144115 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-20 08:12:34 UTC

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