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 238386 - Introduce variable can be applied to the local variable declaration
Summary: Introduce variable can be applied to the local variable declaration
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 238384
  Show dependency tree
 
Reported: 2013-11-14 17:12 UTC by Alexander Pepin
Modified: 2013-12-07 04:23 UTC (History)
1 user (show)

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 Pepin 2013-11-14 17:12:42 UTC
Steps to reproduce:

- create simple piece of code:

int main(int argc, char** argv) {
    int x = 1;

    return 0;
}

- select 'x'
Result: There appear a tip  "Introduce variable".
Comment 1 Alexander Simon 2013-11-15 12:12:45 UTC
fixed, change set:
f5e49a001dc4
Comment 2 igor_nikiforov 2013-12-02 14:14:22 UTC
Integrated to releases:
  56d2537839a9
Comment 3 Quality Engineering 2013-12-05 01:34:09 UTC
Integrated into 'releases/release74', will be available in build *201312042201* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/56d2537839a9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #238386 Introduce variable can be applied to the local variable declaration
(transplanted from f5e49a001dc422f77c5529d2e080db9cdc30368d)
Comment 4 Alexander Pepin 2013-12-06 14:30:16 UTC
verified in OSS IDE built on 7.4 patch2 candidate
Comment 5 Quality Engineering 2013-12-07 04:23:37 UTC
Integrated into 'main-silver', will be available in build *201312070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e1afb8c092ce
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #238386 Introduce variable can be applied to the local variable declaration
(transplanted from f5e49a001dc422f77c5529d2e080db9cdc30368d)