Menu

#2 Move Type to New File in GUI.ListSelectionListener(...)

1.0
closed
None
2016-03-23
2016-03-23
No

Code smell: Move Type to New File
Location: GUI.ListSelectionListener(...)
Rationale: The class GUI.ListSelectionListener(...) is used inside of this class and is getting this classe oversized. We should move it to it's own class to improve cohesion and reduce coupling.

Discussion

  • Nelito Calixto

    Nelito Calixto - 2016-03-23
    • summary: Convert Anonymous Class to Nested in GUI.ListSelectionListener(...) --> Move Type to New File in GUI.ListSelectionListener(...)
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
    -Code smell: Convert Anonymous Class to Nested
    +Code smell: Move Type to New File 
     Location: GUI.ListSelectionListener(...)
     Rationale: The class GUI.ListSelectionListener(...) is used inside of this class and is getting this classe oversized. We should move it to it's own class to improve cohesion and reduce coupling.
    
     
  • Nelito Calixto

    Nelito Calixto - 2016-03-23
    • status: open --> closed
     

Log in to post a comment.