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 248300 - Relocatable Code Model feature doesn't work (IDE reparses project)
Summary: Relocatable Code Model feature doesn't work (IDE reparses project)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 09:18 UTC by soldatov
Modified: 2016-10-31 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-10-31 09:18:44 UTC
I can save cache inside project's folder, restart IDE with new --userdir and I don't see reparse. But I can't move project into other folder. "Reparsing llvm" progressbar appears.

Scenario:
- Crate LLVM project in /export/files/tmp/llvm folder
- Create such /export/files/tmp/llvm/nbproject/project.properties file

bash-4.1$ cat /export/files/tmp/llvm/nbproject/project.properties
cache.location=nbproject/cache

- Close IDE
- Move /export/files/tmp/llvm folder to /export/files/tmp2/llvm
- Create such /export/files/tmp2/llvm/nbproject/path_mapper.properties file

bash-4.1$ cat /export/files/tmp2/llvm/nbproject/path_mapper.properties
project1.source_name=/export/files/tmp/llvm
project1.dest_name=/export/files/tmp2/llvm
project1.source_root=/export/files/tmp/llvm
project1.dest_root=/export/files/tmp2/llvm

- Start IDE with fresh user directory
- Open /export/files/tmp2/llvm project
==> I see reparse for a 60 seconds