Skip to content

Commit

Permalink
refactor: ProjectPropertiesDialog
Browse files Browse the repository at this point in the history
- Split looong-method into smaller one
- Give component name

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 26, 2024
1 parent fcdfd67 commit 2213112
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 801 deletions.
1 change: 0 additions & 1 deletion config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<suppress files="EditorTextArea3\.java" checks="MethodLength"/>
<suppress files="AutoCompleter\.java" checks="EmptyStatement"/>
<suppress files="RepositoriesMappingController\.java" checks="MethodLength"/>
<suppress files="ProjectPropertiesDialog\.java" checks="(MethodLength|ParameterNumber)"/>
<suppress files="InstanceEditor\.java" checks="ParameterNumber"/>
<suppress files="EditorController\.java" checks="(File|Method)Length"/>
<suppress files="ProjectUICommands\.java" checks="MethodLength"/>
Expand Down
Loading

0 comments on commit 2213112

Please sign in to comment.