ソースを参照

BETA: Formatter should not remove any unused private members we have warnings to know they are unused.

Reviewed by: Zoey76, !UnAfraid
Nos 11 年 前
コミット
305755dba1
1 ファイル変更2 行追加2 行削除
  1. 2 2
      L2J_Server_BETA/.settings/org.eclipse.jdt.ui.prefs

+ 2 - 2
L2J_Server_BETA/.settings/org.eclipse.jdt.ui.prefs

@@ -107,9 +107,9 @@ sp_cleanup.remove_trailing_whitespaces_ignore_empty=true
 sp_cleanup.remove_unnecessary_casts=true
 sp_cleanup.remove_unnecessary_nls_tags=true
 sp_cleanup.remove_unused_imports=true
-sp_cleanup.remove_unused_local_variables=true
+sp_cleanup.remove_unused_local_variables=false
 sp_cleanup.remove_unused_private_fields=true
-sp_cleanup.remove_unused_private_members=true
+sp_cleanup.remove_unused_private_members=false
 sp_cleanup.remove_unused_private_methods=true
 sp_cleanup.remove_unused_private_types=true
 sp_cleanup.sort_members=false