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 249573 - Exception: Path should be absolute: <WRONG FILE>
Summary: Exception: Path should be absolute: <WRONG FILE>
Status: RESOLVED DUPLICATE of bug 243240
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-30 16:03 UTC by Exceptions Reporter
Modified: 2015-01-12 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214515


Attachments
stacktrace (1.31 KB, text/plain)
2014-12-30 16:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-30 16:03:22 UTC
This bug was originally marked as duplicate of bug 239483, 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 nbms-and-javadoc-2400-on-20141130)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: -




Stacktrace: 
java.lang.Exception: Path should be absolute: <WRONG FILE>
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:191)
   at org.netbeans.modules.cnd.modelimpl.content.project.FileContainer.getEntry(FileContainer.java:283)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.removeFile(ProjectBase.java:2768)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.removeFileImplsFromProjectInternal(ProjectBase.java:2504)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.onFileImplRemoved(ProjectBase.java:2493)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.checkForRemoved(ProjectBase.java:1432)
Comment 1 Exceptions Reporter 2014-12-30 16:03:24 UTC
Created attachment 151319 [details]
stacktrace
Comment 2 Maria Tishkova 2015-01-12 09:43:15 UTC
It was fixed as a part of bz#243240 
cnd modules in the exception are old and do not contain the fix (spec version of cnd.repository module which contains fix is 1.29.2 in the exception report the version of  org.netbeans.modules.cnd.repository [1.28.0.1 1 201411200001]

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