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 220535 - AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/cppapplication_macrotest/main.cpp was /Users/yonathan/NetBeansProjects/CppApplication_MacroTest/main.cpp
Summary: AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/cppapplica...
Status: RESOLVED DUPLICATE of bug 216739
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 07:26 UTC by ytn01
Modified: 2012-10-22 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189695


Attachments
stacktrace (5.02 KB, text/plain)
2012-10-22 07:26 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2012-10-22 07:26:55 UTC
Build: NetBeans IDE Dev (Build 201210180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01-428, Java(TM) SE Runtime Environment, 1.6.0_35-b10-428-11M3811
OS: Mac OS X

User Comments:
ytn01: This exception kept getting thrown everytime I started the IDE after the issue " id #620684" occured.
Immediately after IDE started, the exception pops,... even before the main window of the IDE appeared.
IDE main window won't come even after closing the exeption reporter (cancelling it or submitting the report).




Stacktrace: 
java.lang.AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/cppapplication_macrotest/main.cpp was /Users/yonathan/NetBeansProjects/CppApplication_MacroTest/main.cpp
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:141)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:1016)
   at org.openide.filesystems.FileUtil.getFileDisplayName(FileUtil.java:1665)
   at org.openide.text.DataEditorSupport.toolTip(DataEditorSupport.java:353)
   at org.openide.text.DataEditorSupport.messageToolTip(DataEditorSupport.java:372)
   at org.openide.text.CloneableEditor$1.run(CloneableEditor.java:1120)
Comment 1 ytn01 2012-10-22 07:26:58 UTC
Created attachment 126292 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-22 08:08:05 UTC

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