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 240904 - AssertionError: Need to normalize /Users/Erik/Desktop/AirlineIO(class java.io.File) was /Users/Erik/Desktop/AirlineIo(class java.io.File)
Summary: AssertionError: Need to normalize /Users/Erik/Desktop/AirlineIO(class java.io...
Status: RESOLVED DUPLICATE of bug 240180
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 21:28 UTC by egeek
Modified: 2014-01-24 08:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206909


Attachments
stacktrace (4.90 KB, text/plain)
2014-01-23 21:28 UTC, egeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description egeek 2014-01-23 21:28:11 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Mac OS X

User Comments:
egeek: Ok, I was now just trying to delete a project, and it blew up on me, same as it did when I tried to close it.

GUEST: Trying to close a project




Stacktrace: 
java.lang.AssertionError: Need to normalize /Users/Erik/Desktop/AirlineIO(class java.io.File) was /Users/Erik/Desktop/AirlineIo(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.spi.project.support.ant.AntProjectHelper.resolveFile(AntProjectHelper.java:1307)
   at org.netbeans.modules.project.ant.ProjectLibraryProvider.findDefinitions(ProjectLibraryProvider.java:432)
   at org.netbeans.modules.project.ant.ProjectLibraryProvider.getOpenAreas(ProjectLibraryProvider.java:196)
   at org.netbeans.modules.project.libraries.LibraryAccessor.getOpenAreas(LibraryAccessor.java:100)
Comment 1 egeek 2014-01-23 21:28:13 UTC
Created attachment 144322 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-24 08:18:56 UTC

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