Nantes Université

Skip to content

Project-Risk-A : refactor com/risk/view/impl/swing/SwingCreateContinentView.java

Code smells in file :

  • Unused import 'java.awt.event.ActionListener' : line 4
  • Avoid unused private fields such as 'observerList' : line 40
  • Avoid unused private fields such as 'consoleTextArea' : line 43
  • Avoid unused private fields such as 'consoleMainPanel' : line 44
  • Avoid unused private fields such as 'consolePanel' : line 45
  • Unnecessary qualifier 'JFrame': 'WindowConstants::EXIT_ON_CLOSE' is already in scope because it is inherited by an enclosing type : line 54
  • Unnecessary qualifier 'ICreateContinentView': 'ACTION_ADD' is already in scope because it is inherited by an enclosing type : line 84
  • Unnecessary qualifier 'ICreateContinentView': 'ACTION_NEXT' is already in scope because it is inherited by an enclosing type : line 88