Menu

#6 Convert Anonymous Class to Nested in GUI.ListSelectionListener(...)

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

Code smell: Convert Anonymous Class to Nested
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
    • status: open --> closed
     

Log in to post a comment.