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 245558 - Exception: Path should be absolute: <WRONG FILE>
Summary: Exception: Path should be absolute: <WRONG FILE>
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 16:13 UTC by tbrunhoff
Modified: 2016-10-31 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210642


Attachments
stacktrace (1.45 KB, text/plain)
2014-07-10 16:13 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-07-10 16:13:44 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 201405200001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: backing out of an unintentional edit that occured just prior to switching projects. Several faults occured.




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.checkLibrariesAfterRestore(ProjectBase.java:1807)
   at org.netbeans.modules.cnd.modelimpl.csm.core.CreateFilesWorker.checkLibraries(CreateFilesWorker.java:168)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.createProjectFilesIfNeed(ProjectBase.java:1085)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.ensureFilesCreated(ProjectBase.java:913)
Comment 1 tbrunhoff 2014-07-10 16:13:46 UTC
Created attachment 147979 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-23 22:27:05 UTC
can be related to issue 250035