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 216685 - A case issue on Mac OS X AssertionError: Need to normalize /Users/vnt/Sites/vedalabs/vntpower/app/console was /Users/vnt/Sites/vedalabs/vntpower/app/Console
Summary: A case issue on Mac OS X AssertionError: Need to normalize /Users/vnt/Sites/v...
Status: RESOLVED DUPLICATE of bug 217919
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 214621 220534 223063 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-11 15:34 UTC by Exceptions Reporter
Modified: 2012-12-03 11:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191474


Attachments
stacktrace (2.43 KB, text/plain)
2012-08-11 15:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-08-11 15:34:18 UTC
This bug was originally marked as duplicate of bug 214182, 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 201208070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError: Need to normalize /Users/vnt/Sites/vedalabs/vntpower/app/console was /Users/vnt/Sites/vedalabs/vntpower/app/Console
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:141)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:1016)
   at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.loadProject(AntBasedProjectFactorySingleton.java:223)
   at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:369)
   at org.netbeans.api.project.ProjectManager.access$300(ProjectManager.java:86)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:290)
Comment 1 Exceptions Reporter 2012-08-11 15:34:20 UTC
Created attachment 123006 [details]
stacktrace
Comment 2 Milos Kleint 2012-08-13 12:48:30 UTC
hopefully git is the correct component for this
Comment 3 Ondrej Vrabec 2012-08-13 13:01:08 UTC
(In reply to comment #2)
> hopefully git is the correct component for this
i don't think so. org.netbeans.modules.git.utils.GitUtils.isIgnored(GitUtils.java:221) calls normalizeFile before passing to SharabilityQuery:
> int sharability = SharabilityQuery.getSharability(FileUtil.normalizeFile(file));

Passing to FS for evaluation.
Comment 4 Jaroslav Tulach 2012-10-22 08:11:00 UTC
*** Bug 214621 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2012-10-22 08:58:09 UTC
*** Bug 220534 has been marked as a duplicate of this bug. ***
Comment 6 Jaroslav Tulach 2012-11-05 13:43:42 UTC

*** This bug has been marked as a duplicate of bug 217919 ***
Comment 7 Milos Kleint 2012-12-03 11:35:55 UTC
*** Bug 223063 has been marked as a duplicate of this bug. ***