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 250035 - Exception: Existing project unique name differ: <WRONG FILE> - expected <WRONG FILE>/L/
Summary: Exception: Existing project unique name differ: <WRONG FILE> - expected <WRON...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 23:55 UTC by tbrunhoff
Modified: 2016-10-31 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215015


Attachments
stacktrace (5.75 KB, text/plain)
2015-01-26 23:55 UTC, tbrunhoff
Details
stacktrace (4.68 KB, text/plain)
2015-09-04 07:42 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2015-01-26 23:55:07 UTC
This bug was originally marked as duplicate of bug 240783, 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 201501160001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: starting ide.




Stacktrace: 
java.lang.Exception: Existing project unique name differ: <WRONG FILE> - expected <WRONG FILE>/L/
   at org.netbeans.modules.cnd.utils.CndUtils.severe(CndUtils.java:200)
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:185)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.checkUniqueNameConsistency(ProjectBase.java:513)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.setPlatformProjectImpl(ProjectBase.java:505)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.setPlatformProject(ProjectBase.java:493)
   at org.netbeans.modules.cnd.modelimpl.csm.core.LibProjectImpl.<init>(LibProjectImpl.java:206)
Comment 1 tbrunhoff 2015-01-26 23:55:09 UTC
Created attachment 151692 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-04 07:42:37 UTC
Created attachment 155887 [details]
stacktrace

create new project with existing sources stdman
Comment 3 Vladimir Kvashin 2015-09-23 22:27:09 UTC
can be related to issue 245558