details:   https://code.openbravo.com/erp/devel/pi/rev/704742f41677
changeset: 35353:704742f41677
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Jan 23 13:19:31 2019 +0100
summary:   related to issue 40010: small javadoc fixes

details:   https://code.openbravo.com/erp/devel/pi/rev/f1f5013df638
changeset: 35354:f1f5013df638
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Jan 23 13:20:20 2019 +0100
summary:   fixed issue 40010: add javadoc warnings to default preferences

diffstat:

 config/eclipse/Openbravo-eclipse-prefs.epf                                     
 |  4 +++-
 
src-test/src/org/openbravo/test/materialMgmt/invoiceFromShipment/TestUtils.java 
|  8 ++------
 src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java               
 |  4 +---
 3 files changed, 6 insertions(+), 10 deletions(-)

diffs (71 lines):

diff -r 4590a05d86f8 -r f1f5013df638 config/eclipse/Openbravo-eclipse-prefs.epf
--- a/config/eclipse/Openbravo-eclipse-prefs.epf        Wed Jan 23 10:44:43 
2019 +0100
+++ b/config/eclipse/Openbravo-eclipse-prefs.epf        Wed Jan 23 13:20:20 
2019 +0100
@@ -1,4 +1,4 @@
-#Wed Jan 23 09:49:57 CET 2019
+#Wed Jan 23 12:49:27 CET 2019
 \!/=
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes=
@@ -19,6 +19,8 @@
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
+/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
+/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nullReference=warning
 
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning
diff -r 4590a05d86f8 -r f1f5013df638 
src-test/src/org/openbravo/test/materialMgmt/invoiceFromShipment/TestUtils.java
--- 
a/src-test/src/org/openbravo/test/materialMgmt/invoiceFromShipment/TestUtils.java
   Wed Jan 23 10:44:43 2019 +0100
+++ 
b/src-test/src/org/openbravo/test/materialMgmt/invoiceFromShipment/TestUtils.java
   Wed Jan 23 13:20:20 2019 +0100
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2018 Openbravo SLU
+ * All portions are Copyright (C) 2018-2019 Openbravo SLU
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -100,10 +100,6 @@
    * Returns a new Order Line based on the given one. It is a clone of the 
first one but without
    * being invoiced or delivered
    * 
-   * @param orderLine
-   *          Order Line to be cloned
-   * @param newOrder
-   *          new Order (a clone of the original one)
    * @return A new Order Line clone based on the original one
    */
   public static Order cloneOrder(final String orderId, final String docNo) {
@@ -149,7 +145,7 @@
    * Returns a new Order Line based on the given one. It is a clone of the 
first one but without
    * being invoiced or delivered
    * 
-   * @param orderLine
+   * @param oldLine
    *          Order Line to be cloned
    * @param newOrder
    *          new Order (a clone of the original one)
diff -r 4590a05d86f8 -r f1f5013df638 
src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
--- a/src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java  Wed Jan 
23 10:44:43 2019 +0100
+++ b/src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java  Wed Jan 
23 13:20:20 2019 +0100
@@ -11,7 +11,7 @@
  * under the License.
  * The Original Code is Openbravo ERP.
  * The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010-2018 Openbravo SLU
+ * All portions are Copyright (C) 2010-2019 Openbravo SLU
  * All Rights Reserved.
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -121,8 +121,6 @@
    * @param bSalesRegion
    *          If true, the Sales Region accounting dimension will be added to 
the new accounting
    *          schema
-   * @param strSourcePath
-   *          Path of the instance. Needed to build the path to the reference 
data (dataset) files
    */
   public OBError createOrganization(String strOrgName, String strOrgUser, 
String strOrgType,
       String strParentOrg, String strcLocationId, String strPassword, String 
strModules,


_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to