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 228949 - inaccuracy tests: Clucene project has unresolved identifiers
Summary: inaccuracy tests: Clucene project has unresolved identifiers
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 12:05 UTC by soldatov
Modified: 2013-08-28 01:13 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 2013-04-24 12:05:45 UTC
Scenario:
- Unpack clucene-core-0.9.21.tar.gz on sparc
- Create new project ("C/C++ Project with Existing Sources" type)
- Restart IDE with new user directory
- Open project
- Check files:
===>

.../projects/clucene-core-0.9.21/src/CLucene/index/CompoundFile.h 106 Unable to resolve identifier vector
Name = .../projects/clucene-core-0.9.21/src/CLucene/index/CompoundFile.h, Errors = 0, Warnings = 0, Invalid identifiers = 1

.../projects/clucene-core-0.9.21/src/CLucene/search/BooleanClause.h 56 Unable to resolve identifier LuceneVoidBase
Name = .../projects/clucene-core-0.9.21/src/CLucene/search/BooleanClause.h, Errors = 0, Warnings = 0, Invalid identifiers = 1

.../projects/clucene-core-0.9.21/src/CLucene/store/Directory.h 48 Unable to resolve identifier vector
.../projects/clucene-core-0.9.21/src/CLucene/store/Directory.h 52 Unable to resolve identifier size
.../projects/clucene-core-0.9.21/src/CLucene/store/Directory.h 59 Unable to resolve identifier vector
Name = .../projects/clucene-core-0.9.21/src/CLucene/store/Directory.h, Errors = 0, Warnings = 0, Invalid identifiers = 3

.../projects/clucene-core-0.9.21/src/CLucene/store/FSDirectory.h 161 Unable to resolve identifier vector
Name = .../projects/clucene-core-0.9.21/src/CLucene/store/FSDirectory.h, Errors = 0, Warnings = 0, Invalid identifiers = 1

.../projects/clucene-core-0.9.21/src/CLucene/store/RAMDirectory.h 126 Unable to resolve identifier vector
Name = .../projects/clucene-core-0.9.21/src/CLucene/store/RAMDirectory.h, Errors = 0, Warnings = 0, Invalid identifiers = 1

.../projects/clucene-core-0.9.21/src/CLucene/util/ThreadLocal.h 98 Unable to resolve identifier pair
.../projects/clucene-core-0.9.21/src/CLucene/util/ThreadLocal.h 137 Unable to resolve identifier pair
Name = .../projects/clucene-core-0.9.21/src/CLucene/util/ThreadLocal.h, Errors = 0, Warnings = 0, Invalid identifiers = 2
Comment 1 Quality Engineering 2013-08-27 01:07:21 UTC
Integrated into 'main-silver', will be available in build *201308270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/715d9df9c285
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #228949 - inaccuracy tests: Clucene project has unresolved identifiers
- gather maps from #include stack as well
Comment 3 Quality Engineering 2013-08-28 01:13:16 UTC
Integrated into 'main-silver', will be available in build *201308280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/635b5b6103b8
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #228949 - inaccuracy tests: Clucene project has unresolved identifiers
- resolve in base classes more correctly