Explorar o código

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

Reviewed by: Zoey76, !UnAfraid
Nos %!s(int64=11) %!d(string=hai) anos
pai
achega
305755dba1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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