details: https://code.openbravo.com/erp/devel/pi/rev/ce8a80cbda32 changeset: 29514:ce8a80cbda32 user: Stefan Hühner <stefan.huehner <at> openbravo.com> date: Mon May 23 13:02:37 2016 +0200 summary: related to issue 32932: removed some other warnings
details: https://code.openbravo.com/erp/devel/pi/rev/122e8229430a changeset: 29515:122e8229430a user: Stefan Hühner <stefan.huehner <at> openbravo.com> date: Mon May 23 13:04:36 2016 +0200 summary: related to issue 32932: fix up javadoc warnings details: https://code.openbravo.com/erp/devel/pi/rev/b7ef4a1764a4 changeset: 29516:b7ef4a1764a4 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon May 23 13:09:23 2016 +0200 summary: related to issue 32932: suppress warn for false positives details: https://code.openbravo.com/erp/devel/pi/rev/68863078bde6 changeset: 29517:68863078bde6 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon May 23 13:18:47 2016 +0200 summary: related to issue 32932: supress warns in WAD generated code details: https://code.openbravo.com/erp/devel/pi/rev/01cd86b70cf6 changeset: 29518:01cd86b70cf6 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon May 23 14:03:13 2016 +0200 summary: related to issue 32932: suppress warns in sqlc generated code diffstat: modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java | 10 - modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java | 2 +- modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java | 4 - modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachmentWindowComponent.java | 4 +- modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java | 8 +- modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/FreemarkerTemplateProcessorTest.java | 15 +- src-core/.settings/org.eclipse.jdt.core.prefs | 256 ---------- src-core/src/org/openbravo/data/Sqlc.java | 12 +- src-core/src/org/openbravo/utils/FileUtility.java | 30 +- src-test/src/org/openbravo/test/xml/XMLBaseTest.java | 19 +- src-wad/src/org/openbravo/wad/ActionButtonJava_Responser.javaxml | 1 + src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml | 1 + src/org/openbravo/base/secureApp/LoginHandler.java | 2 - src/org/openbravo/base/secureApp/VariablesSecureApp.java | 1 - src/org/openbravo/costing/StandardCostAdjustment.java | 4 - src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java | 2 + src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.java | 2 + src/org/openbravo/erpCommon/ad_forms/Fact.java | 12 +- src/org/openbravo/erpCommon/ad_process/AcctServerProcess.java | 2 - src/org/openbravo/erpCommon/businessUtility/AccountTree.java | 10 +- src/org/openbravo/erpCommon/modules/ImportModule.java | 3 +- src/org/openbravo/erpCommon/modules/UninstallModule.java | 2 +- src/org/openbravo/erpCommon/obps/ActivationKey.java | 6 +- src/org/openbravo/erpCommon/utility/AntExecutor.java | 2 +- src/org/openbravo/erpCommon/utility/BasicUtility.java | 4 +- src/org/openbravo/erpCommon/utility/ComboTableData.java | 8 +- src/org/openbravo/erpCommon/utility/ModelSQLGeneration.java | 4 +- src/org/openbravo/erpCommon/utility/TableSQLData.java | 6 +- src/org/openbravo/erpCommon/utility/Utility.java | 5 +- src/org/openbravo/erpCommon/utility/WindowTree.java | 4 +- src/org/openbravo/erpCommon/utility/WindowTreeUtility.java | 4 +- src/org/openbravo/materialmgmt/ServicePriceUtils.java | 21 +- src/org/openbravo/services/webservice/Module.java | 2 +- src/org/openbravo/services/webservice/Module1.java | 2 +- src/org/openbravo/services/webservice/Module2.java | 2 +- src/org/openbravo/services/webservice/ModuleDependency.java | 2 +- src/org/openbravo/services/webservice/ModuleInstallDetail.java | 2 +- src/org/openbravo/services/webservice/SimpleModule.java | 2 +- src/org/openbravo/services/webservice/SimpleModule1.java | 2 +- src/org/openbravo/services/webservice/SimpleModule2.java | 2 +- 40 files changed, 77 insertions(+), 405 deletions(-) diffs (truncated from 1120 to 300 lines): diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java --- a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java Mon May 23 14:03:13 2016 +0200 @@ -1571,12 +1571,6 @@ * any FinAccPaymentMethod related to paymentMethodId FIN_PaymentMethod ordered by default field. * FinAccPaymentMethod must have pay in/out active and must be compatible with currencyId Currency * if currencyId is not null. - * - * @param paymentMethodId - * @param financialAccountId - * @param issotrx - * @param currencyId - * @return */ public static FinAccPaymentMethod getFinancialAccountPaymentMethod(String paymentMethodId, String financialAccountId, boolean issotrx, String currencyId) { @@ -1624,10 +1618,6 @@ /** * Appends existing Financial Account Transaction description with either GL Item Description or * Payment description in a new line - * - * @param description - * @param descriptionToAppend - * @return returnDescription */ public static String getFinAccTransactionDescription(String description, diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java --- a/modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java Mon May 23 14:03:13 2016 +0200 @@ -188,7 +188,7 @@ * the parameter to get the Default Value from * @param session * the HttpSession of the request - * @param context + * @param _context * the JSONObject with the context information of the request. * @return the DefaultValue of the Parameter. * @throws ScriptException diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java --- a/modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java Mon May 23 14:03:13 2016 +0200 @@ -96,14 +96,10 @@ /** * Method to upload files. This method calls needed handler class * - * @param requestParams - * * @param strTab * the tab Id where the attachment is done * @param strKey * the recordId where the attachment is done - * @param strDataType - * the datatype of the document that is attached * @param strDocumentOrganization * the organization ID of the record where the attachment is done * @param file diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachmentWindowComponent.java --- a/modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachmentWindowComponent.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachmentWindowComponent.java Mon May 23 14:03:13 2016 +0200 @@ -111,9 +111,9 @@ * Sets the Attachment Method and Tab. Actualizes metadata depending on this tab an attachment * method * - * @param tab + * @param _tab * Tab to set. - * @param attMethod + * @param _attMethod * Method to set. */ public void initialize(Tab _tab, AttachmentMethod _attMethod) { diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java --- a/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java Mon May 23 14:03:13 2016 +0200 @@ -290,10 +290,10 @@ * Gets the list of parameters associated to an Attachment Method and a Tab. The list is sorted so * the fixed parameters are returned first. * - * @param attachMethod - * active attachment method - * @param tab - * tab to take metadata + * @param strAttMethodId + * active attachment method id + * @param strTabId + * tab id to take metadata * @return List of parameters by attachment method and tab sorted by Fixed and Sequence Number * where fixed parameters are first. */ diff -r 036fbe5f521c -r 01cd86b70cf6 modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/FreemarkerTemplateProcessorTest.java --- a/modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/FreemarkerTemplateProcessorTest.java Thu May 19 15:15:02 2016 +0200 +++ b/modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/FreemarkerTemplateProcessorTest.java Mon May 23 14:03:13 2016 +0200 @@ -23,7 +23,6 @@ import static org.junit.Assert.fail; import java.io.File; -import java.io.FileInputStream; import java.net.URL; import java.util.Arrays; import java.util.Collections; @@ -33,6 +32,7 @@ import javax.inject.Inject; +import org.apache.commons.io.FileUtils; import org.junit.Before; import org.junit.Test; import org.openbravo.base.model.Entity; @@ -153,8 +153,8 @@ template.setModule(getModule()); for (Template dependency : dependencies) { - final TemplateDependency templateDependency = OBProvider.getInstance() - .get(TemplateDependency.class); + final TemplateDependency templateDependency = OBProvider.getInstance().get( + TemplateDependency.class); templateDependency.setObclkerTemplate(template); templateDependency.setDependsOnTemplate(dependency); template.getOBCLKERTemplateDependencyList().add(templateDependency); @@ -166,14 +166,7 @@ private String readTemplateSource(String fileName) throws Exception { final URL url = this.getClass().getResource(fileName + ".ftl"); final File file = new File(url.toURI()); - return readFileAsString(file); - } - - private static String readFileAsString(File file) throws java.io.IOException { - byte[] buffer = new byte[(int) file.length()]; - FileInputStream f = new FileInputStream(file); - f.read(buffer); - return new String(buffer); + return FileUtils.readFileToString(file); } private Module getModule() { diff -r 036fbe5f521c -r 01cd86b70cf6 src-core/.settings/org.eclipse.jdt.core.prefs --- a/src-core/.settings/org.eclipse.jdt.core.prefs Thu May 19 15:15:02 2016 +0200 +++ b/src-core/.settings/org.eclipse.jdt.core.prefs Mon May 23 14:03:13 2016 +0200 @@ -1,4 +1,3 @@ -#Mon Feb 02 13:12:47 CET 2009 eclipse.preferences.version=1 org.eclipse.jdt.core.codeComplete.argumentPrefixes= org.eclipse.jdt.core.codeComplete.argumentSuffixes= @@ -18,259 +17,4 @@ org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.6 -org.eclipse.jdt.core.formatter.align_type_members_on_columns=false -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_assignment=0 -org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 -org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 -org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 -org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 -org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 -org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 -org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 -org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 -org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_after_package=1 -org.eclipse.jdt.core.formatter.blank_lines_before_field=0 -org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 -org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 -org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 -org.eclipse.jdt.core.formatter.blank_lines_before_method=1 -org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 -org.eclipse.jdt.core.formatter.blank_lines_before_package=0 -org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 -org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 -org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line -org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false -org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false -org.eclipse.jdt.core.formatter.comment.format_block_comments=true -org.eclipse.jdt.core.formatter.comment.format_header=false -org.eclipse.jdt.core.formatter.comment.format_html=true -org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true -org.eclipse.jdt.core.formatter.comment.format_line_comments=true -org.eclipse.jdt.core.formatter.comment.format_source_code=true -org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true -org.eclipse.jdt.core.formatter.comment.indent_root_tags=true -org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert -org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert -org.eclipse.jdt.core.formatter.comment.line_length=100 -org.eclipse.jdt.core.formatter.compact_else_if=true -org.eclipse.jdt.core.formatter.continuation_indentation=2 -org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 -org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true -org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true -org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_empty_lines=false -org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true -org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true -org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false -org.eclipse.jdt.core.formatter.indentation.size=8 -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert -org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert -org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert -org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert -org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert -org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert -org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert -org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert -org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert -org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert -org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert -org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert -org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits