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

Summary: [81cat][refactoring]Extract super class does not choose current method by default
Product: java Reporter: manikantannaren <manikantannaren>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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