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 239739 - regression in inaccuracy tests
Summary: regression in inaccuracy tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-23 13:19 UTC by soldatov
Modified: 2014-01-28 11: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-12-23 13:19:56 UTC
C code ("next" is unresolved identifier):

typedef struct CCC *BBB, *(*funcPointer)();

struct CCC {
    BBB next;
};

#define	AAA BBB

int main(int argc, char** argv) {
    AAA aaa;
    aaa->next;
    return 0;
}
Comment 1 Quality Engineering 2013-12-24 02:43:00 UTC
Integrated into 'main-silver', will be available in build *201312240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5d5de4a7100d
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #239739 - regression in inaccuracy tests
Comment 2 petrk 2013-12-24 11:18:25 UTC
5d5de4a7100d
Comment 3 Quality Engineering 2013-12-25 02:32:20 UTC
Integrated into 'main-silver', will be available in build *201312250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1d6119dc9dc4
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional fix for #239739 - regression in inaccuracy tests
-- tests fixed
Comment 4 Quality Engineering 2013-12-26 02:35:40 UTC
Integrated into 'main-silver', will be available in build *201312260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f047347ec2b3
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional fix for #239739 - regression in inaccuracy tests
-- refactoring