You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/10 09:27:07 UTC

[GitHub] rtaneja1 commented on a change in pull request #653: [NETBEANS-1043]:Fixed updation of method-reference upon refactor move of method

rtaneja1 commented on a change in pull request #653: [NETBEANS-1043]:Fixed updation of method-reference upon refactor move of method
URL: https://github.com/apache/incubator-netbeans/pull/653#discussion_r209200265
 
 

 ##########
 File path: refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/MoveMembersTransformer.java
 ##########
 @@ -25,6 +25,7 @@
 import com.sun.source.util.TreePath;
 import org.netbeans.api.java.source.support.ErrorAwareTreeScanner;
 import com.sun.source.util.Trees;
+import com.sun.tools.javac.tree.JCTree.JCMemberReference;
 
 Review comment:
   Use MemberReferenceTree here? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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