Tomáš Poledný created NETBEANS-1585:
---------------------------------------

             Summary: [Type Migration] Add ability to refactor the type of a 
member variable.
                 Key: NETBEANS-1585
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1585
             Project: NetBeans
          Issue Type: Improvement
          Components: java - Refactoring
            Reporter: Tomáš Poledný


A very helpful refactoring would be the ability to refactor a member variable's 
type such that all of it's uses within the class are automatically re-typed as 
well.

I understand this is a very difficult refactoring due to the internal analysis 
of the class; however, starting with parameter types for setters/getters, type 
casts and the variable declaration itself is a great first step.

Intellij Community have this, if someone want to try to find out how they do it 
the source can be found here: [https://github.com/JetBrains/intellij-community] 
.

Here is a explanation of Type Migration from Jetbrains, 
[http://www.jetbrains.com/help/idea/2016.2/type-migration.html:]

This is copy of [Bug 
192580|https://netbeans.org/bugzilla/show_bug.cgi?id=192580]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to