Menu

#1 birdsong.client.UserGUI addFollower(int) void

1.0
closed
None
2016-03-19
2016-03-11
No

Code Smell: Feature Envy.

Method addFollower should be in class birdsong.client.Lista.

Discussion

  • Rui Jorge Aço Ferreira

    • status: open --> accepted
     
  • Rui Jorge Aço Ferreira

    Method addFollower is now in the class birdsong.client.Lista.
    Refactoring used was Move Method. Doing this also implied changing a value inside a listener from "this" to "UserGUI.this", since the method was moved to another class.

     
  • Rui Jorge Aço Ferreira

    • status: accepted --> closed
     

Log in to post a comment.