Menu

#1 Long Method in BirdsongClientComponent.startConnection(String string)

1.0
closed
None
2016-03-29
2016-03-29
No

Code Smell: Long Method
Location: BirdsongClientComponent.startConnection(String string)
Rationale: this method should be extracted into multiple parts to provide better readability.

Discussion

  • Francisco Loio

    Francisco Loio - 2016-03-29

    Use Extract Method to move the thread start procedures to another method called startThread() in the same class.

     
  • Francisco Loio

    Francisco Loio - 2016-03-29
    • status: open --> closed
     

Log in to post a comment.