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 258499 - [newcodemodel] Wrong macros tool tip
Summary: [newcodemodel] Wrong macros tool tip
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-23 09:21 UTC by Alexander Simon
Modified: 2016-03-24 03:01 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 Alexander Simon 2016-03-23 09:21:55 UTC
IDE show wrong macros tool tip if name one macros is started with name other macros.
For example.
Define two user defined macros:
QQ=namespace qq { namespace in {
QQ_CLOSE=}}
Use it in code:
QQ
    int foo(){
        return 1;
    }
QQ_CLOSE
IDE shows wrong tool tip for "QQ".
Comment 1 Alexander Simon 2016-03-23 09:28:24 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/9b1c164a9544
Comment 2 Quality Engineering 2016-03-24 03:01:23 UTC
Integrated into 'main-silver', will be available in build *201603240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9b1c164a9544
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258499 [newcodemodel] Wrong macros tool tip