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 248749 - Template based identifier is marked as red instead of yellow
Summary: Template based identifier is marked as red instead of yellow
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks: 248569
  Show dependency tree
 
Reported: 2014-11-19 12:27 UTC by petrk
Modified: 2015-09-23 01:24 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 petrk 2014-11-19 12:27:25 UTC
template <typename T>
void foo(T param) {
    T::iterator iter;
    (*iter)->boo(); // boo should be warning
}
Comment 1 petrk 2015-09-21 22:19:46 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/ebe28c9e9a35
Comment 2 Quality Engineering 2015-09-23 01:24:47 UTC
Integrated into 'main-silver', will be available in build *201509230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ebe28c9e9a35
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #248749 - Template based identifier is marked as red instead of yellow