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 147060 - A lot of invalid identifiers in Quote (with Sun Studio compiler)
Summary: A lot of invalid identifiers in Quote (with Sun Studio compiler)
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-09-12 11:06 UTC by soldatov
Modified: 2008-09-22 13:29 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 2008-09-12 11:06:56 UTC
Inaccuracy tests signals about a lot of invalid identifiers in Quote (with Sun Studio compiler)

/export/new_projects/Quote/quote.cc 59 Unable to resolve identifier it
/export/new_projects/Quote/quote.cc 60 Unable to resolve identifier it
/export/new_projects/Quote/quote.cc 77 Unable to resolve identifier name
/export/new_projects/Quote/quote.cc 78 Unable to resolve identifier it
/export/new_projects/Quote/quote.cc 79 Unable to resolve identifier it
/export/new_projects/Quote/quote.cc 80 Unable to resolve identifier it
/export/new_projects/Quote/quote.cc 87 Unable to resolve identifier item
/export/new_projects/Quote/quote.cc 88 Unable to resolve identifier item
/export/new_projects/Quote/quote.cc 90 Unable to resolve identifier s
/export/new_projects/Quote/quote.cc 91 Unable to resolve identifier s
/export/new_projects/Quote/quote.cc 92 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 96 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 97 Unable to resolve identifier item
/export/new_projects/Quote/quote.cc 100 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 101 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 102 Unable to resolve identifier item
/export/new_projects/Quote/quote.cc 105 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 108 Unable to resolve identifier amount
/export/new_projects/Quote/quote.cc 111 Unable to resolve identifier prompt
/export/new_projects/Quote/quote.cc 112 Unable to resolve identifier prompt
/export/new_projects/Quote/quote.cc 114 Unable to resolve identifier s
/export/new_projects/Quote/quote.cc 115 Unable to resolve identifier s
/export/new_projects/Quote/quote.cc 119 Unable to resolve identifier s
Name = /export/new_projects/Quote/quote.cc, Errors = 0, Warnings = 0, Invalid identifiers = 23, Invalid identifiers
(Warnings) = 0, Other Annotations = 0, Lines = 232
Comment 1 Alexander Simon 2008-09-12 11:46:58 UTC
Investigation:
References context stores file declarations in the cache.
First declaration (unnamed namespace) has UID:
<UNNAMED OFFS-DECL UID>:KeyBasedUID on OffsDeclKey: 9[N 2263-1879052562]
{/home/as204739/NetBeansProjects/Quote_8/quote.cc; /home/as204739/NetBeansProjects/Quote_8N}
But next access to declarations gets UID:
<UNNAMED OFFS-DECL UID>:KeyBasedUID on OffsDeclKey: 1[N 2263-1879052562]
{/home/as204739/NetBeansProjects/Quote_8/quote.cc; /home/as204739/NetBeansProjects/Quote_8N}
UID for unnamed namespace should be fixed.
Comment 2 Alexey Vladykin 2008-09-12 17:42:23 UTC
Fixed in http://hg.netbeans.org/main/rev/4a9f889e41a2
Comment 3 Quality Engineering 2008-09-13 05:27:09 UTC
Integrated into 'main-golden', will be available in build *200809130201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4a9f889e41a2
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: Fixed IZ#147060: A lot of invalid identifiers in Quote (with Sun Studio compiler)
Comment 4 soldatov 2008-09-22 13:29:29 UTC
Verified in 200809211401 build