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 212620 - AssertionError: Need to normalize C:\DOCUME~1\name\LOCALS~1\Temp\db4fb0351683fb208a9c84f0e12b7472a2abb681.jar was C:\Documents and Settings\name\Local Settings\Temp\db4fb0351683fb208a9c84f0e12b7472a2a
Summary: AssertionError: Need to normalize C:\DOCUME~1\name\LOCALS~1\Temp\db4fb0351683...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 212812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-17 09:30 UTC by bht
Modified: 2012-05-23 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188056


Attachments
stacktrace (4.70 KB, text/plain)
2012-05-17 09:30 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2012-05-17 09:30:34 UTC
Build: NetBeans IDE Dev (Build 201205160400)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows XP

User Comments:
bht: Doing nothing after first run, after importing settings, when projects are opened, transferring Maven repositor index?




Stacktrace: 
java.lang.AssertionError: Need to normalize C:\DOCUME~1\name\LOCALS~1\Temp\db4fb0351683fb208a9c84f0e12b7472a2abb681.jar was C:\Documents and Settings\name\Local Settings\Temp\db4fb0351683fb208a9c84f0e12b7472a2abb681.jar
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:141)
   at org.openide.filesystems.FileUtil.addFileChangeListener(FileUtil.java:282)
   at org.netbeans.modules.java.source.parsing.CachingArchive.<init>(CachingArchive.java:96)
   at org.netbeans.modules.java.source.parsing.CachingArchiveProvider.create(CachingArchiveProvider.java:170)
   at org.netbeans.modules.java.source.parsing.CachingArchiveProvider.getArchive(CachingArchiveProvider.java:97)
   at org.netbeans.modules.java.source.parsing.CachingFileManager.list(CachingFileManager.java:128)
Comment 1 bht 2012-05-17 09:30:40 UTC
Created attachment 119560 [details]
stacktrace
Comment 3 Quality Engineering 2012-05-23 09:05:47 UTC
Integrated into 'main-golden', will be available in build *201205230300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9c11a6e9a49e
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #212620: normalize file before passing it to FileUtil.addFileChangeListener.
Comment 4 Tomas Zezula 2012-05-23 12:12:05 UTC
*** Bug 212812 has been marked as a duplicate of this bug. ***