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 205073 - Refactor>>Extract Superclass>>Make Abstract - All Fields (Except First) are Written at Bottom of Superclass
Summary: Refactor>>Extract Superclass>>Make Abstract - All Fields (Except First) are W...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.1
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 09:14 UTC by MackSix
Modified: 2012-05-01 07:02 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 MackSix 2011-11-14 09:14:06 UTC
Refactor>>Extract Superclass>>Make Abstract - All Fields (Except First) are Written at Bottom of SuperClass 

All the fields (except the first one) are written after all the abstract methods are written.

As long as this works, all fields should be written at the top.
Comment 1 MackSix 2012-05-01 07:02:57 UTC
Fixed in v7.1.2, but a default constructor is written after the first field and then the remaining fields are written.