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 235446 - regression in inaccuracy tests
Summary: regression in inaccuracy tests
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-09-03 09:37 UTC by soldatov
Modified: 2016-10-31 10:20 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-09-03 09:37:11 UTC
in latest build IDE highlights "value" as a unresolved identifier

typedef unsigned char T;
template<typename T = T> struct X0 { };
template<> struct X0<unsigned char> { static const bool value = true; };
int array0[X0<>::value? 1 : -1];

int main() {
    return 0;
}
Comment 1 Vladimir Voskresensky 2014-11-20 11:51:30 UTC
confirmed. value is HLed as template-based unresolved