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

Summary: AssertionError: Need to normalize /Users/yonathan/NetBeansProjects/cppapplication_macrotest/main.cpp was /Users/yonathan/NetBeansProjects/CppApplication_MacroTest/main.cpp
Product: platform Reporter: ytn01
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189695
Attachments: stacktrace

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 ***