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 253677 - "#define AAA 32" in text field in Rename window
Summary: "#define AAA 32" in text field in Rename window
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 09:55 UTC by soldatov
Modified: 2015-08-03 12:35 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 2015-07-23 09:55:59 UTC
Scenario:
- Code:
#define AAA 32
int BBB = 1;

int main(int argc, char** argv) {
    int j = BBB + AAA;
    return 0;
}

- Move cursor on first AAA and press Ctrl-R
==> text field displays "#define AAA 32"
- Move cursor on first AAA and press Ctrl-R
==> text field is empty
Comment 1 soldatov 2015-07-23 09:59:45 UTC
I made typo in description. Correct text:

....
- Move cursor on second AAA and press Ctrl-R
==> text field is empty
Comment 2 danilasergeyev 2015-07-31 13:05:11 UTC
fixed with change set:
https://hg.netbeans.org/cnd-main/rev/e6b030fd7d8a
Comment 3 Quality Engineering 2015-08-01 02:01:58 UTC
Integrated into 'main-silver', will be available in build *201508010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e6b030fd7d8a
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #253677 "#define AAA 32" in text field in Rename window