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 229990 - stability tests: unresolved identifier in clucene-core-0.9.11
Summary: stability tests: unresolved identifier in clucene-core-0.9.11
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-20 11:17 UTC by soldatov
Modified: 2013-05-26 02:22 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-05-20 11:17:38 UTC
Stability tests checks code model after small changes in source files.
Expected scenario:
1. open clucene-core-0.9.11
2. modify some file
3. check code model
4. if project has not parser's errors, then repeat 2-4 steps

Expected: 0 parser's errors for a lot of time
Real: project has 1 unresolved identifier before any changes ==> test fails very quickly
Comment 1 Leonid Lenyashin 2013-05-21 17:42:58 UTC
Please evaluate and fix if possible
Comment 2 Vladimir Voskresensky 2013-05-22 14:33:19 UTC
MMapInput.cpp: 104
Comment 3 Vladimir Voskresensky 2013-05-22 18:05:12 UTC
fixing:
http://hg.netbeans.org/cnd-main/rev/85e3411231ff
Comment 4 Vladimir Voskresensky 2013-05-22 18:36:29 UTC
done:
http://hg.netbeans.org/cnd-main/rev/67e44fd66007
Comment 5 Quality Engineering 2013-05-23 08:17:17 UTC
Integrated into 'main-golden', will be available in build *201305230439* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/85e3411231ff
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #229990 - stability tests: unresolved identifier in clucene-core-0.9.11
- forward class is left as backup, try to look for real class
Comment 6 Quality Engineering 2013-05-26 02:22:59 UTC
Integrated into 'main-golden', will be available in build *201305252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a97f6f2339dc
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: extra fix #229990 - stability tests: unresolved identifier in clucene-core-0.9.11
- forward classes are moved at the end of visibile objects