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 253927 - [81cat][refactoring]Extract super class does not choose current method by default
Summary: [81cat][refactoring]Extract super class does not choose current method by def...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 03:37 UTC by manikantannaren
Modified: 2015-09-14 05: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 manikantannaren 2015-07-29 03:37:41 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/5137/suite/1801

Use code attached in above test case
Steps to reproduce
1. Open extract.ClassB
2. Place cursor anywhere in method m1 
3. From context menu choose Refactor->Extract Superclass
4. Inspect resulting dialog

Expected Result
method m1 is shown selected

Actual result
method m1 is shown as not selected
Comment 1 Ralph Ruijs 2015-07-30 08:12:45 UTC
changeset:   c7173e2de455
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Thu Jul 30 10:10:51 2015 +0200
summary:     #253927 - [81cat][refactoring]Extract super class does not choose current method by default
Comment 2 Quality Engineering 2015-07-31 01:50:41 UTC
Integrated into 'main-silver', will be available in build *201507310002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c7173e2de455
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #253927 - [81cat][refactoring]Extract super class does not choose current method by default