Explorar el Código

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

Reviewed by: Zoey76, !UnAfraid
Nos hace 11 años
padre
commit
305755dba1
Se han modificado 1 ficheros con 2 adiciones y 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