diff --git a/org.adempiere.base.callout/src/org/adempiere/model/CalloutBPartnerLocation.java b/org.adempiere.base.callout/src/org/adempiere/model/CalloutBPartnerLocation.java index fc311faa91..4785c06510 100644 --- a/org.adempiere.base.callout/src/org/adempiere/model/CalloutBPartnerLocation.java +++ b/org.adempiere.base.callout/src/org/adempiere/model/CalloutBPartnerLocation.java @@ -47,7 +47,7 @@ public class CalloutBPartnerLocation extends CalloutEngine * @param mTab Model Tab * @param mField Model Field * @param value The new value - * @param oldvalue The old value + * @param oldValue The old value * @return Error message or "" */ public String formatPhone (Properties ctx, int WindowNo, diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutInOut.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutInOut.java index 90e3afbcb2..947c6c12f5 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutInOut.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutInOut.java @@ -34,7 +34,7 @@ import org.compiere.util.Env; * * @author Jorg Janke * @version $Id: CalloutInOut.java,v 1.7 2006/07/30 00:51:05 jjanke Exp $ - * @author victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] http://sourceforge.net/tracker/index.php?func=detail&aid=1867464&group_id=176962&atid=879332 + * @author victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] https://sourceforge.net/p/adempiere/bugs/923/ */ public class CalloutInOut extends CalloutEngine { diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java index 19d8ee70bc..cc2f6466bc 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutMovement.java @@ -39,8 +39,8 @@ public class CalloutMovement extends CalloutEngine * * @param ctx Context * @param WindowNo current Window No - * @param GridTab Model Tab - * @param GridField Model Field + * @param mTab Model Tab + * @param mField Model Field * @param value The new value * @return Error message or "" */ @@ -67,8 +67,8 @@ public class CalloutMovement extends CalloutEngine * * @param ctx Context * @param WindowNo current Window No - * @param GridTab Model Tab - * @param GridField Model Field + * @param mTab Model Tab + * @param mField Model Field * @param value The new value * @return Error message or "" */ @@ -87,8 +87,8 @@ public class CalloutMovement extends CalloutEngine * * @param ctx Context * @param WindowNo current Window No - * @param GridTab Model Tab - * @param GridField Model Field + * @param mTab Model Tab + * @param mField Model Field * @param value The new value * @return Error message or "" */ diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutPaySelection.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutPaySelection.java index b0191f30da..971cb88d2b 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutPaySelection.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutPaySelection.java @@ -79,7 +79,7 @@ public class CalloutPaySelection extends CalloutEngine /** * Payment Selection Line - Invoice. * - called from C_PaySelectionLine.C_Invoice_ID - * - update PayAmt & DifferenceAmt + * - update PayAmt and DifferenceAmt * @param ctx context * @param WindowNo current Window No * @param mTab Grid Tab diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutPayment.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutPayment.java index d181c90dcb..3e90f942e4 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutPayment.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutPayment.java @@ -283,9 +283,9 @@ public class CalloutPayment extends CalloutEngine } // docType /** - * Payment_Amounts. Change of: - IsOverUnderPayment -> set OverUnderAmt to 0 - - * C_Currency_ID, C_ConvesionRate_ID -> convert all - PayAmt, DiscountAmt, - * WriteOffAmt, OverUnderAmt -> PayAmt make sure that add up to + * Payment_Amounts. Change of: - IsOverUnderPayment -> set OverUnderAmt to 0 - + * C_Currency_ID, C_ConvesionRate_ID -> convert all - PayAmt, DiscountAmt, + * WriteOffAmt, OverUnderAmt -> PayAmt make sure that add up to * InvoiceOpenAmt * @param ctx context * @param WindowNo current Window No diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutPaymentAllocate.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutPaymentAllocate.java index dd875b23a1..aa014c8078 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutPaymentAllocate.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutPaymentAllocate.java @@ -129,9 +129,9 @@ public class CalloutPaymentAllocate extends CalloutEngine /** * Payment_Amounts. * Change of: - * - IsOverUnderPayment -> set OverUnderAmt to 0 - * - C_Currency_ID, C_ConvesionRate_ID -> convert all - * - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt + * - IsOverUnderPayment -> set OverUnderAmt to 0 + * - C_Currency_ID, C_ConvesionRate_ID -> convert all + * - PayAmt, DiscountAmt, WriteOffAmt, OverUnderAmt -> PayAmt * make sure that add up to InvoiceOpenAmt * @param ctx context * @param WindowNo current Window No diff --git a/org.adempiere.base.callout/src/org/compiere/model/CalloutTimeExpense.java b/org.adempiere.base.callout/src/org/compiere/model/CalloutTimeExpense.java index f3342ee916..b3c05d5037 100644 --- a/org.adempiere.base.callout/src/org/compiere/model/CalloutTimeExpense.java +++ b/org.adempiere.base.callout/src/org/compiere/model/CalloutTimeExpense.java @@ -29,7 +29,7 @@ import org.compiere.util.Env; /** - * Time & Expense Report Callout + * Time and Expense Report Callout * * @author Jorg Janke * @version $Id: CalloutTimeExpense.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ diff --git a/org.adempiere.base.process/src/org/adempiere/process/InOutGenerateRMA.java b/org.adempiere.base.process/src/org/adempiere/process/InOutGenerateRMA.java index fba599f52c..b4292a94f6 100644 --- a/org.adempiere.base.process/src/org/adempiere/process/InOutGenerateRMA.java +++ b/org.adempiere.base.process/src/org/adempiere/process/InOutGenerateRMA.java @@ -44,7 +44,7 @@ import org.compiere.util.Msg; * @author Ashley Ramdass * @author Teo Sarca *
  • BF [ 2818523 ] Invoice and Shipment are not matched in case of RMA - * https://sourceforge.net/tracker/?func=detail&aid=2818523&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1972/ */ @org.adempiere.base.annotation.Process public class InOutGenerateRMA extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/Aging.java b/org.adempiere.base.process/src/org/compiere/process/Aging.java index 7a3d789809..ec66705a0a 100644 --- a/org.adempiere.base.process/src/org/compiere/process/Aging.java +++ b/org.adempiere.base.process/src/org/compiere/process/Aging.java @@ -34,9 +34,9 @@ import org.compiere.util.TimeUtil; * Based on RV_Aging. * @author Jorg Janke * @author victor.perez@e-evolution.com FR 1933937 Is necessary a new Aging to Date - * @see http://sourceforge.net/tracker/index.php?func=detail&aid=1933937&group_id=176962&atid=879335 + * @see https://sourceforge.net/p/adempiere/feature-requests/408/ * @author Carlos Ruiz - globalqss BF 2655587 Multi-org not supported in Aging - * @see https://sourceforge.net/tracker2/?func=detail&aid=2655587&group_id=176962&atid=879332 + * @see https://sourceforge.net/p/adempiere/bugs/1786/ * @version $Id: Aging.java,v 1.5 2006/10/07 00:58:44 jjanke Exp $ */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.base.process/src/org/compiere/process/ColumnSync.java b/org.adempiere.base.process/src/org/compiere/process/ColumnSync.java index 502c1b9d29..221f86de92 100644 --- a/org.adempiere.base.process/src/org/compiere/process/ColumnSync.java +++ b/org.adempiere.base.process/src/org/compiere/process/ColumnSync.java @@ -42,7 +42,7 @@ import org.compiere.util.ValueNamePair; * * @author Teo Sarca *
  • BF [ 2854358 ] SyncColumn should load table in transaction - * https://sourceforge.net/tracker/?func=detail&aid=2854358&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2080/ */ @org.adempiere.base.annotation.Process public class ColumnSync extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/CommissionCalc.java b/org.adempiere.base.process/src/org/compiere/process/CommissionCalc.java index eeef1ade9d..f4203958ac 100644 --- a/org.adempiere.base.process/src/org/compiere/process/CommissionCalc.java +++ b/org.adempiere.base.process/src/org/compiere/process/CommissionCalc.java @@ -146,7 +146,7 @@ public class CommissionCalc extends SvrProcess /** * Creates the SQL statement string that is used to generate the * Commission detail records - * @param MCommissionLine commissionLine + * @param commissionLine MCommissionLine * @return SQL statement */ protected String getCommissionCalculationSQL(MCommissionLine commissionLine) { diff --git a/org.adempiere.base.process/src/org/compiere/process/CreateWindowFromTable.java b/org.adempiere.base.process/src/org/compiere/process/CreateWindowFromTable.java index 0b4847622d..46e23fbc0f 100644 --- a/org.adempiere.base.process/src/org/compiere/process/CreateWindowFromTable.java +++ b/org.adempiere.base.process/src/org/compiere/process/CreateWindowFromTable.java @@ -40,7 +40,7 @@ import org.compiere.util.Msg; import org.compiere.util.Trx; /** - * Create Menu - Window/tab & field from a table + * Create Menu - Window/tab and field from a table * * @author Diego Ruiz - BX Service GmbH * @contributor Andreas Sumerauer IDEMPIERE-4745 diff --git a/org.adempiere.base.process/src/org/compiere/process/DistributionRun.java b/org.adempiere.base.process/src/org/compiere/process/DistributionRun.java index 050fffe63e..4f3ffb95b9 100644 --- a/org.adempiere.base.process/src/org/compiere/process/DistributionRun.java +++ b/org.adempiere.base.process/src/org/compiere/process/DistributionRun.java @@ -52,7 +52,7 @@ import org.eevolution.model.MDDOrderLine; * @author Jorg Janke * @author victor.perez@e-evolution.com *
  • FR Let use the Distribution List and Distribution Run for DO - * @see http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335 + * @see https://sourceforge.net/p/adempiere/feature-requests/488/ * @version $Id: DistributionRun.java,v 1.4 2006/07/30 00:51:02 jjanke Exp $ */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.base.process/src/org/compiere/process/ImportBPartner.java b/org.adempiere.base.process/src/org/compiere/process/ImportBPartner.java index 819ca4f174..8e68b2a520 100644 --- a/org.adempiere.base.process/src/org/compiere/process/ImportBPartner.java +++ b/org.adempiere.base.process/src/org/compiere/process/ImportBPartner.java @@ -44,9 +44,9 @@ import org.compiere.util.DB; * * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2788074 ] ImportBPartner: add IsValidateOnly option - * https://sourceforge.net/tracker/?func=detail&aid=2788074&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/710/ *
  • FR [ 2788278 ] Data Import Validator - migrate core processes - * https://sourceforge.net/tracker/?func=detail&aid=2788278&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/713/ */ @org.adempiere.base.annotation.Process public class ImportBPartner extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/ImportOrder.java b/org.adempiere.base.process/src/org/compiere/process/ImportOrder.java index 85054aa3ea..d441ff34a0 100644 --- a/org.adempiere.base.process/src/org/compiere/process/ImportOrder.java +++ b/org.adempiere.base.process/src/org/compiere/process/ImportOrder.java @@ -37,7 +37,7 @@ import org.compiere.util.Env; * Import Order from I_Order * @author Oscar Gomez *
  • BF [ 2936629 ] Error when creating bpartner in the importation order - *
  • https://sourceforge.net/tracker/?func=detail&aid=2936629&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2295/ * @author Jorg Janke * @version $Id: ImportOrder.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $ */ diff --git a/org.adempiere.base.process/src/org/compiere/process/ImportProduct.java b/org.adempiere.base.process/src/org/compiere/process/ImportProduct.java index 43bfd97f48..18d8a3ab15 100644 --- a/org.adempiere.base.process/src/org/compiere/process/ImportProduct.java +++ b/org.adempiere.base.process/src/org/compiere/process/ImportProduct.java @@ -39,7 +39,7 @@ import org.compiere.util.DB; * * @author Carlos Ruiz, globalqss *
  • FR [ 2788278 ] Data Import Validator - migrate core processes - * https://sourceforge.net/tracker/?func=detail&aid=2788278&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/713/ */ @org.adempiere.base.annotation.Process public class ImportProduct extends SvrProcess implements ImportProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/IndentedBOM.java b/org.adempiere.base.process/src/org/compiere/process/IndentedBOM.java index c897ae8cef..89f00dcb30 100644 --- a/org.adempiere.base.process/src/org/compiere/process/IndentedBOM.java +++ b/org.adempiere.base.process/src/org/compiere/process/IndentedBOM.java @@ -28,7 +28,7 @@ import org.compiere.util.Env; import org.eevolution.model.MPPProductBOMLine; /** - * Cost Multi-Level BOM & Formula Review + * Cost Multi-Level BOM and Formula Review * * @author victor.perez@e-evolution.com * @author Teo Sarca, www.arhipac.ro diff --git a/org.adempiere.base.process/src/org/compiere/process/InvoiceNGL.java b/org.adempiere.base.process/src/org/compiere/process/InvoiceNGL.java index ad9b78c1cd..0f75c11a13 100644 --- a/org.adempiere.base.process/src/org/compiere/process/InvoiceNGL.java +++ b/org.adempiere.base.process/src/org/compiere/process/InvoiceNGL.java @@ -38,7 +38,7 @@ import org.compiere.util.Env; import org.compiere.util.Msg; /** - * Invoice Not realized Gain & Loss. + * Invoice Not realized Gain and Loss. * The actual data shown is T_InvoiceGL_v * @author Jorg Janke * @version $Id: InvoiceNGL.java,v 1.3 2006/08/04 03:53:59 jjanke Exp $ diff --git a/org.adempiere.base.process/src/org/compiere/process/RequestEMailProcessor.java b/org.adempiere.base.process/src/org/compiere/process/RequestEMailProcessor.java index 7544b9db92..08be56c114 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RequestEMailProcessor.java +++ b/org.adempiere.base.process/src/org/compiere/process/RequestEMailProcessor.java @@ -271,10 +271,9 @@ public class RequestEMailProcessor extends SvrProcess implements ProcessEmailHan /** * Create request - * @param msg message - * @return - * @return Type of Message - * @throws Exception + * @param emailContent + * @param trxName + * @throws Exception */ protected void createRequest(EmailContent emailContent, String trxName) throws Exception { // Assign from variable diff --git a/org.adempiere.base.process/src/org/compiere/process/RequisitionPOCreate.java b/org.adempiere.base.process/src/org/compiere/process/RequisitionPOCreate.java index de2308d223..9a4af76b1c 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RequisitionPOCreate.java +++ b/org.adempiere.base.process/src/org/compiere/process/RequisitionPOCreate.java @@ -49,10 +49,10 @@ import org.compiere.util.Msg; * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2609760 ] RequisitionPOCreate not using DateRequired *
  • BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed - *
  • BF [ 2811718 ] Create PO from Requsition without any parameter teminate in NPE - * http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2811718&group_id=176962 + *
  • BF [ 2811718 ] Create PO from Requisition without any parameter terminate in NPE + * https://sourceforge.net/p/adempiere/bugs/1954/ *
  • FR [ 2844074 ] Requisition PO Create - more selection fields - * https://sourceforge.net/tracker/?func=detail&aid=2844074&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/796/ */ @org.adempiere.base.annotation.Process public class RequisitionPOCreate extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/RfQClose.java b/org.adempiere.base.process/src/org/compiere/process/RfQClose.java index 0084a65d0d..735ad16b38 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RfQClose.java +++ b/org.adempiere.base.process/src/org/compiere/process/RfQClose.java @@ -30,7 +30,7 @@ import org.compiere.model.MRfQResponse; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2892585 ] When closing an RfQ we need to mark the responses as process - * https://sourceforge.net/tracker/?func=detail&aid=2892585&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2202/ */ @org.adempiere.base.annotation.Process public class RfQClose extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/RfQCreatePO.java b/org.adempiere.base.process/src/org/compiere/process/RfQCreatePO.java index fbb5d6670a..3cd3ff720d 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RfQCreatePO.java +++ b/org.adempiere.base.process/src/org/compiere/process/RfQCreatePO.java @@ -37,7 +37,7 @@ import org.compiere.model.MRfQResponseLineQty; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2892588 ] Create PO from RfQ is not setting correct the price fields - * https://sourceforge.net/tracker/?func=detail&aid=2892588&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2203/ */ @org.adempiere.base.annotation.Process public class RfQCreatePO extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/RfQResponseRank.java b/org.adempiere.base.process/src/org/compiere/process/RfQResponseRank.java index 5db50a466b..4b469907bf 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RfQResponseRank.java +++ b/org.adempiere.base.process/src/org/compiere/process/RfQResponseRank.java @@ -36,7 +36,7 @@ import org.compiere.util.Env; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2892595 ] RfQResponseRank - ranking is not good - * https://sourceforge.net/tracker/?func=detail&aid=2892595&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2205/ */ @org.adempiere.base.annotation.Process public class RfQResponseRank extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/RoleAccessUpdate.java b/org.adempiere.base.process/src/org/compiere/process/RoleAccessUpdate.java index 71ac035bd0..6d81e0e2c4 100644 --- a/org.adempiere.base.process/src/org/compiere/process/RoleAccessUpdate.java +++ b/org.adempiere.base.process/src/org/compiere/process/RoleAccessUpdate.java @@ -35,7 +35,7 @@ import org.compiere.util.Env; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 3018005 ] Role Access Update: updates all roles if I log in as System - * https://sourceforge.net/tracker/?func=detail&aid=3018005&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2437/ */ @org.adempiere.base.annotation.Process public class RoleAccessUpdate extends SvrProcess diff --git a/org.adempiere.base.process/src/org/compiere/process/TabCreateFields.java b/org.adempiere.base.process/src/org/compiere/process/TabCreateFields.java index f780260895..251ec73610 100644 --- a/org.adempiere.base.process/src/org/compiere/process/TabCreateFields.java +++ b/org.adempiere.base.process/src/org/compiere/process/TabCreateFields.java @@ -41,11 +41,11 @@ import org.compiere.util.Util; * * @author Teo Sarca *
  • BF [ 2827782 ] TabCreateFields process not setting entity type well - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2827782&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/1994/ * * @author Silvano Trinchero *
  • BF [ 2891218] Wrong behavior in entity type settings for customization entity types - * https://sourceforge.net/tracker/?func=detail&aid=2891218&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2197/ */ @org.adempiere.base.annotation.Process public class TabCreateFields extends SvrProcess diff --git a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressInterface.java b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressInterface.java index c15ea38dac..ac9cbd4305 100644 --- a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressInterface.java +++ b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressInterface.java @@ -28,7 +28,7 @@ package com.akunagroup.uk.postcode; /** * Interface for Address Lookup Web Service. - * http://sourceforge.net/tracker/index.php?func=detail&aid=1741222&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/137/ * The Address Structure */ public interface AddressInterface diff --git a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookup.java b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookup.java index 71b9101327..7e1fd351fd 100644 --- a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookup.java +++ b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookup.java @@ -408,8 +408,7 @@ public class AddressLookup implements AddressLookupInterface { /** - * @param accessCode - * the accessCode to set + * @param password the password to set */ public void setPassword(String password) { this.accessCode = password.trim(); diff --git a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookupInterface.java b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookupInterface.java index e915dbbb92..d366a53004 100644 --- a/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookupInterface.java +++ b/org.adempiere.base/src/com/akunagroup/uk/postcode/AddressLookupInterface.java @@ -30,7 +30,7 @@ import java.util.HashMap; /** * Interface for Address Lookup Web Service. - * http://sourceforge.net/tracker/index.php?func=detail&aid=1741222&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/137/ * The Address lookup class interface */ public interface AddressLookupInterface { diff --git a/org.adempiere.base/src/org/adempiere/apps/graph/ChartBuilder.java b/org.adempiere.base/src/org/adempiere/apps/graph/ChartBuilder.java index cee9d1840c..03899472d0 100644 --- a/org.adempiere.base/src/org/adempiere/apps/graph/ChartBuilder.java +++ b/org.adempiere.base/src/org/adempiere/apps/graph/ChartBuilder.java @@ -75,8 +75,6 @@ public class ChartBuilder { } /** - * - * @param type * @return JFreeChart */ public JFreeChart createChart() { diff --git a/org.adempiere.base/src/org/adempiere/base/Core.java b/org.adempiere.base/src/org/adempiere/base/Core.java index 6c85e9ef6c..8f7233ce0f 100644 --- a/org.adempiere.base/src/org/adempiere/base/Core.java +++ b/org.adempiere.base/src/org/adempiere/base/Core.java @@ -154,7 +154,7 @@ public class Core { /** * * @param className - * @param method + * @param methodName * @return callout for className */ public static Callout getCallout(String className, String methodName) { @@ -1018,7 +1018,7 @@ public class Core { /** * Get print header/footer instance - * @param print header/footer + * @param printHeaderFooter print header/footer * @return print header/footer instance or null if not found */ public static IPrintHeaderFooter getPrintHeaderFooter(I_AD_PrintHeaderFooter printHeaderFooter) { diff --git a/org.adempiere.base/src/org/adempiere/base/event/EventManager.java b/org.adempiere.base/src/org/adempiere/base/event/EventManager.java index 25d6e98c29..f08dc407e1 100644 --- a/org.adempiere.base/src/org/adempiere/base/event/EventManager.java +++ b/org.adempiere.base/src/org/adempiere/base/event/EventManager.java @@ -175,7 +175,8 @@ public class EventManager implements IEventManager { /** * @param topic - * @param parameter + * @param data + * @return */ @SuppressWarnings("unchecked") public static Event newEvent(String topic, Object data) { diff --git a/org.adempiere.base/src/org/adempiere/base/upload/IUploadHandler.java b/org.adempiere.base/src/org/adempiere/base/upload/IUploadHandler.java index c8a94fe062..0079b9f3b8 100644 --- a/org.adempiere.base/src/org/adempiere/base/upload/IUploadHandler.java +++ b/org.adempiere.base/src/org/adempiere/base/upload/IUploadHandler.java @@ -43,7 +43,7 @@ public interface IUploadHandler { /** * * @param media - * @param userExternalAccount + * @param account userExternalAccount * @return {@link UploadResponse} */ public UploadResponse uploadMedia(UploadMedia media, MAuthorizationAccount account); diff --git a/org.adempiere.base/src/org/adempiere/exceptions/BPartnerNoAddressException.java b/org.adempiere.base/src/org/adempiere/exceptions/BPartnerNoAddressException.java index 79f6ab089c..183f6ff443 100644 --- a/org.adempiere.base/src/org/adempiere/exceptions/BPartnerNoAddressException.java +++ b/org.adempiere.base/src/org/adempiere/exceptions/BPartnerNoAddressException.java @@ -28,7 +28,6 @@ public class BPartnerNoAddressException extends BPartnerException public static final String AD_Message = "BPartnerNoAddress"; /** - * @param message * @param bp */ public BPartnerNoAddressException(I_C_BPartner bp) diff --git a/org.adempiere.base/src/org/adempiere/exceptions/DBException.java b/org.adempiere.base/src/org/adempiere/exceptions/DBException.java index 14702b7f40..7660243644 100644 --- a/org.adempiere.base/src/org/adempiere/exceptions/DBException.java +++ b/org.adempiere.base/src/org/adempiere/exceptions/DBException.java @@ -32,7 +32,7 @@ import org.compiere.util.DB; * @author Teo Sarca, SC ARHIPAC SERVICE SRL * @author Armen Rizal, GOODWILL CONSULTING * FR [2789943] Better DBException handling for PostgreSQL - * https://sourceforge.net/tracker/?func=detail&aid=2789943&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/719/ */ public class DBException extends AdempiereException { diff --git a/org.adempiere.base/src/org/adempiere/exceptions/PeriodClosedException.java b/org.adempiere.base/src/org/adempiere/exceptions/PeriodClosedException.java index ba0bbc980a..2fb0a2b24e 100644 --- a/org.adempiere.base/src/org/adempiere/exceptions/PeriodClosedException.java +++ b/org.adempiere.base/src/org/adempiere/exceptions/PeriodClosedException.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; * @author Teo Sarca, SC ARHIPAC SERVICE SRL * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * */ public class PeriodClosedException extends AdempiereException diff --git a/org.adempiere.base/src/org/adempiere/exceptions/ProductNotOnPriceListException.java b/org.adempiere.base/src/org/adempiere/exceptions/ProductNotOnPriceListException.java index 33fca3567b..3a522696ce 100644 --- a/org.adempiere.base/src/org/adempiere/exceptions/ProductNotOnPriceListException.java +++ b/org.adempiere.base/src/org/adempiere/exceptions/ProductNotOnPriceListException.java @@ -25,7 +25,7 @@ import org.compiere.util.Env; * Throw when product price is not found in price list * @author teo.sarca@gmail.com *
  • FR [ 2872255 ] Introduce ProductNotOnPriceListException - * https://sourceforge.net/tracker/?func=detail&aid=2872255&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/841/ */ public class ProductNotOnPriceListException extends AdempiereException { diff --git a/org.adempiere.base/src/org/adempiere/exceptions/WarehouseInvalidForOrgException.java b/org.adempiere.base/src/org/adempiere/exceptions/WarehouseInvalidForOrgException.java index 806b052383..c1a44a1e68 100644 --- a/org.adempiere.base/src/org/adempiere/exceptions/WarehouseInvalidForOrgException.java +++ b/org.adempiere.base/src/org/adempiere/exceptions/WarehouseInvalidForOrgException.java @@ -20,7 +20,7 @@ package org.adempiere.exceptions; * Throw when there is no Warehouse for Organization. * @author victor.perez@e-evolution.com, www.e-evolution.com *
  • FR [ 2457781 ] Introduce WarehouseInvalidForOrgException - *
  • https://sourceforge.net/tracker/index.php?func=detail&aid=2877521&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/856/ */ public class WarehouseInvalidForOrgException extends AdempiereException { @@ -31,7 +31,8 @@ public class WarehouseInvalidForOrgException extends AdempiereException private static final long serialVersionUID = -8637554073291880392L; /** - * @param productName M_Product Name + * @param wname + * @param oname */ public WarehouseInvalidForOrgException(String wname ,String oname) { diff --git a/org.adempiere.base/src/org/adempiere/model/GenericPO.java b/org.adempiere.base/src/org/adempiere/model/GenericPO.java index 47da9b2566..8eb75d19db 100644 --- a/org.adempiere.base/src/org/adempiere/model/GenericPO.java +++ b/org.adempiere.base/src/org/adempiere/model/GenericPO.java @@ -33,7 +33,7 @@ import org.compiere.process.DocAction; /** * Generic PO implementation, this can be use together with ModelValidator as alternative to the classic - * generated model class and extend ( X_ & M_ ) approach. + * generated model class and extend ( X_ and M_ ) approach. * * Originally for used to insert/update data from adempieredata.xml file in 2pack. * @author Marco LOMBARDO diff --git a/org.adempiere.base/src/org/adempiere/model/GenericZoomProvider.java b/org.adempiere.base/src/org/adempiere/model/GenericZoomProvider.java index 769153485e..63eb1ebbe7 100644 --- a/org.adempiere.base/src/org/adempiere/model/GenericZoomProvider.java +++ b/org.adempiere.base/src/org/adempiere/model/GenericZoomProvider.java @@ -36,7 +36,7 @@ import org.compiere.util.Env; import org.compiere.util.Util; /** - * Generic provider of zoom targets. Contains pieces of {@link org.compiere.apps.AZoomAcross} + * Generic provider of zoom targets. Contains pieces of {@link org.adempiere.webui.WZoomAcross} * methods getZoomTargets and addTarget * * @author Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes diff --git a/org.adempiere.base/src/org/adempiere/model/ImportValidator.java b/org.adempiere.base/src/org/adempiere/model/ImportValidator.java index ca016ef155..f45be73e0b 100644 --- a/org.adempiere.base/src/org/adempiere/model/ImportValidator.java +++ b/org.adempiere.base/src/org/adempiere/model/ImportValidator.java @@ -9,7 +9,7 @@ import org.adempiere.process.ImportProcess; * Import Validator Interface * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2788276 ] Data Import Validator - * https://sourceforge.net/tracker/?func=detail&aid=2788276&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/712/ */ public interface ImportValidator { diff --git a/org.adempiere.base/src/org/adempiere/model/MInfoProcess.java b/org.adempiere.base/src/org/adempiere/model/MInfoProcess.java index 9b0be4c70c..dfa55ff94a 100644 --- a/org.adempiere.base/src/org/adempiere/model/MInfoProcess.java +++ b/org.adempiere.base/src/org/adempiere/model/MInfoProcess.java @@ -39,7 +39,6 @@ public class MInfoProcess extends X_AD_InfoProcess implements IInfoColumn, Immut private static final long serialVersionUID = 7833442401205258074L; /** - * {@inheritDoc} * @param ctx * @param AD_InfoProcess_ID * @param trxName @@ -50,7 +49,6 @@ public class MInfoProcess extends X_AD_InfoProcess implements IInfoColumn, Immut } /** - * {@inheritDoc} * @param ctx * @param rs * @param trxName diff --git a/org.adempiere.base/src/org/adempiere/model/MShipperFacade.java b/org.adempiere.base/src/org/adempiere/model/MShipperFacade.java index 680e329fe3..1f7dc694bd 100644 --- a/org.adempiere.base/src/org/adempiere/model/MShipperFacade.java +++ b/org.adempiere.base/src/org/adempiere/model/MShipperFacade.java @@ -138,7 +138,8 @@ public class MShipperFacade /** * get Meter Number associated with Account Number, use by the Fedex interface - * @param shipment + /** + * @param AD_Org_ID * @return Shipper Meter Number */ public String getShipperMeter(int AD_Org_ID) diff --git a/org.adempiere.base/src/org/adempiere/model/MWizardProcess.java b/org.adempiere.base/src/org/adempiere/model/MWizardProcess.java index 2280c749f6..614a1177ac 100644 --- a/org.adempiere.base/src/org/adempiere/model/MWizardProcess.java +++ b/org.adempiere.base/src/org/adempiere/model/MWizardProcess.java @@ -42,11 +42,10 @@ public class MWizardProcess extends X_AD_WizardProcess { /** * Get the wizard notes for a node in the context client - * * @param ctx * @param AD_WF_Node_ID * @param AD_Client_ID - * @param trxName + * @return */ public static MWizardProcess get(Properties ctx, int AD_WF_Node_ID, int AD_Client_ID) { Query query = new Query(ctx, Table_Name, "AD_WF_Node_ID=? AND AD_Client_ID=?", null); diff --git a/org.adempiere.base/src/org/adempiere/model/MWlistboxCustomization.java b/org.adempiere.base/src/org/adempiere/model/MWlistboxCustomization.java index a3b842fa86..0d88ec5c8f 100644 --- a/org.adempiere.base/src/org/adempiere/model/MWlistboxCustomization.java +++ b/org.adempiere.base/src/org/adempiere/model/MWlistboxCustomization.java @@ -34,10 +34,8 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization { /** * @param ctx - * @param AD_WListboxName * @param AD_Wlistbox_Customization_ID * @param trxName - * @return */ public MWlistboxCustomization(Properties ctx, int AD_Wlistbox_Customization_ID, String trxName) { super(ctx, AD_Wlistbox_Customization_ID, trxName); @@ -47,7 +45,6 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization { * @param ctx * @param rs * @param trxName - * @return */ public MWlistboxCustomization(Properties ctx, ResultSet rs, String trxName) { super(ctx, rs, trxName); @@ -99,9 +96,7 @@ public class MWlistboxCustomization extends X_AD_Wlistbox_Customization { * @param AD_User_ID * @param Custom * @param trxName - * @return */ - public static void saveData(Properties ctx, String AD_WListboxName, int AD_User_ID, diff --git a/org.adempiere.base/src/org/adempiere/model/ZoomInfoFactory.java b/org.adempiere.base/src/org/adempiere/model/ZoomInfoFactory.java index 6ebe25ebe4..4db7c847e8 100644 --- a/org.adempiere.base/src/org/adempiere/model/ZoomInfoFactory.java +++ b/org.adempiere.base/src/org/adempiere/model/ZoomInfoFactory.java @@ -32,7 +32,7 @@ public class ZoomInfoFactory { /** * Simple class that contains zoom information. Currently used by - * {@link org.compiere.apps.AZoomAcross}. + * {@link org.adempiere.webui.WZoomAcross}. * * @author ts * diff --git a/org.adempiere.base/src/org/adempiere/process/ImportProcess.java b/org.adempiere.base/src/org/adempiere/process/ImportProcess.java index 3b958b7005..e3ab2dc841 100644 --- a/org.adempiere.base/src/org/adempiere/process/ImportProcess.java +++ b/org.adempiere.base/src/org/adempiere/process/ImportProcess.java @@ -11,7 +11,7 @@ import org.compiere.process.ProcessInfo; * All processes that are importing data should implement this interface. * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2788276 ] Data Import Validator - * https://sourceforge.net/tracker/?func=detail&aid=2788276&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/712/ */ public interface ImportProcess { diff --git a/org.adempiere.base/src/org/adempiere/util/GenerateModel.java b/org.adempiere.base/src/org/adempiere/util/GenerateModel.java index caf5191bb7..e12cd82f6d 100644 --- a/org.adempiere.base/src/org/adempiere/util/GenerateModel.java +++ b/org.adempiere.base/src/org/adempiere/util/GenerateModel.java @@ -37,7 +37,7 @@ import org.compiere.util.DB; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 3020640 ] GenerateModel is failing when we provide a list of tables - * https://sourceforge.net/tracker/?func=detail&aid=3020640&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2447/ */ public class GenerateModel { diff --git a/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java b/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java index 899b6b16cc..0a5a656e05 100644 --- a/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java +++ b/org.adempiere.base/src/org/adempiere/util/ModelClassGenerator.java @@ -62,7 +62,7 @@ import org.compiere.util.Util; *
  • BF [ 2780468 ] ModelClassGenerator: not generating methods for Created* *
  • -- *
  • FR [ 2848449 ] ModelClassGenerator: Implement model getters - * https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2848449&group_id=176962 + * https://sourceforge.net/p/adempiere/feature-requests/812/ * @author Victor Perez, e-Evolution *
  • FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class */ @@ -819,7 +819,7 @@ public class ModelClassGenerator * @param sourceFolder * @param packageName * @param entityType - * @param tableLike + * @param tableName table Like * @param columnEntityType */ public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType) diff --git a/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java b/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java index 0b31794490..4cc0bef518 100644 --- a/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java +++ b/org.adempiere.base/src/org/adempiere/util/ModelInterfaceGenerator.java @@ -66,15 +66,15 @@ import org.compiere.util.Util; *
  • BF [ 1787833 ] ModelInterfaceGenerator: don't write timestamp *
  • FR [ 1803309 ] Model generator: generate get method for Search cols *
  • BF [ 1817768 ] Isolate hardcoded table direct columns - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1817768&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/827/ *
  • FR [ 2343096 ] Model Generator: Improve Reference Class Detection *
  • BF [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields *
  • -- *
  • FR [ 2848449 ] ModelClassGenerator: Implement model getters - * https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2848449&group_id=176962 + * https://sourceforge.net/p/adempiere/feature-requests/812/ * @author Teo Sarca, teo.sarca@gmail.com *
  • FR [ 3020635 ] Model Generator should use FQ class names - * https://sourceforge.net/tracker/?func=detail&aid=3020635&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/987/ * @author Victor Perez, e-Evolution *
  • FR [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class */ @@ -609,7 +609,7 @@ public class ModelInterfaceGenerator /** * Get EntityType Model Package. - * @author Victor Perez - [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class + * author Victor Perez - [ 1785001 ] Using ModelPackage of EntityType to Generate Model Class * @param entityType * @return */ @@ -755,7 +755,7 @@ public class ModelInterfaceGenerator * @param sourceFolder * @param packageName * @param entityType - * @param tableLike + * @param tableName table Like * @param columnEntityType */ public static void generateSource(String sourceFolder, String packageName, String entityType, String tableName, String columnEntityType) diff --git a/org.adempiere.base/src/org/compiere/acct/Doc.java b/org.adempiere.base/src/org/compiere/acct/Doc.java index 0e46105b0c..8f8a1f0ed9 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc.java @@ -65,7 +65,7 @@ import org.compiere.util.Util; * Posting Document Root. * *
    - *  Table               Base Document Types (C_DocType.DocBaseType & AD_Reference_ID=183)
    + *  Table               Base Document Types (C_DocType.DocBaseType and AD_Reference_ID=183)
      *      Class           AD_Table_ID
      *  ------------------  ------------------------------
      *  C_Invoice:          ARI, ARC, ARF, API, APC
    @@ -117,7 +117,7 @@ import org.compiere.util.Util;
      *  @author Jorg Janke
      *  @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
      * 				
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: Doc.java,v 1.6 2006/07/30 00:53:33 jjanke Exp $ */ public abstract class Doc @@ -125,7 +125,7 @@ public abstract class Doc /************************************************************************** * Document Types * -------------- - * C_DocType.DocBaseType & AD_Reference_ID=183 + * C_DocType.DocBaseType and AD_Reference_ID=183 * C_Invoice: ARI, ARC, ARF, API, APC * C_Payment: ARP, APP * C_Order: SOO, POO @@ -505,7 +505,7 @@ public abstract class Doc * - postlogic (for all Accounting Schema) * - create Fact lines * - postCommit - * - commits Fact lines and Document & sets Processing = 'N' + * - commits Fact lines and Document and sets Processing = 'N' * - if error - create Note *
  • * @param force if true ignore that locked diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_AllocationHdr.java b/org.adempiere.base/src/org/compiere/acct/Doc_AllocationHdr.java index e99731c2a8..0b48798de9 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_AllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_AllocationHdr.java @@ -168,14 +168,14 @@ public class Doc_AllocationHdr extends Doc * CashBankTransfer * - * ============================== - * Realized Gain & Loss + * Realized Gain and Loss * AR/AP DR CR * Realized G/L DR CR * * * - * Tax needs to be corrected for discount & write-off; - * Currency gain & loss is realized here. + * Tax needs to be corrected for discount and write-off; + * Currency gain and loss is realized here. * @param as accounting schema * @return Fact */ diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_AssetDisposed.java b/org.adempiere.base/src/org/compiere/acct/Doc_AssetDisposed.java index 0d3b88a3fe..c71b5b37ed 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_AssetDisposed.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_AssetDisposed.java @@ -19,10 +19,8 @@ import org.compiere.util.Env; public class Doc_AssetDisposed extends Doc { /** - * @param ass - * @param clazz + * @param as * @param rs - * @param defaultDocumentType * @param trxName */ public Doc_AssetDisposed (MAcctSchema as, ResultSet rs, String trxName) diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_BankStatement.java b/org.adempiere.base/src/org/compiere/acct/Doc_BankStatement.java index d37868b3b2..7f329abaaf 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_BankStatement.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_BankStatement.java @@ -41,7 +41,7 @@ import org.compiere.util.Env; * Avoid posting if both accounts BankAsset and BankInTransit are equal * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * */ public class Doc_BankStatement extends Doc diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_DepreciationEntry.java b/org.adempiere.base/src/org/compiere/acct/Doc_DepreciationEntry.java index 708d18634e..0df6fe473c 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_DepreciationEntry.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_DepreciationEntry.java @@ -21,7 +21,7 @@ public class Doc_DepreciationEntry extends Doc { /** * Constructor - * @param ass accounting schemata + * @param as accounting schemata * @param rs record * @parem trxName trx */ diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_Invoice.java b/org.adempiere.base/src/org/compiere/acct/Doc_Invoice.java index 0d878381a9..6b8b373316 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_Invoice.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_Invoice.java @@ -861,7 +861,7 @@ public class Doc_Invoice extends Doc /** - * Create Landed Cost accounting & Cost lines + * Create Landed Cost accounting and Cost lines * @param as accounting schema * @param fact fact * @param line document line diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_MatchInv.java b/org.adempiere.base/src/org/compiere/acct/Doc_MatchInv.java index 019406e28c..2bc041ea3f 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_MatchInv.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_MatchInv.java @@ -69,7 +69,7 @@ public class Doc_MatchInv extends Doc { /** * Constructor - * @param ass accounting schema + * @param as accounting schema * @param rs record * @param trxName trx */ diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_Order.java b/org.adempiere.base/src/org/compiere/acct/Doc_Order.java index 579b8138c8..68116cf8f8 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_Order.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_Order.java @@ -638,7 +638,7 @@ public class Doc_Order extends Doc * Get Commitments Sales * @param doc document * @param maxQty Qty invoiced/matched - * @param C_OrderLine_ID invoice line + * @param M_InOutLine_ID invoice line * @return commitments (order lines) */ protected static DocLine[] getCommitmentsSales(Doc doc, BigDecimal maxQty, int M_InOutLine_ID) @@ -728,7 +728,7 @@ public class Doc_Order extends Doc * @param as accounting schema * @param doc doc * @param Qty qty invoiced/matched - * @param C_OrderLine_ID line + * @param M_InOutLine_ID line * @param multiplier 1 for accrual * @return Fact */ diff --git a/org.adempiere.base/src/org/compiere/acct/Doc_Payment.java b/org.adempiere.base/src/org/compiere/acct/Doc_Payment.java index 387ac4bf18..032ab9bc80 100644 --- a/org.adempiere.base/src/org/compiere/acct/Doc_Payment.java +++ b/org.adempiere.base/src/org/compiere/acct/Doc_Payment.java @@ -43,7 +43,7 @@ public class Doc_Payment extends Doc { /** * Constructor - * @param ass accounting schema + * @param as accounting schema * @param rs record * @param trxName trx */ diff --git a/org.adempiere.base/src/org/compiere/acct/Fact.java b/org.adempiere.base/src/org/compiere/acct/Fact.java index 5401923347..86851a3d10 100644 --- a/org.adempiere.base/src/org/compiere/acct/Fact.java +++ b/org.adempiere.base/src/org/compiere/acct/Fact.java @@ -403,7 +403,7 @@ public final class Fact * Balance all segments. * - For all balancing segments * - For all segment values - * - If balance <> 0 create dueTo/dueFrom line + * - If balance <> 0 create dueTo/dueFrom line * overwriting the segment value */ public void balanceSegments() diff --git a/org.adempiere.base/src/org/compiere/acct/FactLine.java b/org.adempiere.base/src/org/compiere/acct/FactLine.java index 7e5aa27e20..1ac2127310 100644 --- a/org.adempiere.base/src/org/compiere/acct/FactLine.java +++ b/org.adempiere.base/src/org/compiere/acct/FactLine.java @@ -54,7 +54,7 @@ import org.compiere.util.Env; *
  • BF [ 2213252 ] Matching Inv-Receipt generated unproperly value for src amt * Teo Sarca *
  • FR [ 2819081 ] FactLine.getDocLine should be public - * https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962 + * https://sourceforge.net/p/adempiere/feature-requests/764/ * */ public final class FactLine extends X_Fact_Acct diff --git a/org.adempiere.base/src/org/compiere/acct/FactUtil.java b/org.adempiere.base/src/org/compiere/acct/FactUtil.java index 29cbb8179f..e16b960715 100644 --- a/org.adempiere.base/src/org/compiere/acct/FactUtil.java +++ b/org.adempiere.base/src/org/compiere/acct/FactUtil.java @@ -16,7 +16,7 @@ public final class FactUtil /** * Create a simple acct transaction, as fellows: - *
    +	 * 
    {@code
     	 * if signSensitive == true then
     	 * 	if amt >= 0
     	 * 		account_DR	DR			 amt
    @@ -28,16 +28,17 @@ public final class FactUtil
     	 *		account_DR	DR			 amt
     	 *		account_CR		CR		-amt
     	 *		(same as when signSensitive==true and amt>=0)
    -	 * 
    + * }
    * Note: * + * @param fact * @param docLine Document line or null * @param account_DR DR account * @param account_CR CR account * @param C_Currency_ID Currency - * @param Amt amount + * @param amt amount * @param signSensitive if true, the DR and CR account will switch when amount is negative * @return resulting two fact lines * @category arhipac diff --git a/org.adempiere.base/src/org/compiere/db/AdempiereDatabase.java b/org.adempiere.base/src/org/compiere/db/AdempiereDatabase.java index 5eeafbc29d..ce577c47d2 100644 --- a/org.adempiere.base/src/org/compiere/db/AdempiereDatabase.java +++ b/org.adempiere.base/src/org/compiere/db/AdempiereDatabase.java @@ -211,14 +211,14 @@ public interface AdempiereDatabase /** * Return next sequence this Sequence - * @param Sequence Name - * @param Transaction + * @param Name Sequence + * @param trxName Transaction */ public int getNextID(String Name, String trxName); /** * Return next sequence this Sequence - * @param Sequence Name + * @param Name Sequence */ public int getNextID(String Name); diff --git a/org.adempiere.base/src/org/compiere/db/CConnection.java b/org.adempiere.base/src/org/compiere/db/CConnection.java index 3a29a01065..f094fae817 100644 --- a/org.adempiere.base/src/org/compiere/db/CConnection.java +++ b/org.adempiere.base/src/org/compiere/db/CConnection.java @@ -34,7 +34,7 @@ import org.compiere.util.Ini; * Adempiere Connection Descriptor * * @author Jorg Janke - * @author Marek Mosiewicz - support for RMI over HTTP + * @author Marek Mosiewicz<marek.mosiewicz@jotel.com.pl> - support for RMI over HTTP * @version $Id: CConnection.java,v 1.5 2006/07/30 00:55:13 jjanke Exp $ */ public class CConnection implements Serializable, Cloneable diff --git a/org.adempiere.base/src/org/compiere/db/Database.java b/org.adempiere.base/src/org/compiere/db/Database.java index 7195612445..51834057a1 100644 --- a/org.adempiere.base/src/org/compiere/db/Database.java +++ b/org.adempiere.base/src/org/compiere/db/Database.java @@ -92,8 +92,8 @@ public class Database /** * Get Database Driver by url string. * Access to database specific functionality. - * @param URL JDBC connection url - * @return Adempiere Database Driver + * @param url JDBC connection url + * @return iDempiere Database Driver */ public static AdempiereDatabase getDatabaseFromURL(String url) { @@ -113,7 +113,7 @@ public class Database /** * Apply common validations for database object names - * @param String identifier + * @param identifier String * @return String error-code - null if not error */ public static String isValidIdentifier(String identifier) diff --git a/org.adempiere.base/src/org/compiere/dbPort/Convert.java b/org.adempiere.base/src/org/compiere/dbPort/Convert.java index 48703de766..3aa5bf8b02 100644 --- a/org.adempiere.base/src/org/compiere/dbPort/Convert.java +++ b/org.adempiere.base/src/org/compiere/dbPort/Convert.java @@ -50,12 +50,12 @@ import org.compiere.util.Ini; * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2782095 ] Do not log *Access records - * https://sourceforge.net/tracker/?func=detail&aid=2782095&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1867/ *
  • TODO: BF [ 2782611 ] Migration scripts are not UTF8 - * https://sourceforge.net/tracker/?func=detail&aid=2782611&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1869/ * @author Teo Sarca *
  • BF [ 3137355 ] PG query not valid when contains quotes and backslashes - * https://sourceforge.net/tracker/?func=detail&aid=3137355&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2560/ */ public abstract class Convert { @@ -289,8 +289,10 @@ public abstract class Convert /** * Utility method to replace quoted string with a predefined marker - * @param retValue + + * @param inputValue * @param retVars + * @param nonce * @return string */ protected String replaceQuotedStrings(String inputValue, VectorretVars, String nonce) { diff --git a/org.adempiere.base/src/org/compiere/dbPort/Convert_SQL92.java b/org.adempiere.base/src/org/compiere/dbPort/Convert_SQL92.java index f2dc107182..0531480529 100644 --- a/org.adempiere.base/src/org/compiere/dbPort/Convert_SQL92.java +++ b/org.adempiere.base/src/org/compiere/dbPort/Convert_SQL92.java @@ -36,7 +36,7 @@ public abstract class Convert_SQL92 extends Convert { * Converting joins can ve very complex when multiple tables/keys are involved. * The main scenarios supported are two tables with multiple key columns * and multiple tables with single key columns. - *
    +	 *  
    {@code
     	 *      SELECT a.Col1, b.Col2 FROM tableA a, tableB b WHERE a.ID=b.ID(+)
     	 *      => SELECT a.Col1, b.Col2 FROM tableA a LEFT OUTER JOIN tableB b ON (a.ID=b.ID)
     	 *
    @@ -47,7 +47,7 @@ public abstract class Convert_SQL92 extends Convert {
     	 *  - OR condition ignored (not sure what to do, should not happen)
     	 *  Limitations:
     	 *  - Parameters for outer joins must be first - as sequence of parameters changes
    -	 *  
    + * }
    * @param sqlStatement * @return converted statement */ @@ -323,10 +323,10 @@ public abstract class Convert_SQL92 extends Convert { /************************************************************************** * Converts Decode. - *
    +	 *  
    {@code
     	 *      DECODE (a, 1, 'one', 2, 'two', 'none')
     	 *       => CASE WHEN a = 1 THEN 'one' WHEN a = 2 THEN 'two' ELSE 'none' END
    -	 *  
    + * }
    * @param sqlStatement * @return converted statement */ diff --git a/org.adempiere.base/src/org/compiere/impexp/ImpFormat.java b/org.adempiere.base/src/org/compiere/impexp/ImpFormat.java index 8031f72386..aeaa2a1552 100644 --- a/org.adempiere.base/src/org/compiere/impexp/ImpFormat.java +++ b/org.adempiere.base/src/org/compiere/impexp/ImpFormat.java @@ -36,9 +36,9 @@ import org.compiere.util.Env; * * @author Jorg Janke * @author Trifon Trifonov, Catura AG (www.catura.de) - *
  • FR [ 3010957 ] Custom Separator Character, http://sourceforge.net/tracker/?func=detail&aid=3010957&group_id=176962&atid=879335
  • + *
  • FR [ 3010957 ] Custom Separator Character, https://sourceforge.net/p/adempiere/feature-requests/975/
  • * @author eugen.hanussek@klst.com - *
  • BF [ 3564464 ] Import File Loader discards input records , https://sourceforge.net/tracker/?func=detail&aid=3564464&group_id=176962&atid=879332
  • + *
  • BF [ 3564464 ] Import File Loader discards input records , https://sourceforge.net/p/adempiere/bugs/2727/
  • * * @version $Id$ */ diff --git a/org.adempiere.base/src/org/compiere/impexp/ImpFormatRow.java b/org.adempiere.base/src/org/compiere/impexp/ImpFormatRow.java index cde7b23dd8..397996e365 100644 --- a/org.adempiere.base/src/org/compiere/impexp/ImpFormatRow.java +++ b/org.adempiere.base/src/org/compiere/impexp/ImpFormatRow.java @@ -37,7 +37,7 @@ import org.compiere.util.Util; * * @author Jorg Janke * @author Trifon Trifonov, Catura AG (www.catura.de) - *
  • FR [ 3010957 ] Custom Separator Character, http://sourceforge.net/tracker/?func=detail&aid=3010957&group_id=176962&atid=879335
  • + *
  • FR [ 3010957 ] Custom Separator Character, https://sourceforge.net/p/adempiere/feature-requests/975/
  • * @version $Id: ImpFormatRow.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $ * * globalqss: integrate Teo Sarca bug fix [ 1623817 ] Minor bug on importing calendar date @@ -180,7 +180,7 @@ public final class ImpFormatRow /** * Name - * @param Name name + * @param name name */ public void setName (String name) { diff --git a/org.adempiere.base/src/org/compiere/install/Translation.java b/org.adempiere.base/src/org/compiere/install/Translation.java index f29aae14fc..21bc01c533 100644 --- a/org.adempiere.base/src/org/compiere/install/Translation.java +++ b/org.adempiere.base/src/org/compiere/install/Translation.java @@ -82,7 +82,7 @@ public class Translation implements IApplication * Do not use this Constructor in normal calls. It is used e.g. by the * headless call for an only-translation batch script call. * - * @author tbayen - IDEMPIERE-1554 + * author tbayen - IDEMPIERE-1554 */ public Translation(){ m_ctx=Env.getCtx(); @@ -127,7 +127,7 @@ public class Translation implements IApplication * Import Translation. * Uses TranslationHandler to update translation * @param directory file directory - * @param AD_Client_ID only certain client if id >= 0 + * @param AD_Client_ID only certain client if id >= 0 * @param AD_Language language * @param Trl_Table table * @return status message @@ -170,7 +170,7 @@ public class Translation implements IApplication /************************************************************************** * Import Translation * @param directory file directory - * @param AD_Client_ID only certain client if id >= 0 + * @param AD_Client_ID only certain client if id >= 0 * @param AD_Language language * @param Trl_Table translation table _Trl * @return status message @@ -402,7 +402,7 @@ public class Translation implements IApplication * Validate Language. * - Check if AD_Language record exists * - Check Trl table records - * @param AD_Language language + * @param p_AD_Language language * @return "" if validated - or error message */ public String validateLanguage(String p_AD_Language) { @@ -414,7 +414,7 @@ public class Translation implements IApplication * - Check if AD_Language record exists * - Check Trl table records * @param AD_Language language - * @param get_TrxName transaction + * @param trxName transaction * @return "" if validated - or error message */ public String validateLanguage (String AD_Language, String trxName) diff --git a/org.adempiere.base/src/org/compiere/install/TranslationHandler.java b/org.adempiere.base/src/org/compiere/install/TranslationHandler.java index 6f56f36d20..be8be41474 100644 --- a/org.adempiere.base/src/org/compiere/install/TranslationHandler.java +++ b/org.adempiere.base/src/org/compiere/install/TranslationHandler.java @@ -36,7 +36,7 @@ public class TranslationHandler extends DefaultHandler { /** * Translation Handler - * @param AD_Client_ID only certain client if id >= 0 + * @param AD_Client_ID only certain client if id >= 0 */ public TranslationHandler (int AD_Client_ID) { diff --git a/org.adempiere.base/src/org/compiere/model/AccessSqlParser.java b/org.adempiere.base/src/org/compiere/model/AccessSqlParser.java index 833adfd36f..ad080c1985 100644 --- a/org.adempiere.base/src/org/compiere/model/AccessSqlParser.java +++ b/org.adempiere.base/src/org/compiere/model/AccessSqlParser.java @@ -32,7 +32,7 @@ import org.compiere.util.CLogger; *
  • BF [ 1652623 ] AccessSqlParser.getTableInfo(String) - tablename parsing bug *
  • BF [ 1964496 ] AccessSqlParser is not parsing well JOIN CLAUSE *
  • BF [ 2840157 ] AccessSqlParser is not parsing well ON keyword - * https://sourceforge.net/tracker/?func=detail&aid=2840157&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2042/ */ public class AccessSqlParser { diff --git a/org.adempiere.base/src/org/compiere/model/CalloutEngine.java b/org.adempiere.base/src/org/compiere/model/CalloutEngine.java index 67ed57890f..89e1291dfa 100644 --- a/org.adempiere.base/src/org/compiere/model/CalloutEngine.java +++ b/org.adempiere.base/src/org/compiere/model/CalloutEngine.java @@ -134,7 +134,7 @@ public class CalloutEngine implements Callout * Conversion Rules. * Convert a String * - * @param methodName method name and additional arguments (in brackets, separated by commas) + * @param methodAndArgs method name and additional arguments (in brackets, separated by commas) * @param value the value * @return converted String or Null if no method found */ diff --git a/org.adempiere.base/src/org/compiere/model/DataStatusEvent.java b/org.adempiere.base/src/org/compiere/model/DataStatusEvent.java index e0a164aa76..a39d7cbdce 100644 --- a/org.adempiere.base/src/org/compiere/model/DataStatusEvent.java +++ b/org.adempiere.base/src/org/compiere/model/DataStatusEvent.java @@ -220,7 +220,7 @@ public final class DataStatusEvent extends EventObject implements Serializable /** * String representation of Status. * @return Examples: +*1?/20 - * 1/256->2000 + * 1/256->2000 */ public String toString() { @@ -235,14 +235,14 @@ public final class DataStatusEvent extends EventObject implements Serializable /** * String representation of Status. - *
    +	 *  
    {@code
     	 *		*1/20 		Change - automatic commit
     	 *		?1/20		Change - manual confirm
     	 *		 1/56->200	Loading
     	 *		 1/20		Normal
     	 *     +*1/20       Inserting, changed - automatic commit
     	 *  The row number is converted from zero based representation
    -	 *  
    + * }
    * @return Status info */ public String getMessage() @@ -366,7 +366,7 @@ public final class DataStatusEvent extends EventObject implements Serializable } /** - * @param indicate this event is by user start edit this field but not yet complete edit + * @param isInitEdit indicate this event is by user start edit this field but not yet complete edit */ public void setIsInitEdit(boolean isInitEdit) { this.isInitEdit = isInitEdit; diff --git a/org.adempiere.base/src/org/compiere/model/GridField.java b/org.adempiere.base/src/org/compiere/model/GridField.java index 7e3f73a23b..42d8b3cd82 100644 --- a/org.adempiere.base/src/org/compiere/model/GridField.java +++ b/org.adempiere.base/src/org/compiere/model/GridField.java @@ -62,19 +62,19 @@ import org.idempiere.util.ParseSeq; * * @author Jorg Janke * @author Victor Perez , e-Evolution.SC FR [ 1757088 ], [1877902] Implement JSR 223 Scripting APIs to Callout - * http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] + * https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902] * @author Carlos Ruiz, qss FR [1877902] * @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2874646 ] GridField issue when a lookup is key - * https://sourceforge.net/tracker/?func=detail&aid=2874646&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2164/ * @author victor.perez@e-evolution.com,www.e-evolution.com *
  • BF [ 2910358 ] Error in context when a field is found in different tabs. - * https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2255/ *
  • BF [ 2910368 ] Error in context when IsActive field is found in different - * https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2256/ *
  • BF [ 3007342 ] Included tab context conflict issue - * https://sourceforge.net/tracker/?func=detail&aid=3007342&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2409/ * @version $Id: GridField.java,v 1.5 2006/07/30 00:51:02 jjanke Exp $ */ public class GridField @@ -557,7 +557,7 @@ public class GridField /************************************************************************** * Create default value. - *
    +	 *  
    {@code
     	 *		(a) Key/Parent/IsActive/SystemAccess
     	 *      (b) SQL Default
     	 *		(c) Column Default		//	system integrity
    @@ -567,7 +567,7 @@ public class GridField
     	 *
     	 *  Don't default from Context => use explicit defaultValue
     	 *  (would otherwise copy previous record)
    -	 *  
    + * }
    * this method code in mind GirdField lie at standard window, and default is receive when new record. * maybe it will don't suitable for use at other place as info panel parameter,... * @return default value or null @@ -647,7 +647,7 @@ public class GridField * "5" mean from system preference * "6" mean preference for field lie down at panel as process parameter, info parameter,... * "7" mean data-type default - * @param initValueType + * @param defaultValueType * @return */ protected Object getDefaultValueByType (Character defaultValueType){ @@ -2299,7 +2299,7 @@ public class GridField /** * Restore the backup value if any - * @author teo_sarca [ 1699826 ] + * author teo_sarca [ 1699826 ] */ public void restoreValue() { if (m_isBackupValue) { @@ -2320,7 +2320,7 @@ public class GridField * Feature Request [1707462] * Enable user to change VFormat on runtime * @param strNewFormat VFormat mask - * @author fer_luck + * author fer_luck */ public void setVFormat(String strNewFormat){ m_vo.VFormat = strNewFormat; @@ -2347,7 +2347,6 @@ public class GridField /** * Get the default state of collapse field group type - * @param collapseDefaultState */ public boolean getIsCollapsedByDefault() { return m_vo.IsCollapsedByDefault; diff --git a/org.adempiere.base/src/org/compiere/model/GridFieldVO.java b/org.adempiere.base/src/org/compiere/model/GridFieldVO.java index 616bfe1571..7637c6e6a0 100644 --- a/org.adempiere.base/src/org/compiere/model/GridFieldVO.java +++ b/org.adempiere.base/src/org/compiere/model/GridFieldVO.java @@ -39,7 +39,7 @@ import org.compiere.util.Env; * @author Victor Perez , e-Evolution.SC FR [ 1757088 ] , [1877902] Implement JSR 223 Scripting APIs to Callout * @author Carlos Ruiz, qss FR [1877902] * @author Juan David Arboleda (arboleda), GlobalQSS, [ 1795398 ] Process Parameter: add display and readonly logic - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] + * @see https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902] * @version $Id: GridFieldVO.java,v 1.3 2006/07/30 00:58:04 jjanke Exp $ */ public class GridFieldVO implements Serializable, Cloneable diff --git a/org.adempiere.base/src/org/compiere/model/GridTab.java b/org.adempiere.base/src/org/compiere/model/GridTab.java index a61d960445..1c95799f6b 100644 --- a/org.adempiere.base/src/org/compiere/model/GridTab.java +++ b/org.adempiere.base/src/org/compiere/model/GridTab.java @@ -85,28 +85,28 @@ import org.compiere.util.ValueNamePair; *
  • BF [ 1968598 ] Callout is not called if tab is processed *
  • BF [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null *
  • FR [ 2846871 ] Add method org.compiere.model.GridTab.getIncludedTabs - * https://sourceforge.net/tracker/?func=detail&aid=2846871&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/805/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2873323 ] ABP: Do not concatenate strings in SQL queries - * https://sourceforge.net/tracker/?func=detail&aid=2873323&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/feature-requests/845/ *
  • BF [ 2874109 ] Tab ORDER BY clause is not supporting context variables - * https://sourceforge.net/tracker/?func=detail&aid=2874109&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2162/ *
  • BF [ 2905287 ] GridTab query is not build correctly - * https://sourceforge.net/tracker/?func=detail&aid=2905287&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2242/ *
  • BF [ 3007342 ] Included tab context conflict issue - * https://sourceforge.net/tracker/?func=detail&aid=3007342&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2409/ * @author Victor Perez , e-Evolution.SC *
  • FR [1877902] Implement JSR 223 Scripting APIs to Callout *
  • BF [ 2910358 ] Error in context when a field is found in different tabs. - * https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2255/ *
  • BF [ 2910368 ] Error in context when IsActive field is found in different - * https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2256/ * @author Carlos Ruiz, qss FR [1877902] - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962 to FR [1877902] + * @see https://sourceforge.net/p/adempiere/feature-requests/318/ to FR [1877902] * @author Cristina Ghita, www.arhipac.ro FR [2870645] Set null value for an ID - * @see https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870645&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/835/ * @author Paul Bowden, phib BF 2900767 Zoom to child tab - inefficient queries - * @see https://sourceforge.net/tracker/?func=detail&aid=2900767&group_id=176962&atid=879332 + * @see https://sourceforge.net/p/adempiere/bugs/2222/ */ public class GridTab implements DataStatusListener, Evaluatee, Serializable { @@ -2685,7 +2685,6 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable /** * Set current row - used for deleteSelection - * @return current row */ public void setCurrentRow(int row){ setCurrentRow(row, false); @@ -2751,7 +2750,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable } // getField /** - * Set New Value & call Callout + * Set New Value and call Callout * @param columnName database column name * @param value value * @return error message or "" @@ -2764,7 +2763,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable } // setValue /** - * Set New Value & call Callout + * Set New Value and call Callout * @param field field * @param value value * @return error message or "" @@ -2797,7 +2796,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable /** * Is the current record active * @return true if current record is active - * @author Teo Sarca - BF [ 1742159 ] + * author Teo Sarca - BF [ 1742159 ] */ public boolean isActive() { @@ -3097,7 +3096,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable * If there is no column with the given name, the context for current window will be checked. * @param columnName column name * @return boolean value or false if the field was not found - * @author Teo Sarca + * author Teo Sarca */ public boolean getValueAsBoolean(String columnName) { @@ -3203,9 +3202,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable /** * Feature Request [1707462] * Enable runtime change of VFormat - * @param Identifier field indent + * @param identifier field indent * @param strNewFormat new mask - * @author fer_luck + * author fer_luck */ public void setFieldVFormat (String identifier, String strNewFormat) { diff --git a/org.adempiere.base/src/org/compiere/model/GridTable.java b/org.adempiere.base/src/org/compiere/model/GridTable.java index 58bea5fd62..1fbe6f89e2 100644 --- a/org.adempiere.base/src/org/compiere/model/GridTable.java +++ b/org.adempiere.base/src/org/compiere/model/GridTable.java @@ -93,9 +93,9 @@ import org.compiere.util.ValueNamePair; *
  • BF [ 1984310 ] GridTable.getClientOrg() doesn't work for AD_Client/AD_Org * @author victor.perez@e-evolution.com,www.e-evolution.com *
  • BF [ 2910358 ] Error in context when a field is found in different tabs. - * https://sourceforge.net/tracker/?func=detail&aid=2910358&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2255/ *
  • BF [ 2910368 ] Error in context when IsActive field is found in different - * https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2256/ */ public class GridTable extends AbstractTableModel implements Serializable @@ -3775,9 +3775,9 @@ public class GridTable extends AbstractTableModel /** * Feature Request [1707462] * Enable runtime change of VFormat - * @param Identifier field ident + * @param identifier field ident * @param strNewFormat new mask - * @author fer_luck + * author fer_luck */ protected void setFieldVFormat (String identifier, String strNewFormat) { diff --git a/org.adempiere.base/src/org/compiere/model/InfoRelatedVO.java b/org.adempiere.base/src/org/compiere/model/InfoRelatedVO.java index 3a228cb071..80a02dcc68 100644 --- a/org.adempiere.base/src/org/compiere/model/InfoRelatedVO.java +++ b/org.adempiere.base/src/org/compiere/model/InfoRelatedVO.java @@ -49,7 +49,8 @@ public class InfoRelatedVO implements Serializable, Cloneable, IInfoColumn { /** * Default Constructor * @param ctx - * @param infoColumn + * @param infoRelated + * @param windowNo */ public InfoRelatedVO(Properties ctx, MInfoRelated infoRelated, int windowNo) { @@ -98,7 +99,9 @@ public class InfoRelatedVO implements Serializable, Cloneable, IInfoColumn { /** * Default Constructor * @param ctx - * @param infoColumn + * @param infoRelatedList + * @param windowNo + * @return */ public static InfoRelatedVO[] getInfoRelatedVOList(Properties ctx, MInfoRelated[] infoRelatedList, int windowNo) { ArrayList infoRelatedVOList = new ArrayList(); diff --git a/org.adempiere.base/src/org/compiere/model/LookupDisplayColumn.java b/org.adempiere.base/src/org/compiere/model/LookupDisplayColumn.java index b328a1eab8..9036bc546f 100644 --- a/org.adempiere.base/src/org/compiere/model/LookupDisplayColumn.java +++ b/org.adempiere.base/src/org/compiere/model/LookupDisplayColumn.java @@ -29,7 +29,7 @@ import org.compiere.util.Util; * * @author Teo Sarca *
  • BF [ 2933367 ] Virtual Column Identifiers are not working - * https://sourceforge.net/tracker/?func=detail&aid=2933367&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2291/ */ public class LookupDisplayColumn implements Serializable { diff --git a/org.adempiere.base/src/org/compiere/model/MAccount.java b/org.adempiere.base/src/org/compiere/model/MAccount.java index 5172b1a7e7..94a52e0f60 100644 --- a/org.adempiere.base/src/org/compiere/model/MAccount.java +++ b/org.adempiere.base/src/org/compiere/model/MAccount.java @@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ * @version $Id: MAccount.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $ */ public class MAccount extends X_C_ValidCombination implements ImmutablePOSupport diff --git a/org.adempiere.base/src/org/compiere/model/MAccountLookup.java b/org.adempiere.base/src/org/compiere/model/MAccountLookup.java index b125577ccd..328a82864f 100644 --- a/org.adempiere.base/src/org/compiere/model/MAccountLookup.java +++ b/org.adempiere.base/src/org/compiere/model/MAccountLookup.java @@ -27,11 +27,11 @@ import org.compiere.util.KeyNamePair; import org.compiere.util.NamePair; /** - * Account Model Lookup - Maintains ValidCombination Info for Display & Edit - not cached + * Account Model Lookup - Maintains ValidCombination Info for Display and Edit - not cached * * @author Jorg Janke * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ * @version $Id: MAccountLookup.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $ */ public final class MAccountLookup extends Lookup implements Serializable diff --git a/org.adempiere.base/src/org/compiere/model/MAcctProcessor.java b/org.adempiere.base/src/org/compiere/model/MAcctProcessor.java index 02049d3dc2..0563022e83 100644 --- a/org.adempiere.base/src/org/compiere/model/MAcctProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/MAcctProcessor.java @@ -31,7 +31,7 @@ import org.compiere.util.Msg; * * @author Jorg Janke * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ * @version $Id: MAcctProcessor.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ */ public class MAcctProcessor extends X_C_AcctProcessor diff --git a/org.adempiere.base/src/org/compiere/model/MAcctSchema.java b/org.adempiere.base/src/org/compiere/model/MAcctSchema.java index 3c2e0c103b..f98cfd4e1e 100644 --- a/org.adempiere.base/src/org/compiere/model/MAcctSchema.java +++ b/org.adempiere.base/src/org/compiere/model/MAcctSchema.java @@ -35,7 +35,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ * @version $Id: MAcctSchema.java,v 1.4 2006/07/30 00:58:04 jjanke Exp $ */ public class MAcctSchema extends X_C_AcctSchema implements ImmutablePOSupport diff --git a/org.adempiere.base/src/org/compiere/model/MAcctSchemaDefault.java b/org.adempiere.base/src/org/compiere/model/MAcctSchemaDefault.java index 2da96faa78..bfa07a89f5 100644 --- a/org.adempiere.base/src/org/compiere/model/MAcctSchemaDefault.java +++ b/org.adempiere.base/src/org/compiere/model/MAcctSchemaDefault.java @@ -30,7 +30,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ * @version $Id: MAcctSchemaDefault.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $ */ public class MAcctSchemaDefault extends X_C_AcctSchema_Default implements ImmutablePOSupport diff --git a/org.adempiere.base/src/org/compiere/model/MAcctSchemaElement.java b/org.adempiere.base/src/org/compiere/model/MAcctSchemaElement.java index 955c9c9a81..77571feff1 100644 --- a/org.adempiere.base/src/org/compiere/model/MAcctSchemaElement.java +++ b/org.adempiere.base/src/org/compiere/model/MAcctSchemaElement.java @@ -37,7 +37,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @version $Id: MAcctSchemaElement.java,v 1.4 2006/08/10 01:00:44 jjanke Exp $ * * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ */ public class MAcctSchemaElement extends X_C_AcctSchema_Element implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MAcctSchemaGL.java b/org.adempiere.base/src/org/compiere/model/MAcctSchemaGL.java index ff1c0a0af4..196967e165 100644 --- a/org.adempiere.base/src/org/compiere/model/MAcctSchemaGL.java +++ b/org.adempiere.base/src/org/compiere/model/MAcctSchemaGL.java @@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @author Jorg Janke * @version $Id: MAcctSchemaGL.java,v 1.3 2006/07/30 00:58:18 jjanke Exp $ * @author victor.perez@e-evolution.com, www.e-evolution.com - *
  • RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 + *
  • RF [ 2214883 ] Remove SQL code and Replace for Query https://sourceforge.net/p/adempiere/feature-requests/557/ */ public class MAcctSchemaGL extends X_C_AcctSchema_GL implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MAllocationHdr.java b/org.adempiere.base/src/org/compiere/model/MAllocationHdr.java index 98d0fca44c..bd87bcd7ef 100644 --- a/org.adempiere.base/src/org/compiere/model/MAllocationHdr.java +++ b/org.adempiere.base/src/org/compiere/model/MAllocationHdr.java @@ -43,11 +43,11 @@ import org.compiere.util.Msg; * @version $Id: MAllocationHdr.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1866214 ] - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=1866214&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/298/ *
  • FR [ 2520591 ] Support multiples calendar for Org - *
  • http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/feature-requests/631/ *
  • BF [ 2880182 ] Error you can allocate a payment to invoice that was paid - *
  • https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2181/ */ public class MAllocationHdr extends X_C_AllocationHdr implements DocAction { diff --git a/org.adempiere.base/src/org/compiere/model/MArchive.java b/org.adempiere.base/src/org/compiere/model/MArchive.java index fd47178fc1..9ea339ec5a 100644 --- a/org.adempiere.base/src/org/compiere/model/MArchive.java +++ b/org.adempiere.base/src/org/compiere/model/MArchive.java @@ -302,7 +302,7 @@ public class MArchive extends X_AD_Archive { /** * Set Storage Provider * Used temporarily for the process to migrate storage provider - * @param Storage provider + * @param p Storage provider */ public void setStorageProvider(MStorageProvider p) { provider = p; diff --git a/org.adempiere.base/src/org/compiere/model/MAsset.java b/org.adempiere.base/src/org/compiere/model/MAsset.java index 74b6659e1b..6f61e0d053 100644 --- a/org.adempiere.base/src/org/compiere/model/MAsset.java +++ b/org.adempiere.base/src/org/compiere/model/MAsset.java @@ -121,7 +121,7 @@ public class MAsset extends X_A_Asset { /** * Construct from MIFixedAsset (import) - * @param match match invoice + * @param ifa */ protected MAsset (MIFixedAsset ifa) { @@ -154,7 +154,7 @@ public class MAsset extends X_A_Asset { } /** - * @author Edwin Ang + * author Edwin Ang * @param project */ protected MAsset (MProject project) @@ -183,10 +183,9 @@ public class MAsset extends X_A_Asset { * Create Asset from Inventory * @param inventory inventory * @param invLine inventory line - * @param deliveryCount 0 or number of delivery - * @return A_Asset_ID + * @param qty + * @param costs */ - public MAsset (MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs) { super(invLine.getCtx(), 0, invLine.get_TrxName()); diff --git a/org.adempiere.base/src/org/compiere/model/MAssetAddition.java b/org.adempiere.base/src/org/compiere/model/MAssetAddition.java index 5c026c1938..fc0d5c3a22 100644 --- a/org.adempiere.base/src/org/compiere/model/MAssetAddition.java +++ b/org.adempiere.base/src/org/compiere/model/MAssetAddition.java @@ -116,7 +116,7 @@ public class MAssetAddition extends X_A_Asset_Addition /** * Create Asset and asset Addition from MIFixedAsset. MAssetAddition is saved. * (@win note, not referenced from anywhere. incomplete feature) - * @param match match invoice + * @param ifa * @return asset addition */ public static MAssetAddition createAsset(MIFixedAsset ifa) @@ -351,7 +351,6 @@ public class MAssetAddition extends X_A_Asset_Addition * Copy fields from MatchInv+InvoiceLine+InOutLine * @param model - to copy from * @param M_MatchInv_ID - matching invoice id - * @param newRecord new object model is created */ public static boolean setM_MatchInv(SetGetModel model, int M_MatchInv_ID) { diff --git a/org.adempiere.base/src/org/compiere/model/MAssetChange.java b/org.adempiere.base/src/org/compiere/model/MAssetChange.java index e36681f71d..27a6c46d68 100644 --- a/org.adempiere.base/src/org/compiere/model/MAssetChange.java +++ b/org.adempiere.base/src/org/compiere/model/MAssetChange.java @@ -37,7 +37,8 @@ public class MAssetChange extends X_A_Asset_Change /** * Default Constructor * @param ctx context - * @param M_InventoryLine_ID line + * @param A_Asset_Change_ID + * @param trxName */ public MAssetChange (Properties ctx, int A_Asset_Change_ID, String trxName) { @@ -129,14 +130,12 @@ public class MAssetChange extends X_A_Asset_Change /** ARHIPAC: TEO: END ------------------------------------------------------------------ */ /** - * * @param ctx * @param A_Asset_ID - * @param postingType + * @param changeType * @param trxName - * @param Account Schema - * @return assetChange - * @see #get(Properties, int, String, String) + * @param C_AcctSchema_ID + * @return */ public static MAssetChange get (Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID) { diff --git a/org.adempiere.base/src/org/compiere/model/MAssetDisposed.java b/org.adempiere.base/src/org/compiere/model/MAssetDisposed.java index abf6bc9db3..ce21397453 100644 --- a/org.adempiere.base/src/org/compiere/model/MAssetDisposed.java +++ b/org.adempiere.base/src/org/compiere/model/MAssetDisposed.java @@ -343,8 +343,7 @@ implements DocAction /** * Copy fields from A_Asset - * @param model - * @param A_Asset_ID + * @param bean */ public static void updateFromAsset(I_A_Asset_Disposed bean) { diff --git a/org.adempiere.base/src/org/compiere/model/MAssignmentSlot.java b/org.adempiere.base/src/org/compiere/model/MAssignmentSlot.java index efcd2e41cb..495506b4e4 100644 --- a/org.adempiere.base/src/org/compiere/model/MAssignmentSlot.java +++ b/org.adempiere.base/src/org/compiere/model/MAssignmentSlot.java @@ -465,7 +465,7 @@ public class MAssignmentSlot implements Comparator } // getInfoTimeFromTo /** - * Get Info with Date & Time From-To + * Get Info with Date and Time From-To * @return info 12/12/01 00:00 - 01:00 or 12/12/01 00:00 - 12/13/01 01:00 */ public String getInfoDateTimeFromTo() @@ -510,12 +510,12 @@ public class MAssignmentSlot implements Comparator /** * Returns true if time is between start and end Time. * Date part is ignored. - *
    +	 *  
    {@code
     	 *  Example:
     	 *  - Slots: 0:00-9:00 - 9:00-10:00 - 10:00-11:00 - ...
     	 *  - inSlot (9:00, false) -> 1		//	start time
     	 *  - inSlot (10:00, true) -> 1		//	end time
    -	 *  
    + * }
    * @param time time of the day * @param endTime if true, the end time is included * @return true if within slot diff --git a/org.adempiere.base/src/org/compiere/model/MAttachment.java b/org.adempiere.base/src/org/compiere/model/MAttachment.java index d74ab07837..8aa91d2124 100644 --- a/org.adempiere.base/src/org/compiere/model/MAttachment.java +++ b/org.adempiere.base/src/org/compiere/model/MAttachment.java @@ -49,7 +49,7 @@ import org.compiere.util.Util; * * @author Silvano Trinchero *
  • BF [ 2992291] MAttachment.addEntry not closing streams if an exception occur - * http://sourceforge.net/tracker/?func=detail&aid=2992291&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2392/ * * @version $Id: MAttachment.java,v 1.4 2006/07/30 00:58:37 jjanke Exp $ */ @@ -644,7 +644,7 @@ public class MAttachment extends X_AD_Attachment /** * IDEMPIERE-530 * Get the attachment ID based on table_id and record_id - * @param AD_Table_ID + * @param Table_ID * @param Record_ID * @return AD_Attachment_ID */ @@ -711,7 +711,7 @@ public class MAttachment extends X_AD_Attachment /** * Set Storage Provider * Used temporarily for the process to migrate storage provider - * @param Storage provider + * @param p Storage provider */ public void setStorageProvider(MStorageProvider p) { provider = p; diff --git a/org.adempiere.base/src/org/compiere/model/MAttachmentEntry.java b/org.adempiere.base/src/org/compiere/model/MAttachmentEntry.java index 9f3550436d..9683d053aa 100644 --- a/org.adempiere.base/src/org/compiere/model/MAttachmentEntry.java +++ b/org.adempiere.base/src/org/compiere/model/MAttachmentEntry.java @@ -63,10 +63,9 @@ public class MAttachmentEntry /** * Constructor for delayed load - * @param parent * @param name * @param index - * @param lazy data source + * @param ds lazy data source */ public MAttachmentEntry (String name, int index, IAttachmentLazyDataSource ds) { super (); @@ -339,7 +338,7 @@ public class MAttachmentEntry /** * Set the lazy data source - * @param obj + * @param ds */ public void setLazyDataSource(IAttachmentLazyDataSource ds) { m_ds = ds; diff --git a/org.adempiere.base/src/org/compiere/model/MAttributeInstance.java b/org.adempiere.base/src/org/compiere/model/MAttributeInstance.java index c5c718c906..2dfec28e2d 100644 --- a/org.adempiere.base/src/org/compiere/model/MAttributeInstance.java +++ b/org.adempiere.base/src/org/compiere/model/MAttributeInstance.java @@ -247,7 +247,6 @@ public class MAttributeInstance extends X_M_AttributeInstance * Set ValueInt * * @param valueInt - * @param value */ public void setValueInt(int valueInt) { diff --git a/org.adempiere.base/src/org/compiere/model/MAttributeSetInstance.java b/org.adempiere.base/src/org/compiere/model/MAttributeSetInstance.java index 2a7b482a3b..1d984a2df6 100644 --- a/org.adempiere.base/src/org/compiere/model/MAttributeSetInstance.java +++ b/org.adempiere.base/src/org/compiere/model/MAttributeSetInstance.java @@ -383,7 +383,7 @@ public class MAttributeSetInstance extends X_M_AttributeSetInstance } /** - * Create & save a new ASI for given product. + * Create and save a new ASI for given product. * Automatically creates Lot#, Serial# and Guarantee Date. * @param ctx * @param product @@ -408,7 +408,7 @@ public class MAttributeSetInstance extends X_M_AttributeSetInstance } /** - * AutoGerate & save a new ASI for given product. + * AutoGenerate and save a new ASI for given product. * Automatically creates Lot# * @param ctx * @param product diff --git a/org.adempiere.base/src/org/compiere/model/MBPartner.java b/org.adempiere.base/src/org/compiere/model/MBPartner.java index 95195eb317..2322d2a965 100644 --- a/org.adempiere.base/src/org/compiere/model/MBPartner.java +++ b/org.adempiere.base/src/org/compiere/model/MBPartner.java @@ -157,7 +157,7 @@ public class MBPartner extends X_C_BPartner implements ImmutablePOSupport /** * Get BPartner with Value * @param ctx context - * @param Value value + * @param C_BPartner_ID * @return BPartner or null */ public static MBPartner get (Properties ctx, int C_BPartner_ID) @@ -169,7 +169,7 @@ public class MBPartner extends X_C_BPartner implements ImmutablePOSupport /** * Get BPartner with Value in a transaction * @param ctx context - * @param Value value + * @param C_BPartner_ID * @param trxName transaction * @return BPartner or null */ diff --git a/org.adempiere.base/src/org/compiere/model/MBPartnerLocation.java b/org.adempiere.base/src/org/compiere/model/MBPartnerLocation.java index b354299dbe..2d4c008f6f 100644 --- a/org.adempiere.base/src/org/compiere/model/MBPartnerLocation.java +++ b/org.adempiere.base/src/org/compiere/model/MBPartnerLocation.java @@ -29,9 +29,7 @@ import org.compiere.util.Env; * @version $Id: MBPartnerLocation.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @author Teo Sarca, www.arhipac.ro
  • FR [ 2788465 ] * MBPartnerLocation.getForBPartner method add trxName - * https://sourceforge - * .net/tracker/index.php?func=detail&aid=2788465&group_id - * =176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/715/ */ public class MBPartnerLocation extends X_C_BPartner_Location { /** diff --git a/org.adempiere.base/src/org/compiere/model/MBankAccountProcessor.java b/org.adempiere.base/src/org/compiere/model/MBankAccountProcessor.java index eaf0396286..d4dc98f759 100644 --- a/org.adempiere.base/src/org/compiere/model/MBankAccountProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/MBankAccountProcessor.java @@ -58,7 +58,7 @@ public class MBankAccountProcessor extends X_C_BankAccount_Processor { * @param C_Currency_ID Currency (ignored) * @param Amt Amount (ignored) * @param trxName transaction - * @return Array of BankAccount[0] & PaymentProcessor[1] or null + * @return Array of BankAccount[0] and PaymentProcessor[1] or null */ public static MBankAccountProcessor[] find (Properties ctx, String tender, String CCType, diff --git a/org.adempiere.base/src/org/compiere/model/MBankStatement.java b/org.adempiere.base/src/org/compiere/model/MBankStatement.java index 1fbf41a14b..d835da478f 100644 --- a/org.adempiere.base/src/org/compiere/model/MBankStatement.java +++ b/org.adempiere.base/src/org/compiere/model/MBankStatement.java @@ -36,14 +36,14 @@ import org.compiere.util.Msg; * @author Eldir Tomassen/Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • BF [ 1933645 ] Wrong balance Bank Statement -* @see http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1933645&group_id=176962 +* @see https://sourceforge.net/p/adempiere/bugs/1145/ *
  • FR [ 2520591 ] Support multiples calendar for Org -* @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 +* @see https://sourceforge.net/p/adempiere/feature-requests/631/ *
  • BF [ 2824951 ] The payments is not release when Bank Statement is void -* @see http://sourceforge.net/tracker/?func=detail&aid=2824951&group_id=176962&atid=879332 +* @see https://sourceforge.net/p/adempiere/bugs/1990/ * @author Teo Sarca, http://www.arhipac.ro *
  • FR [ 2616330 ] Use MPeriod.testPeriodOpen instead of isOpen -* https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2616330&group_id=176962 +* https://sourceforge.net/p/adempiere/feature-requests/666/ * * @version $Id: MBankStatement.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ */ diff --git a/org.adempiere.base/src/org/compiere/model/MCash.java b/org.adempiere.base/src/org/compiere/model/MCash.java index e3c35be6a3..024869ba0d 100644 --- a/org.adempiere.base/src/org/compiere/model/MCash.java +++ b/org.adempiere.base/src/org/compiere/model/MCash.java @@ -40,9 +40,9 @@ import org.compiere.util.TimeUtil; * @version $Id: MCash.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1866214 ] - * @see http://sourceforge.net/tracker/index.php?func=detail&aid=1866214&group_id=176962&atid=879335 + * @see https://sourceforge.net/p/adempiere/feature-requests/298/ *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Teo Sarca, SC ARHIPAC SERVICE SRL *
  • BF [ 1831997 ] Cash journal allocation reversed *
  • BF [ 1894524 ] Pay an reversed invoice diff --git a/org.adempiere.base/src/org/compiere/model/MChat.java b/org.adempiere.base/src/org/compiere/model/MChat.java index 09c33299cc..b951e7c4d5 100644 --- a/org.adempiere.base/src/org/compiere/model/MChat.java +++ b/org.adempiere.base/src/org/compiere/model/MChat.java @@ -240,7 +240,7 @@ public class MChat extends X_CM_Chat /** * IDEMPIERE-530 * Get the chat ID based on table_id and record_id - * @param AD_Table_ID + * @param Table_ID * @param Record_ID * @return CM_Chat_ID */ diff --git a/org.adempiere.base/src/org/compiere/model/MChatEntry.java b/org.adempiere.base/src/org/compiere/model/MChatEntry.java index 9a08cecd8c..0fe0ce510e 100644 --- a/org.adempiere.base/src/org/compiere/model/MChatEntry.java +++ b/org.adempiere.base/src/org/compiere/model/MChatEntry.java @@ -64,7 +64,7 @@ public class MChatEntry extends X_CM_ChatEntry /** * Thread Constructor - * @param entry peer + * @param peer entry * @param data text */ public MChatEntry (MChatEntry peer, String data) diff --git a/org.adempiere.base/src/org/compiere/model/MCity.java b/org.adempiere.base/src/org/compiere/model/MCity.java index 572bb0bb6d..357dacd07a 100644 --- a/org.adempiere.base/src/org/compiere/model/MCity.java +++ b/org.adempiere.base/src/org/compiere/model/MCity.java @@ -107,8 +107,8 @@ public class MCity extends X_C_City /** * Parent Constructor - * @param Region Region - * @param CityName City Name + * @param region Region + * @param cityName City Name */ public MCity (MRegion region, String cityName) { diff --git a/org.adempiere.base/src/org/compiere/model/MClient.java b/org.adempiere.base/src/org/compiere/model/MClient.java index 2be3d2c440..70baee8b09 100644 --- a/org.adempiere.base/src/org/compiere/model/MClient.java +++ b/org.adempiere.base/src/org/compiere/model/MClient.java @@ -99,7 +99,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport /** * Get all clients * @param ctx context - * @param order by clause + * @param orderBy by clause * @return clients */ public static MClient[] getAll (Properties ctx, String orderBy) @@ -587,7 +587,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport * @param AD_User_ID recipient * @param subject subject * @param message message - * @param attachment optional collection of attachments + * @param attachments optional collection of attachments * @return true if sent */ public boolean sendEMailAttachments (int AD_User_ID, @@ -601,7 +601,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport * @param AD_User_ID recipient * @param subject subject * @param message message - * @param attachment optional collection of attachments + * @param attachments optional collection of attachments * @param html * @return true if sent */ @@ -636,7 +636,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport * @param to recipient * @param subject subject * @param message message - * @param attachment optional attachment + * @param attachments optional attachment * @return true if sent */ public boolean sendEMailAttachments (MUser from, MUser to, @@ -651,7 +651,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport * @param to recipient * @param subject subject * @param message message - * @param attachment optional attachment + * @param attachments optional attachment * @param isHtml * @return true if sent */ @@ -1047,7 +1047,7 @@ public class MClient extends X_AD_Client implements ImmutablePOSupport private ArrayList m_fieldAccess = null; /** * Define is a field is displayed based on ASP rules - * @param ad_field_id + * @param aDFieldID * @return boolean indicating if it's displayed or not */ public boolean isDisplayField(int aDFieldID) { diff --git a/org.adempiere.base/src/org/compiere/model/MColumn.java b/org.adempiere.base/src/org/compiere/model/MColumn.java index 70b3654a3d..c680e6cb4a 100644 --- a/org.adempiere.base/src/org/compiere/model/MColumn.java +++ b/org.adempiere.base/src/org/compiere/model/MColumn.java @@ -120,8 +120,8 @@ public class MColumn extends X_AD_Column implements ImmutablePOSupport /** * Get MColumn given TableName and ColumnName * @param ctx context - * @param TableName - * @param ColumnName + * @param tableName + * @param columnName * @return MColumn */ public static MColumn get (Properties ctx, String tableName, String columnName) @@ -133,9 +133,9 @@ public class MColumn extends X_AD_Column implements ImmutablePOSupport /** * Get MColumn given TableName and ColumnName * @param ctx context - * @param TableName - * @param ColumnName - * @param TrxName + * @param tableName + * @param columnName + * @param trxName * @return MColumn */ public static MColumn get (Properties ctx, String tableName, String columnName, String trxName) @@ -688,8 +688,8 @@ public class MColumn extends X_AD_Column implements ImmutablePOSupport //begin vpj-cd e-evolution /** * get Column ID - * @param String windowName - * @param String columnName + * @param TableName + * @param columnName * @return int retValue */ public static int getColumn_ID(String TableName,String columnName) { diff --git a/org.adempiere.base/src/org/compiere/model/MCommission.java b/org.adempiere.base/src/org/compiere/model/MCommission.java index d4e9718072..a86764b346 100644 --- a/org.adempiere.base/src/org/compiere/model/MCommission.java +++ b/org.adempiere.base/src/org/compiere/model/MCommission.java @@ -30,7 +30,7 @@ import org.compiere.util.Msg; * * @author Jorg Janke * @version $Id: MCommission.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ - * @author victor.perez@e-evolution.com www.e-evolution.com [ 1867477 ] http://sourceforge.net/tracker/index.php?func=detail&aid=1867477&group_id=176962&atid=879332 + * @author victor.perez@e-evolution.com www.e-evolution.com [ 1867477 ] https://sourceforge.net/p/adempiere/bugs/924/ * FR: [ 2214883 ] Remove SQL code and Replace for Query - red1 */ public class MCommission extends X_C_Commission diff --git a/org.adempiere.base/src/org/compiere/model/MContactInterest.java b/org.adempiere.base/src/org/compiere/model/MContactInterest.java index 7c7424c85f..dba338f73f 100644 --- a/org.adempiere.base/src/org/compiere/model/MContactInterest.java +++ b/org.adempiere.base/src/org/compiere/model/MContactInterest.java @@ -102,7 +102,7 @@ public class MContactInterest extends X_R_ContactInterest } // MContactInterest /** - * Create & Load existing Persistent Object. + * Create and Load existing Persistent Object. * @param ctx context * @param rs load from current result set position (no navigation, not closed) * @param trxName transaction diff --git a/org.adempiere.base/src/org/compiere/model/MConversionRate.java b/org.adempiere.base/src/org/compiere/model/MConversionRate.java index 129d130ad3..2dfc67592b 100644 --- a/org.adempiere.base/src/org/compiere/model/MConversionRate.java +++ b/org.adempiere.base/src/org/compiere/model/MConversionRate.java @@ -113,14 +113,14 @@ public class MConversionRate extends X_C_Conversion_Rate /** * Convert an amount * @param ctx context + * @param Amt amount to be converted * @param CurFrom_ID The C_Currency_ID FROM * @param CurTo_ID The C_Currency_ID TO * @param ConvDate conversion date - if null - use current date * @param C_ConversionType_ID conversion rate type - if 0 - use Default - * @param Amt amount to be converted * @param AD_Client_ID client * @param AD_Org_ID organization - * @param use for costing + * @param isCosting use for costing * @return converted amount or null if no rate */ public static BigDecimal convert (Properties ctx, @@ -158,7 +158,8 @@ public class MConversionRate extends X_C_Conversion_Rate * @param CurFrom_ISO Currency from ISO code * @param CurTo_ISO Currency to ISO code * @param spotDate If null, today's date is used. - * @param multiplyRate CurFrom_ISO * MultiplyRate = amount in CurTo_ISO + * @param MultiplyRate CurFrom_ISO * MultiplyRate = amount in CurTo_ISO + * @throws Exception */ public static void setRate(String CurFrom_ISO, String CurTo_ISO, java.util.Date spotDate, BigDecimal MultiplyRate) throws Exception { diff --git a/org.adempiere.base/src/org/compiere/model/MCost.java b/org.adempiere.base/src/org/compiere/model/MCost.java index 9556e8c2b4..4f7b553313 100644 --- a/org.adempiere.base/src/org/compiere/model/MCost.java +++ b/org.adempiere.base/src/org/compiere/model/MCost.java @@ -52,8 +52,8 @@ import org.compiere.util.Trx; *
  • FR: [ 2214883 ] Remove SQL code and Replace for Query - red1 (only non-join query) * * @author Teo Sarca - *
  • BF [ 2847648 ] Manufacture & shipment cost errors - * https://sourceforge.net/tracker/?func=detail&aid=2847648&group_id=176962&atid=934929 + *
  • BF [ 2847648 ] Manufacture and shipment cost errors + * https://sourceforge.net/p/adempiere/libero/237/ */ public class MCost extends X_M_Cost { @@ -1569,7 +1569,7 @@ public class MCost extends X_M_Cost } // setWeightedAverage /** - * @param amt unit amt + * @param amtUnit unit amt */ public void setWeightedAverageInitial (BigDecimal amtUnit) { @@ -1607,7 +1607,7 @@ public class MCost extends X_M_Cost /** * Get History Average (Amt/Qty) - * @return average if amt/aty <> 0 otherwise null + * @return average if amt/aty <> 0 otherwise null */ public BigDecimal getHistoryAverage() { diff --git a/org.adempiere.base/src/org/compiere/model/MCostDetail.java b/org.adempiere.base/src/org/compiere/model/MCostDetail.java index 3f8f604e07..064567dc3b 100644 --- a/org.adempiere.base/src/org/compiere/model/MCostDetail.java +++ b/org.adempiere.base/src/org/compiere/model/MCostDetail.java @@ -36,11 +36,11 @@ import org.compiere.util.Env; * @author Armen Rizal, Goodwill Consulting *
  • BF: 2431123 Return Trx changes weighted average cost *
  • BF: 1568752 Average invoice costing: landed costs incorrectly applied - * @author Armen Rizal & Bayu Cahya + * @author Armen Rizal and Bayu Cahya *
  • BF [ 2129781 ] Cost Detail not created properly for multi acc schema * @author Teo Sarca - *
  • BF [ 2847648 ] Manufacture & shipment cost errors - * https://sourceforge.net/tracker/?func=detail&aid=2847648&group_id=176962&atid=934929 + *
  • BF [ 2847648 ] Manufacture and shipment cost errors + * https://sourceforge.net/p/adempiere/libero/237/ * @author red1 FR: [ 2214883 ] Remove SQL code and Replace for Query * @version $Id: MCostDetail.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $ * diff --git a/org.adempiere.base/src/org/compiere/model/MCostElement.java b/org.adempiere.base/src/org/compiere/model/MCostElement.java index 1b95930a67..2d3acb4deb 100644 --- a/org.adempiere.base/src/org/compiere/model/MCostElement.java +++ b/org.adempiere.base/src/org/compiere/model/MCostElement.java @@ -245,9 +245,12 @@ public class MCostElement extends X_M_CostElement implements ImmutablePOSupport /** * Get All Cost Elements for current AD_Client_ID * @param ctx context - * @param trxName transaction + * @param CostingMethod * @return array cost elements **/ + /** + * @return + */ public static List getByCostingMethod (Properties ctx, String CostingMethod) { final String whereClause = "AD_Client_ID = ? AND CostingMethod=?"; diff --git a/org.adempiere.base/src/org/compiere/model/MCtxHelpMsg.java b/org.adempiere.base/src/org/compiere/model/MCtxHelpMsg.java index a62df1353d..e930ddaf52 100644 --- a/org.adempiere.base/src/org/compiere/model/MCtxHelpMsg.java +++ b/org.adempiere.base/src/org/compiere/model/MCtxHelpMsg.java @@ -100,7 +100,7 @@ public class MCtxHelpMsg extends X_AD_CtxHelpMsg implements ImmutablePOSupport { /** * Get the context help message defined for the type, recordid, client, org (immutable) - * @param ctxtype + * @param ctxType * @param recordId * @return the context message record */ @@ -110,7 +110,8 @@ public class MCtxHelpMsg extends X_AD_CtxHelpMsg implements ImmutablePOSupport { /** * Get the context help message defined for the type, recordid, client, org (immutable) - * @param ctxtype + * @param ctx + * @param ctxType * @param recordId * @return an immutable instance of context message record (if any) */ diff --git a/org.adempiere.base/src/org/compiere/model/MDepositBatch.java b/org.adempiere.base/src/org/compiere/model/MDepositBatch.java index b56fc0097f..af8f7ec055 100644 --- a/org.adempiere.base/src/org/compiere/model/MDepositBatch.java +++ b/org.adempiere.base/src/org/compiere/model/MDepositBatch.java @@ -57,7 +57,7 @@ public class MDepositBatch extends X_C_DepositBatch private static final long serialVersionUID = 7691820074981291939L; /** - * Create & Load existing Persistent Object + * Create and Load existing Persistent Object * @param ctx context * @param C_DepositBatch_ID The unique ID of the object * @param trxName transaction name diff --git a/org.adempiere.base/src/org/compiere/model/MDepositBatchLine.java b/org.adempiere.base/src/org/compiere/model/MDepositBatchLine.java index 5fc4b5be45..12513841a5 100644 --- a/org.adempiere.base/src/org/compiere/model/MDepositBatchLine.java +++ b/org.adempiere.base/src/org/compiere/model/MDepositBatchLine.java @@ -57,7 +57,7 @@ import org.compiere.util.Msg; /** * Standard Constructor * @param ctx context - * @param C_BankStatementLine_ID id + * @param C_DepositBatchLine_ID id * @param trxName transaction */ public MDepositBatchLine (Properties ctx, int C_DepositBatchLine_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/MDepreciationWorkfile.java b/org.adempiere.base/src/org/compiere/model/MDepreciationWorkfile.java index aaa3f21338..7339116da9 100644 --- a/org.adempiere.base/src/org/compiere/model/MDepreciationWorkfile.java +++ b/org.adempiere.base/src/org/compiere/model/MDepreciationWorkfile.java @@ -36,7 +36,8 @@ public class MDepreciationWorkfile extends X_A_Depreciation_Workfile /** * Default Constructor * @param ctx context - * @param M_InventoryLine_ID line + * @param A_Depreciation_Workfile_ID line + * @param trxName */ public MDepreciationWorkfile (Properties ctx, int A_Depreciation_Workfile_ID, String trxName) { @@ -320,7 +321,7 @@ public class MDepreciationWorkfile extends X_A_Depreciation_Workfile * @param A_Asset_ID * @param postingType * @param trxName - * @param Account Schema + * @param C_AcctSchema_ID Account Schema * @return workfile * @see #get(Properties, int, String, String) */ diff --git a/org.adempiere.base/src/org/compiere/model/MDiscountSchemaBreak.java b/org.adempiere.base/src/org/compiere/model/MDiscountSchemaBreak.java index fb97f224dc..9da6854846 100644 --- a/org.adempiere.base/src/org/compiere/model/MDiscountSchemaBreak.java +++ b/org.adempiere.base/src/org/compiere/model/MDiscountSchemaBreak.java @@ -31,7 +31,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @version $Id: MDiscountSchemaBreak.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $ * * @author Teo Sarca, SC ARHIPAC SERVICE SRL - *
  • BF [ 2012439 ] DiscountSchemaBreak: setting product & category is allowed + *
  • BF [ 2012439 ] DiscountSchemaBreak: setting product and category is allowed */ public class MDiscountSchemaBreak extends X_M_DiscountSchemaBreak implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MDistribution.java b/org.adempiere.base/src/org/compiere/model/MDistribution.java index 869c5efc27..11e9f56154 100644 --- a/org.adempiere.base/src/org/compiere/model/MDistribution.java +++ b/org.adempiere.base/src/org/compiere/model/MDistribution.java @@ -229,10 +229,9 @@ public class MDistribution extends X_GL_Distribution /** * Get All Distributions * @param ctx ignore - * @param Account_ID id * @return array of distributions - * @deprecated */ + @Deprecated public static MDistribution[] getAll (Properties ctx) { return getAll(); @@ -240,7 +239,6 @@ public class MDistribution extends X_GL_Distribution /** * Get All Distributions - * @param Account_ID id * @return array of distributions */ public static MDistribution[] getAll () diff --git a/org.adempiere.base/src/org/compiere/model/MDistributionRunDetail.java b/org.adempiere.base/src/org/compiere/model/MDistributionRunDetail.java index 9652fb934e..7ed5e057ed 100644 --- a/org.adempiere.base/src/org/compiere/model/MDistributionRunDetail.java +++ b/org.adempiere.base/src/org/compiere/model/MDistributionRunDetail.java @@ -112,7 +112,7 @@ public class MDistributionRunDetail extends X_T_DistributionRunDetail private int m_precision = 0; /** - * Round MinQty & Qty + * Round MinQty and Qty * @param precision precision (saved) */ public void round (int precision) @@ -137,7 +137,7 @@ public class MDistributionRunDetail extends X_T_DistributionRunDetail /** * We can adjust Allocation Qty - * @return true if qty > min + * @return true if qty > min */ public boolean isCanAdjust() { diff --git a/org.adempiere.base/src/org/compiere/model/MDistributionRunLine.java b/org.adempiere.base/src/org/compiere/model/MDistributionRunLine.java index 5e2e98dbf5..5a050bc371 100644 --- a/org.adempiere.base/src/org/compiere/model/MDistributionRunLine.java +++ b/org.adempiere.base/src/org/compiere/model/MDistributionRunLine.java @@ -111,7 +111,7 @@ public class MDistributionRunLine extends X_M_DistributionRunLine /** * Is Actual Min Greater than Total - * @return true if act min > total + * @return true if act min > total */ public boolean isActualMinGtTotal() { diff --git a/org.adempiere.base/src/org/compiere/model/MEXPFormat.java b/org.adempiere.base/src/org/compiere/model/MEXPFormat.java index 78e602d962..7007b32676 100644 --- a/org.adempiere.base/src/org/compiere/model/MEXPFormat.java +++ b/org.adempiere.base/src/org/compiere/model/MEXPFormat.java @@ -48,10 +48,10 @@ import org.idempiere.cache.POCopyCache; * @author Trifon N. Trifonov * @author Antonio Cañaveral, e-Evolution *
  • [ 2195090 ] Implementing ExportFormat cache - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195090&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/554/ * @author victor.perez@e-evolution.com, e-Evolution *
  • [ 2195090 ] Stabilization of replication - *
  • https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2936561&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/bugs/2294/ * */ public class MEXPFormat extends X_EXP_Format implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MEntityType.java b/org.adempiere.base/src/org/compiere/model/MEntityType.java index a6aeb30d4c..2b58957e7a 100644 --- a/org.adempiere.base/src/org/compiere/model/MEntityType.java +++ b/org.adempiere.base/src/org/compiere/model/MEntityType.java @@ -35,11 +35,11 @@ import org.idempiere.cache.ImmutablePOCache; * * @author Teo Sarca *
  • BF [ 2827777 ] MEntityType.isSystemMaintained not working well - * https://sourceforge.net/tracker/?func=detail&aid=2827777&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1993/ *
  • FR [ 2827786 ] Introduce MEntityType.get(Properties ctx, String entityType) - * https://sourceforge.net/tracker/?func=detail&aid=2827786&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/778/ *
  • BF [ 2861194 ] EntityType is not using normal PO framework for getting IDs - * https://sourceforge.net/tracker/?func=detail&aid=2861194&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2103/ */ public class MEntityType extends X_AD_EntityType implements ImmutablePOSupport { @@ -147,8 +147,8 @@ public class MEntityType extends X_AD_EntityType implements ImmutablePOSupport /** * Is System Maintained. - * Any Entity Type with ID < 1000000. - * @return true if D/C/U/CUST/A/EXT/XX (ID < 1000000) + * Any Entity Type with ID < 1000000. + * @return true if D/C/U/CUST/A/EXT/XX (ID < 1000000) */ public boolean isSystemMaintained() { diff --git a/org.adempiere.base/src/org/compiere/model/MForecast.java b/org.adempiere.base/src/org/compiere/model/MForecast.java index 506d3ead2f..1bfa26f0c5 100644 --- a/org.adempiere.base/src/org/compiere/model/MForecast.java +++ b/org.adempiere.base/src/org/compiere/model/MForecast.java @@ -36,7 +36,8 @@ public class MForecast extends X_M_Forecast /** * Standard Constructor * @param ctx context - * @param M_ForecastLine_ID id + * @param M_Forecast_ID id + * @param trxName */ public MForecast (Properties ctx, int M_Forecast_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MIMPProcessorLog.java b/org.adempiere.base/src/org/compiere/model/MIMPProcessorLog.java index 3a32233db4..47db9af975 100644 --- a/org.adempiere.base/src/org/compiere/model/MIMPProcessorLog.java +++ b/org.adempiere.base/src/org/compiere/model/MIMPProcessorLog.java @@ -47,7 +47,7 @@ public class MIMPProcessorLog /** * * @param ctx - * @param EXP_ReplicationProcessorLog_ID + * @param IMP_ProcessorLog_ID * @param trxName */ public MIMPProcessorLog(Properties ctx, int IMP_ProcessorLog_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MImage.java b/org.adempiere.base/src/org/compiere/model/MImage.java index 7d0a9d6564..95f240a842 100644 --- a/org.adempiere.base/src/org/compiere/model/MImage.java +++ b/org.adempiere.base/src/org/compiere/model/MImage.java @@ -413,7 +413,7 @@ public class MImage extends X_AD_Image implements ImmutablePOSupport /** * Set Storage Provider * Used temporarily for the process to migrate storage provider - * @param Storage provider + * @param p Storage provider */ public void setStorageProvider(MStorageProvider p) { provider = p; diff --git a/org.adempiere.base/src/org/compiere/model/MInOut.java b/org.adempiere.base/src/org/compiere/model/MInOut.java index 5d62b16e50..2d11194e7d 100644 --- a/org.adempiere.base/src/org/compiere/model/MInOut.java +++ b/org.adempiere.base/src/org/compiere/model/MInOut.java @@ -60,13 +60,13 @@ import org.compiere.util.TimeUtil; * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Armen Rizal, Goodwill Consulting *
  • BF [ 1745154 ] Cost in Reversing Material Related Docs - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2993853 ] Voiding/Reversing Receipt should void confirmations - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2993853&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2395/ */ public class MInOut extends X_M_InOut implements DocAction, IDocsPostProcess { @@ -853,7 +853,7 @@ public class MInOut extends X_M_InOut implements DocAction, IDocsPostProcess } // setC_DocType_ID /** - * Set Business Partner Defaults & Details + * Set Business Partner Defaults and Details * @param bp business partner */ public void setBPartner (MBPartner bp) diff --git a/org.adempiere.base/src/org/compiere/model/MInOutConfirm.java b/org.adempiere.base/src/org/compiere/model/MInOutConfirm.java index f768f3691c..1349fee42f 100644 --- a/org.adempiere.base/src/org/compiere/model/MInOutConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/MInOutConfirm.java @@ -39,12 +39,12 @@ import org.compiere.util.Msg; * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2800460 ] System generate Material Receipt with no lines - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2800460&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/1928/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2993853 ] Voiding/Reversing Receipt should void confirmations - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2993853&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2395/ *
  • FR [ 2994115 ] Add C_DocType.IsPrepareSplitDoc flag - * https://sourceforge.net/tracker/?func=detail&aid=2994115&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/967/ */ public class MInOutConfirm extends X_M_InOutConfirm implements DocAction { diff --git a/org.adempiere.base/src/org/compiere/model/MInOutLine.java b/org.adempiere.base/src/org/compiere/model/MInOutLine.java index 759b51bf94..ac0a53472d 100644 --- a/org.adempiere.base/src/org/compiere/model/MInOutLine.java +++ b/org.adempiere.base/src/org/compiere/model/MInOutLine.java @@ -37,7 +37,7 @@ import org.compiere.util.Util; * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2784194 ] Check Warehouse-Locator conflict - * https://sourceforge.net/tracker/?func=detail&aid=2784194&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1871/ */ public class MInOutLine extends X_M_InOutLine { diff --git a/org.adempiere.base/src/org/compiere/model/MInfoWindow.java b/org.adempiere.base/src/org/compiere/model/MInfoWindow.java index af62a138a5..cf5f6f6677 100644 --- a/org.adempiere.base/src/org/compiere/model/MInfoWindow.java +++ b/org.adempiere.base/src/org/compiere/model/MInfoWindow.java @@ -118,7 +118,7 @@ public class MInfoWindow extends X_AD_InfoWindow implements ImmutablePOSupport } /** - * @author xolali + * author xolali * @param AD_InfoWindow_ID * @return {@link MInfoWindow} */ @@ -142,11 +142,6 @@ public class MInfoWindow extends X_AD_InfoWindow implements ImmutablePOSupport return null; } - /** - * @author xolali - * @param requery - * @return - */ private MInfoRelated[] m_infoRelated; /** @@ -155,6 +150,11 @@ public class MInfoWindow extends X_AD_InfoWindow implements ImmutablePOSupport */ private MInfoProcess[] m_infoProcess; + /** + * author xolali + * @param requery + * @return + */ public MInfoRelated[] getInfoRelated(boolean requery) { if ((this.m_infoRelated != null) && (!requery)) { set_TrxName(this.m_infoRelated, get_TrxName()); @@ -257,7 +257,7 @@ public class MInfoWindow extends X_AD_InfoWindow implements ImmutablePOSupport } /** - * @author xolali + * author xolali */ private MInfoColumn[] m_infocolumns = null; @@ -280,7 +280,7 @@ public class MInfoWindow extends X_AD_InfoWindow implements ImmutablePOSupport } /** - * @author xolali + * author xolali * @return */ public String getSql(){ diff --git a/org.adempiere.base/src/org/compiere/model/MInventory.java b/org.adempiere.base/src/org/compiere/model/MInventory.java index 4b0aa95489..4b7ebbd7c7 100644 --- a/org.adempiere.base/src/org/compiere/model/MInventory.java +++ b/org.adempiere.base/src/org/compiere/model/MInventory.java @@ -44,10 +44,10 @@ import org.compiere.util.Util; * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Armen Rizal, Goodwill Consulting *
  • BF [ 1745154 ] Cost in Reversing Material Related Docs - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ */ public class MInventory extends X_M_Inventory implements DocAction { diff --git a/org.adempiere.base/src/org/compiere/model/MInvoice.java b/org.adempiere.base/src/org/compiere/model/MInvoice.java index 1c9f4ddc89..97cedda7c8 100644 --- a/org.adempiere.base/src/org/compiere/model/MInvoice.java +++ b/org.adempiere.base/src/org/compiere/model/MInvoice.java @@ -61,9 +61,9 @@ import org.eevolution.model.MPPProductBOMLine; * @author Jorg Janke * @version $Id: MInvoice.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $ * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * Modifications: Added RMA functionality (Ashley Ramdass) * Modifications: Generate DocNo^ instead of using a new number whan an invoice is reversed (Diego Ruiz-globalqss) */ @@ -93,7 +93,7 @@ public class MInvoice extends X_C_Invoice implements DocAction, IDocsPostProcess * Create new Invoice by copying * @param from invoice * @param dateDoc date of the document date - * @param acctDate original account date + * @param dateAcct original account date * @param C_DocTypeTarget_ID target doc type * @param isSOTrx sales order * @param counter create counter links @@ -114,13 +114,13 @@ public class MInvoice extends X_C_Invoice implements DocAction, IDocsPostProcess * Create new Invoice by copying * @param from invoice * @param dateDoc date of the document date - * @param acctDate original account date + * @param dateAcct original account date * @param C_DocTypeTarget_ID target doc type * @param isSOTrx sales order * @param counter create counter links * @param trxName trx * @param setOrder set Order links - * @param Document Number for reversed invoices + * @param documentNo Document Number for reversed invoices * @return Invoice */ public static MInvoice copyFrom (MInvoice from, Timestamp dateDoc, Timestamp dateAcct, @@ -464,7 +464,7 @@ public class MInvoice extends X_C_Invoice implements DocAction, IDocsPostProcess } // setClientOrg /** - * Set Business Partner Defaults & Details + * Set Business Partner Defaults and Details * @param bp business partner */ public void setBPartner (MBPartner bp) diff --git a/org.adempiere.base/src/org/compiere/model/MInvoiceLine.java b/org.adempiere.base/src/org/compiere/model/MInvoiceLine.java index 02dc8e013d..cb2dd201ce 100644 --- a/org.adempiere.base/src/org/compiere/model/MInvoiceLine.java +++ b/org.adempiere.base/src/org/compiere/model/MInvoiceLine.java @@ -44,7 +44,7 @@ import org.compiere.util.Msg; * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2804142 ] MInvoice.setRMALine should work only for CreditMemo invoices - * https://sourceforge.net/tracker/?func=detail&aid=2804142&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1937/ * @author red1 FR: [ 2214883 ] Remove SQL code and Replace for Query */ public class MInvoiceLine extends X_C_InvoiceLine @@ -928,7 +928,7 @@ public class MInvoiceLine extends X_C_InvoiceLine * @param oldTax true if the old C_Tax_ID should be used * @return true if success, false otherwise * - * @author teo_sarca [ 1583825 ] + * author teo_sarca [ 1583825 ] */ protected boolean updateInvoiceTax(boolean oldTax) { MInvoiceTax tax = MInvoiceTax.get (this, getPrecision(), oldTax, get_TrxName()); @@ -983,7 +983,7 @@ public class MInvoiceLine extends X_C_InvoiceLine } // afterDelete /** - * Update Tax & Header + * Update Tax and Header * @return true if header updated with tax */ public boolean updateHeaderTax() @@ -1319,7 +1319,7 @@ public class MInvoiceLine extends X_C_InvoiceLine // end MZ /** - * @param rmaline + * @param rmaLine */ public void setRMALine(MRMALine rmaLine) { diff --git a/org.adempiere.base/src/org/compiere/model/MJournal.java b/org.adempiere.base/src/org/compiere/model/MJournal.java index 15785e69e7..7720483eeb 100644 --- a/org.adempiere.base/src/org/compiere/model/MJournal.java +++ b/org.adempiere.base/src/org/compiere/model/MJournal.java @@ -46,10 +46,10 @@ import org.compiere.util.TimeUtil; *
  • FR [ 1776045 ] Add ReActivate action to GL Journal * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ *
  • FR: [ 2214883 ] Remove SQL code and Replace for Query *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ */ public class MJournal extends X_GL_Journal implements DocAction { diff --git a/org.adempiere.base/src/org/compiere/model/MJournalBatch.java b/org.adempiere.base/src/org/compiere/model/MJournalBatch.java index 3dfe290bea..9e73e3dc2f 100644 --- a/org.adempiere.base/src/org/compiere/model/MJournalBatch.java +++ b/org.adempiere.base/src/org/compiere/model/MJournalBatch.java @@ -42,9 +42,9 @@ import org.compiere.util.TimeUtil; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Teo Sarca, www.arhipac.ro *
  • FR [ 1776045 ] Add ReActivate action to GL Journal * @version $Id: MJournalBatch.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ diff --git a/org.adempiere.base/src/org/compiere/model/MJournalLine.java b/org.adempiere.base/src/org/compiere/model/MJournalLine.java index 1a24dd48fe..85ac179b17 100644 --- a/org.adempiere.base/src/org/compiere/model/MJournalLine.java +++ b/org.adempiere.base/src/org/compiere/model/MJournalLine.java @@ -32,7 +32,7 @@ import org.compiere.util.Msg; * @author Jorg Janke * @author Cristina Ghita *
  • BF [ 2855807 ] AD_Org_ID from account - * https://sourceforge.net/tracker/?func=detail&aid=2855807&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2084/ * @version $Id: MJournalLine.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $ */ public class MJournalLine extends X_GL_JournalLine @@ -150,7 +150,7 @@ public class MJournalLine extends X_GL_JournalLine /** * Set Currency Rate - * @param CurrencyRate check for null (->one) + * @param CurrencyRate check for null (->one) */ public void setCurrencyRate (BigDecimal CurrencyRate) { diff --git a/org.adempiere.base/src/org/compiere/model/MLdapUser.java b/org.adempiere.base/src/org/compiere/model/MLdapUser.java index a9a54edafa..54cacb8519 100755 --- a/org.adempiere.base/src/org/compiere/model/MLdapUser.java +++ b/org.adempiere.base/src/org/compiere/model/MLdapUser.java @@ -78,7 +78,7 @@ public class MLdapUser /** * Set the user id - * @param passwd User id string + * @param userId User id string */ public void setUserId(String userId) { diff --git a/org.adempiere.base/src/org/compiere/model/MLocation.java b/org.adempiere.base/src/org/compiere/model/MLocation.java index ff9fb677bf..7000f46e94 100644 --- a/org.adempiere.base/src/org/compiere/model/MLocation.java +++ b/org.adempiere.base/src/org/compiere/model/MLocation.java @@ -44,7 +44,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 3002736 ] MLocation.get cache all MLocations - * https://sourceforge.net/tracker/?func=detail&aid=3002736&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2404/ */ public class MLocation extends X_C_Location implements Comparator, ImmutablePOSupport { @@ -797,7 +797,6 @@ public class MLocation extends X_C_Location implements Comparator, Immut /** * Get edited Value (MLocation) for GoogleMaps / IDEMPIERE-147 - * @param MLocation location * @return String address */ public String getMapsLocation() { diff --git a/org.adempiere.base/src/org/compiere/model/MLocator.java b/org.adempiere.base/src/org/compiere/model/MLocator.java index c8c26b04d5..63478f6a05 100644 --- a/org.adempiere.base/src/org/compiere/model/MLocator.java +++ b/org.adempiere.base/src/org/compiere/model/MLocator.java @@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com - * @see [ 1966333 ] New Method to get the Default Locator based in Warehouse http://sourceforge.net/tracker/index.php?func=detail&aid=1966333&group_id=176962&atid=879335 + * @see [ 1966333 ] New Method to get the Default Locator based in Warehouse https://sourceforge.net/p/adempiere/feature-requests/429/ * @version $Id: MLocator.java,v 1.3 2006/07/30 00:58:37 jjanke Exp $ */ public class MLocator extends X_M_Locator implements ImmutablePOSupport @@ -84,8 +84,7 @@ public class MLocator extends X_M_Locator implements ImmutablePOSupport /** * FR [ 1966333 ] * Get oldest Default Locator of warehouse with locator - * @param ctx context - * @param M_Locator_ID locator + * @param warehouse * @return locator or null */ public static MLocator getDefault (MWarehouse warehouse) diff --git a/org.adempiere.base/src/org/compiere/model/MLocatorType.java b/org.adempiere.base/src/org/compiere/model/MLocatorType.java index f9c4df4191..12a1d0a920 100644 --- a/org.adempiere.base/src/org/compiere/model/MLocatorType.java +++ b/org.adempiere.base/src/org/compiere/model/MLocatorType.java @@ -35,7 +35,7 @@ import org.idempiere.cache.ImmutablePOSupport; /** * Warehouse Locator Type Object * - * @author Carlos Ruiz - Quality Systems & Solutions - globalqss + * @author Carlos Ruiz - Quality Systems > Solutions - globalqss */ public class MLocatorType extends X_M_LocatorType implements ImmutablePOSupport { /** diff --git a/org.adempiere.base/src/org/compiere/model/MLookup.java b/org.adempiere.base/src/org/compiere/model/MLookup.java index d595554d4e..c9ddc90765 100644 --- a/org.adempiere.base/src/org/compiere/model/MLookup.java +++ b/org.adempiere.base/src/org/compiere/model/MLookup.java @@ -449,7 +449,7 @@ public final class MLookup extends Lookup implements Serializable * @param onlyValidated only validated * @param onlyActive only active * @param temporary force load for temporary display - * @param isshortlist + * @param shortlist * @return list */ public ArrayList getData (boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary, boolean shortlist) // idempiere 90 @@ -794,7 +794,7 @@ public final class MLookup extends Lookup implements Serializable } // g2etColumnName /** - * Refresh & return number of items read. + * Refresh and return number of items read. * Get get data of parent lookups * @return no of items read */ @@ -819,7 +819,7 @@ public final class MLookup extends Lookup implements Serializable } /** - * Refresh & return number of items read + * Refresh and return number of items read * @param loadParent get data of parent lookups * @return no of items refresh */ diff --git a/org.adempiere.base/src/org/compiere/model/MLookupFactory.java b/org.adempiere.base/src/org/compiere/model/MLookupFactory.java index 4b751013ef..d96df41031 100644 --- a/org.adempiere.base/src/org/compiere/model/MLookupFactory.java +++ b/org.adempiere.base/src/org/compiere/model/MLookupFactory.java @@ -39,14 +39,14 @@ import org.compiere.util.Language; * * @author Teo Sarca, SC ARHIPAC SERVICE SRL *
  • BF [ 1734394 ] MLookupFactory.getLookup_TableDirEmbed is not translated - *
  • BF [ 1714261 ] MLookupFactory: TableDirEmbed -> TableEmbed not supported + *
  • BF [ 1714261 ] MLookupFactory: TableDirEmbed -> TableEmbed not supported *
  • BF [ 1672820 ] Sorting should be language-sensitive *
  • BF [ 1739530 ] getLookup_TableDirEmbed error when BaseColumn is sql query *
  • BF [ 1739544 ] getLookup_TableEmbed error for self referencing references *
  • BF [ 1817768 ] Isolate hardcoded table direct columns * @author Teo Sarca *
  • BF [ 2933367 ] Virtual Column Identifiers are not working - * https://sourceforge.net/tracker/?func=detail&aid=2933367&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2291/ * @author Carlos Ruiz, GlobalQSS *
  • BF [ 2561593 ] Multi-tenant problem with webui */ diff --git a/org.adempiere.base/src/org/compiere/model/MMFARegisteredDevice.java b/org.adempiere.base/src/org/compiere/model/MMFARegisteredDevice.java index 7402990e4d..f5b4f511c3 100644 --- a/org.adempiere.base/src/org/compiere/model/MMFARegisteredDevice.java +++ b/org.adempiere.base/src/org/compiere/model/MMFARegisteredDevice.java @@ -63,7 +63,7 @@ public class MMFARegisteredDevice extends X_MFA_RegisteredDevice { /** * Validate if there is a non-expired device registered with that code - * @param registerCookie + * @param identifier * @return true if device is valid */ public static boolean isValid(String identifier) { diff --git a/org.adempiere.base/src/org/compiere/model/MMatchInv.java b/org.adempiere.base/src/org/compiere/model/MMatchInv.java index ec489e89d7..d736963dec 100644 --- a/org.adempiere.base/src/org/compiere/model/MMatchInv.java +++ b/org.adempiere.base/src/org/compiere/model/MMatchInv.java @@ -26,7 +26,7 @@ import org.compiere.util.CLogger; import org.compiere.util.DB; /** - * Match Invoice (Receipt<>Invoice) Model. + * Match Invoice (Receipt<>Invoice) Model. * Accounting: * - Not Invoiced Receipts (relief) * - IPV @@ -38,7 +38,7 @@ import org.compiere.util.DB; *
  • BF [ 1926113 ] MMatchInv.getNewerDateAcct() should work in trx * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Bayu Cahya, Sistematika *
  • BF [ 2240484 ] Re MatchingPO, MMatchPO doesn't contains Invoice info * diff --git a/org.adempiere.base/src/org/compiere/model/MMatchPO.java b/org.adempiere.base/src/org/compiere/model/MMatchPO.java index ddbbd47061..456d17a993 100644 --- a/org.adempiere.base/src/org/compiere/model/MMatchPO.java +++ b/org.adempiere.base/src/org/compiere/model/MMatchPO.java @@ -63,7 +63,7 @@ import org.compiere.util.ValueNamePair; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ */ public class MMatchPO extends X_M_MatchPO { @@ -746,7 +746,6 @@ public class MMatchPO extends X_M_MatchPO /** * Get the match inv created for immediate accounting purposes * Is cleared after read, so if you read twice second time it returns null - * @param matchInv */ public MMatchInv getMatchInvCreated() { MMatchInv tmp = m_matchInv; diff --git a/org.adempiere.base/src/org/compiere/model/MMeasure.java b/org.adempiere.base/src/org/compiere/model/MMeasure.java index f041a3a5c9..e91a8d0e76 100644 --- a/org.adempiere.base/src/org/compiere/model/MMeasure.java +++ b/org.adempiere.base/src/org/compiere/model/MMeasure.java @@ -49,7 +49,7 @@ import org.idempiere.cache.ImmutablePOSupport; *
  • BF [ 1887674 ] Deadlock when try to modify PA Goal's Measure Target * @author victor.perez@e-evolution.com, www.e-evolution.com *
  • FR [ 2905227 ] Calculate Measure based on the script to PA - *
  • https://sourceforge.net/tracker/?func=detail&aid=2905227&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/888/ */ public class MMeasure extends X_PA_Measure implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MMenu.java b/org.adempiere.base/src/org/compiere/model/MMenu.java index 91fe91cdd5..f682407775 100644 --- a/org.adempiere.base/src/org/compiere/model/MMenu.java +++ b/org.adempiere.base/src/org/compiere/model/MMenu.java @@ -34,7 +34,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com - * @see FR [ 1966326 ] Is necessary create method to get ID menu use menu Name http://sourceforge.net/tracker/index.php?func=detail&aid=1966326&group_id=176962&atid=879335 + * see FR [ 1966326 ] Is necessary create method to get ID menu use menu Name https://sourceforge.net/p/adempiere/feature-requests/426/ * @author red1 - FR: [ 2214883 ] Remove SQL code and Replace for Query * @version $Id: MMenu.java,v 1.3 2006/07/30 00:58:18 jjanke Exp $ */ @@ -223,7 +223,7 @@ public class MMenu extends X_AD_Menu implements ImmutablePOSupport /** * FR [ 1966326 ] * get Menu ID - * @param String Menu Name + * @param menuName String Menu Name * @return int retValue */ public static int getMenu_ID(String menuName) { diff --git a/org.adempiere.base/src/org/compiere/model/MMovement.java b/org.adempiere.base/src/org/compiere/model/MMovement.java index 77e97b93bc..84ce18fbb0 100644 --- a/org.adempiere.base/src/org/compiere/model/MMovement.java +++ b/org.adempiere.base/src/org/compiere/model/MMovement.java @@ -40,9 +40,9 @@ import org.compiere.util.TimeUtil; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Armen Rizal, Goodwill Consulting *
  • BF [ 1745154 ] Cost in Reversing Material Related Docs * @author Teo Sarca, www.arhipac.ro diff --git a/org.adempiere.base/src/org/compiere/model/MMovementConfirm.java b/org.adempiere.base/src/org/compiere/model/MMovementConfirm.java index 8bc94ef7a5..039503aac4 100644 --- a/org.adempiere.base/src/org/compiere/model/MMovementConfirm.java +++ b/org.adempiere.base/src/org/compiere/model/MMovementConfirm.java @@ -43,7 +43,7 @@ import org.compiere.wf.MWorkflow; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: MMovementConfirm.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ */ public class MMovementConfirm extends X_M_MovementConfirm implements DocAction diff --git a/org.adempiere.base/src/org/compiere/model/MMovementLine.java b/org.adempiere.base/src/org/compiere/model/MMovementLine.java index 671d99695a..0c15b5e767 100644 --- a/org.adempiere.base/src/org/compiere/model/MMovementLine.java +++ b/org.adempiere.base/src/org/compiere/model/MMovementLine.java @@ -249,8 +249,8 @@ public class MMovementLine extends X_M_MovementLine * Set Distribution Order Line. * Does not set Quantity! * @param oLine order line - * @param M_Locator_ID locator * @param Qty used only to find suitable locator + * @param isReceipt */ public void setOrderLine (MDDOrderLine oLine, BigDecimal Qty, boolean isReceipt) { diff --git a/org.adempiere.base/src/org/compiere/model/MOrder.java b/org.adempiere.base/src/org/compiere/model/MOrder.java index 7ae190b5b8..34858f1a23 100644 --- a/org.adempiere.base/src/org/compiere/model/MOrder.java +++ b/org.adempiere.base/src/org/compiere/model/MOrder.java @@ -65,13 +65,13 @@ import org.eevolution.model.MPPProductBOMLine; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: MOrder.java,v 1.5 2006/10/06 00:42:24 jjanke Exp $ * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2419978 ] Voiding PO, requisition don't set on NULL *
  • BF [ 2892578 ] Order should autoset only active price lists - * https://sourceforge.net/tracker/?func=detail&aid=2892578&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/873/ * @author Michael Judd, www.akunagroup.com *
  • BF [ 2804888 ] Incorrect reservation of products with attributes */ @@ -442,7 +442,7 @@ public class MOrder extends X_C_Order implements DocAction /** - * Set Business Partner Defaults & Details. + * Set Business Partner Defaults and Details. * SOTrx should be set. * @param bp business partner */ diff --git a/org.adempiere.base/src/org/compiere/model/MOrderLandedCostAllocation.java b/org.adempiere.base/src/org/compiere/model/MOrderLandedCostAllocation.java index e7d1de00e6..20b86591fc 100644 --- a/org.adempiere.base/src/org/compiere/model/MOrderLandedCostAllocation.java +++ b/org.adempiere.base/src/org/compiere/model/MOrderLandedCostAllocation.java @@ -69,9 +69,10 @@ public class MOrderLandedCostAllocation extends X_C_OrderLandedCostAllocation { } // setAmt /** - * Get Lines of allocation - * @param whereClause starting with AND - * @return lines + * Get Lines of allocation + * @param C_OrderLine_ID + * @param trxName + * @return lines */ public static MOrderLandedCostAllocation[] getOfOrderLine(int C_OrderLine_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MOrderLine.java b/org.adempiere.base/src/org/compiere/model/MOrderLine.java index 76f62bf407..9c91211728 100644 --- a/org.adempiere.base/src/org/compiere/model/MOrderLine.java +++ b/org.adempiere.base/src/org/compiere/model/MOrderLine.java @@ -973,7 +973,7 @@ public class MOrderLine extends X_C_OrderLine * @param oldTax true if the old C_Tax_ID should be used * @return true if success, false otherwise * - * @author teo_sarca [ 1583825 ] + * author teo_sarca [ 1583825 ] */ public boolean updateOrderTax(boolean oldTax) { MOrderTax tax = MOrderTax.get (this, getPrecision(), oldTax, get_TrxName()); @@ -993,7 +993,7 @@ public class MOrderLine extends X_C_OrderLine } /** - * Update Tax & Header + * Update Tax and Header * @return true if header updated */ public boolean updateHeaderTax() diff --git a/org.adempiere.base/src/org/compiere/model/MPInstance.java b/org.adempiere.base/src/org/compiere/model/MPInstance.java index d61eb3041b..b51eb5af94 100644 --- a/org.adempiere.base/src/org/compiere/model/MPInstance.java +++ b/org.adempiere.base/src/org/compiere/model/MPInstance.java @@ -46,7 +46,7 @@ import org.osgi.service.event.Event; * * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2818478 ] Introduce MPInstance.createParameter helper method - * https://sourceforge.net/tracker/?func=detail&aid=2818478&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/756/ */ public class MPInstance extends X_AD_PInstance { @@ -153,7 +153,7 @@ public class MPInstance extends X_AD_PInstance /** * Validate that a set of process instance parameters are equal or not * to the current instance parameter - * @param param array of parameters to compare + * @param params array of parameters to compare * @return true if the process instance parameters are the same as the array ones */ public boolean equalParameters(MPInstancePara[] params) { diff --git a/org.adempiere.base/src/org/compiere/model/MPOS.java b/org.adempiere.base/src/org/compiere/model/MPOS.java index 7d4e820d05..381629e132 100644 --- a/org.adempiere.base/src/org/compiere/model/MPOS.java +++ b/org.adempiere.base/src/org/compiere/model/MPOS.java @@ -74,7 +74,8 @@ public class MPOS extends X_C_POS implements ImmutablePOSupport /** * Get POSes for passed argument * @param ctx context - * @param C_POS_ID id + * @param field + * @param ID * @return POSes */ public static MPOS[] getAll (Properties ctx, String field, int ID) diff --git a/org.adempiere.base/src/org/compiere/model/MPackageExp.java b/org.adempiere.base/src/org/compiere/model/MPackageExp.java index 00303b9402..221494b1c3 100644 --- a/org.adempiere.base/src/org/compiere/model/MPackageExp.java +++ b/org.adempiere.base/src/org/compiere/model/MPackageExp.java @@ -40,9 +40,10 @@ public class MPackageExp extends X_AD_Package_Exp private static final long serialVersionUID = -6295261491885604619L; /** - * MPackageExp - * @param ctx - * @param int + * MPackageExp + * @param ctx + * @param AD_Package_Exp_ID + * @param trxName */ public MPackageExp (Properties ctx, int AD_Package_Exp_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MPackageExpDetail.java b/org.adempiere.base/src/org/compiere/model/MPackageExpDetail.java index d6fc681ce1..ae2425cfce 100644 --- a/org.adempiere.base/src/org/compiere/model/MPackageExpDetail.java +++ b/org.adempiere.base/src/org/compiere/model/MPackageExpDetail.java @@ -39,8 +39,9 @@ public class MPackageExpDetail extends X_AD_Package_Exp_Detail /** * MPackageExpDetail - * @param ctx - * @param int + * @param ctx + * @param AD_Package_Exp_ID + * @param trxName */ public MPackageExpDetail (Properties ctx, int AD_Package_Exp_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MPasswordHistory.java b/org.adempiere.base/src/org/compiere/model/MPasswordHistory.java index f2bce47d75..a0b3b3ec71 100644 --- a/org.adempiere.base/src/org/compiere/model/MPasswordHistory.java +++ b/org.adempiere.base/src/org/compiere/model/MPasswordHistory.java @@ -29,7 +29,7 @@ public class MPasswordHistory extends X_AD_Password_History { } /** - * get list password history has age <= passwordMaxDay + daysReuse + * get list password history has age <= passwordMaxDay + daysReuse * @param daysReuse max day can't reuse password, get from password rule * @param userId * @return diff --git a/org.adempiere.base/src/org/compiere/model/MPaySelectionCheck.java b/org.adempiere.base/src/org/compiere/model/MPaySelectionCheck.java index 5e2dd0b924..82466c7da7 100644 --- a/org.adempiere.base/src/org/compiere/model/MPaySelectionCheck.java +++ b/org.adempiere.base/src/org/compiere/model/MPaySelectionCheck.java @@ -388,7 +388,7 @@ public class MPaySelectionCheck extends X_C_PaySelectionCheck * Create Payments the first time * @param checks checks * @param batch batch - * @param createDeposit create deposit batch + * @param createDepositBatch create deposit batch * @return last Document number or 0 if nothing printed */ public static int confirmPrint (MPaySelectionCheck[] checks, MPaymentBatch batch, boolean createDepositBatch) diff --git a/org.adempiere.base/src/org/compiere/model/MPayment.java b/org.adempiere.base/src/org/compiere/model/MPayment.java index 76f6154f14..9edf0fcb92 100644 --- a/org.adempiere.base/src/org/compiere/model/MPayment.java +++ b/org.adempiere.base/src/org/compiere/model/MPayment.java @@ -73,13 +73,13 @@ import org.compiere.util.ValueNamePair; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 1948157 ] Is necessary the reference for document reverse - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1948157&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/412/ *
  • FR [ 1866214 ] - * @sse http://sourceforge.net/tracker/index.php?func=detail&aid=1866214&group_id=176962&atid=879335 + * @sse https://sourceforge.net/p/adempiere/feature-requests/298/ *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * - * @author Carlos Ruiz - globalqss [ 2141475 ] Payment <> allocations must not be completed - implement lots of validations on prepareIt + * @author Carlos Ruiz - globalqss [ 2141475 ] Payment <> allocations must not be completed - implement lots of validations on prepareIt * @version $Id: MPayment.java,v 1.4 2006/10/02 05:18:39 jjanke Exp $ */ public class MPayment extends X_C_Payment @@ -271,8 +271,7 @@ public class MPayment extends X_C_Payment /** * Set ACH BankAccount Info * - * @param C_BankAccount_ID bank account - * @param isReceipt true if receipt + * @param preparedPayment * @return true if valid */ public boolean setBankACH (MPaySelectionCheck preparedPayment) @@ -402,7 +401,7 @@ public class MPayment extends X_C_Payment /** * Set Bank Account Details. - * Look up Routing No & Bank Acct No + * Look up Routing No and Bank Acct No * @param C_BankAccount_ID bank account */ public void setBankAccountDetails (int C_BankAccount_ID) diff --git a/org.adempiere.base/src/org/compiere/model/MPaymentTerm.java b/org.adempiere.base/src/org/compiere/model/MPaymentTerm.java index ea80ae8b5a..04e1eeba2d 100644 --- a/org.adempiere.base/src/org/compiere/model/MPaymentTerm.java +++ b/org.adempiere.base/src/org/compiere/model/MPaymentTerm.java @@ -37,7 +37,7 @@ import org.compiere.util.Msg; * @version $Id: MPaymentTerm.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $ * @author Cristina Ghita, www.arhipac.ro *
  • BF [ 2889886 ] Net days in payment term - * https://sourceforge.net/tracker/index.php?func=detail&aid=2889886&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2194/ */ public class MPaymentTerm extends X_C_PaymentTerm { @@ -124,7 +124,7 @@ public class MPaymentTerm extends X_C_PaymentTerm } // getSchedule /** - * Validate Payment Term & Schedule + * Validate Payment Term and Schedule * @return Validation Message @OK@ or error */ public String validate() diff --git a/org.adempiere.base/src/org/compiere/model/MPeriod.java b/org.adempiere.base/src/org/compiere/model/MPeriod.java index da1b599821..9fad4d6df0 100644 --- a/org.adempiere.base/src/org/compiere/model/MPeriod.java +++ b/org.adempiere.base/src/org/compiere/model/MPeriod.java @@ -49,7 +49,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ */ public class MPeriod extends X_C_Period implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MPostIt.java b/org.adempiere.base/src/org/compiere/model/MPostIt.java index 4a459fef92..c770c9d3ab 100644 --- a/org.adempiere.base/src/org/compiere/model/MPostIt.java +++ b/org.adempiere.base/src/org/compiere/model/MPostIt.java @@ -49,7 +49,6 @@ public class MPostIt extends X_AD_PostIt * @param ctx context * @param AD_Table_ID table * @param Record_ID record - * @param Description description * @param trxName transaction */ public MPostIt (Properties ctx, int AD_Table_ID, int Record_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/MPrivateAccess.java b/org.adempiere.base/src/org/compiere/model/MPrivateAccess.java index 5c1592972d..f1cdf2fd51 100644 --- a/org.adempiere.base/src/org/compiere/model/MPrivateAccess.java +++ b/org.adempiere.base/src/org/compiere/model/MPrivateAccess.java @@ -78,7 +78,7 @@ public class MPrivateAccess extends X_AD_Private_Access * Get Where Clause of Locked Records for Table * @param AD_Table_ID table * @param AD_User_ID user requesting info - * @return "<>1" or " NOT IN (1,2)" or null + * @return "<>1" or " NOT IN (1,2)" or null */ public static String getLockedRecordWhere (int AD_Table_ID, int AD_User_ID) { diff --git a/org.adempiere.base/src/org/compiere/model/MProduct.java b/org.adempiere.base/src/org/compiere/model/MProduct.java index 14cf2955d9..ca80e4a7c6 100644 --- a/org.adempiere.base/src/org/compiere/model/MProduct.java +++ b/org.adempiere.base/src/org/compiere/model/MProduct.java @@ -43,7 +43,7 @@ import org.idempiere.cache.ImmutablePOSupport; *
  • FR [ 2093551 ] Refactor/Add org.compiere.model.MProduct.getCostingLevel *
  • FR [ 2093569 ] Refactor/Add org.compiere.model.MProduct.getCostingMethod *
  • BF [ 2824795 ] Deleting Resource product should be forbidden - * https://sourceforge.net/tracker/?func=detail&aid=2824795&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1988/ * * @author Mark Ostermann (mark_o), metas consult GmbH *
  • BF [ 2814628 ] Wrong evaluation of Product inactive in beforeSave() @@ -942,7 +942,7 @@ public class MProduct extends X_M_Product implements ImmutablePOSupport /** * Get Product Costing Method - * @param C_AcctSchema_ID accounting schema ID + * @param as accounting schema * @return product costing method */ public String getCostingMethod(MAcctSchema as) diff --git a/org.adempiere.base/src/org/compiere/model/MProductCategory.java b/org.adempiere.base/src/org/compiere/model/MProductCategory.java index 33dad9d54a..f298cdff3b 100644 --- a/org.adempiere.base/src/org/compiere/model/MProductCategory.java +++ b/org.adempiere.base/src/org/compiere/model/MProductCategory.java @@ -236,11 +236,7 @@ public class MProductCategory extends X_M_Product_Category implements ImmutableP /** * Loop detection of product category tree. - * @param productCategoryId - * @param newParentCategoryId - * - * @param newParentCategoryId New Parent Category - * @return "" or error message + * @return boolean */ public boolean hasLoopInTree () { diff --git a/org.adempiere.base/src/org/compiere/model/MProductionLine.java b/org.adempiere.base/src/org/compiere/model/MProductionLine.java index 907e904f92..83c87cdefe 100644 --- a/org.adempiere.base/src/org/compiere/model/MProductionLine.java +++ b/org.adempiere.base/src/org/compiere/model/MProductionLine.java @@ -53,7 +53,7 @@ public class MProductionLine extends X_M_ProductionLine { /** * Parent Constructor - * @param plan + * @param header */ public MProductionLine( MProduction header ) { super( header.getCtx(), 0, header.get_TrxName() ); diff --git a/org.adempiere.base/src/org/compiere/model/MProject.java b/org.adempiere.base/src/org/compiere/model/MProject.java index e7ba41f2d2..21b2bdb86c 100644 --- a/org.adempiere.base/src/org/compiere/model/MProject.java +++ b/org.adempiere.base/src/org/compiere/model/MProject.java @@ -449,7 +449,7 @@ public class MProject extends X_C_Project /** * Return the Invoices Generated for this Project * @return invoices - * @author monhate + * author monhate */ public MInvoice[] getMInvoices(){ StringBuilder sb = new StringBuilder(); diff --git a/org.adempiere.base/src/org/compiere/model/MQuery.java b/org.adempiere.base/src/org/compiere/model/MQuery.java index 4a1fcdaad4..48bda7e121 100644 --- a/org.adempiere.base/src/org/compiere/model/MQuery.java +++ b/org.adempiere.base/src/org/compiere/model/MQuery.java @@ -48,7 +48,7 @@ import org.compiere.util.ValueNamePair; * * @author Teo Sarca *
  • BF [ 2860022 ] MQuery.get() is generating restrictions for non-existent column - * https://sourceforge.net/tracker/?func=detail&aid=2860022&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2099/ */ public class MQuery implements Serializable, Cloneable { @@ -1066,7 +1066,7 @@ public class MQuery implements Serializable, Cloneable /** * Is Query Active - * @return true if number of restrictions > 0 + * @return true if number of restrictions > 0 */ public boolean isActive() { @@ -1346,12 +1346,12 @@ public class MQuery implements Serializable, Cloneable } // getRestrictionSQL /** - * * @param ColumnName - * @param Operator * @param Code + * @param Code_To * @param InfoName * @param InfoDisplay + * @param InfoDisplay_To * @param andCondition * @param depth * @return diff --git a/org.adempiere.base/src/org/compiere/model/MRMA.java b/org.adempiere.base/src/org/compiere/model/MRMA.java index 73da682b0e..a1dc5d931f 100644 --- a/org.adempiere.base/src/org/compiere/model/MRMA.java +++ b/org.adempiere.base/src/org/compiere/model/MRMA.java @@ -603,7 +603,6 @@ public class MRMA extends X_M_RMA implements DocAction * Copy Lines From other RMA * @param otherRMA * @param counter set counter info - * @param setOrder set order link * @return number of lines copied */ public int copyLinesFrom (MRMA otherRMA, boolean counter) diff --git a/org.adempiere.base/src/org/compiere/model/MRefList.java b/org.adempiere.base/src/org/compiere/model/MRefList.java index b3303f34e9..4aa7e9f4e1 100644 --- a/org.adempiere.base/src/org/compiere/model/MRefList.java +++ b/org.adempiere.base/src/org/compiere/model/MRefList.java @@ -76,7 +76,7 @@ public class MRefList extends X_AD_Ref_List /** * Get Reference List Value Name (cached) - * @param Language + * @param AD_Language * @param AD_Reference_ID reference * @param Value value * @return List or "" @@ -145,7 +145,7 @@ public class MRefList extends X_AD_Ref_List /** * Get Reference List Value Description (cached) - * @param Language + * @param AD_Language * @param ListName reference * @param Value value * @return List or null diff --git a/org.adempiere.base/src/org/compiere/model/MReplicationStrategy.java b/org.adempiere.base/src/org/compiere/model/MReplicationStrategy.java index 0be0afec5c..325ba5d02e 100644 --- a/org.adempiere.base/src/org/compiere/model/MReplicationStrategy.java +++ b/org.adempiere.base/src/org/compiere/model/MReplicationStrategy.java @@ -27,9 +27,9 @@ import org.compiere.util.CLogger; * @author Trifon N. Trifonov * @author victor.perez@e-evolution.com, e-Evolution *
  • BF2875989 Deactivate replication records are include to replication - *
  • https://sourceforge.net/tracker/?func=detail&aid=2875989&group_id=176962&atid=879332 - *
  • BF2947615 The document recplicacion not working - *
  • https://sourceforge.net/tracker/?func=detail&aid=2947615&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2167/ + *
  • BF2947615 The document replication not working + *
  • https://sourceforge.net/p/adempiere/bugs/2167/ *
  • IDEMPIERE-218 Replication not working in ZK *
  • http://jira.idempiere.com/browse/IDEMPIERE-218 */ diff --git a/org.adempiere.base/src/org/compiere/model/MRequestUpdate.java b/org.adempiere.base/src/org/compiere/model/MRequestUpdate.java index 3a8a5335c5..7a10fb8b2c 100644 --- a/org.adempiere.base/src/org/compiere/model/MRequestUpdate.java +++ b/org.adempiere.base/src/org/compiere/model/MRequestUpdate.java @@ -26,7 +26,7 @@ import java.util.Properties; * * @author Teo Sarca *
  • FR [ 2884541 ] MRequestUpdate should detect automatically the fields - * https://sourceforge.net/tracker/?func=detail&aid=2884541&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/864/ */ public class MRequestUpdate extends X_R_RequestUpdate { diff --git a/org.adempiere.base/src/org/compiere/model/MRequisition.java b/org.adempiere.base/src/org/compiere/model/MRequisition.java index d0b5b75ba7..6899968034 100644 --- a/org.adempiere.base/src/org/compiere/model/MRequisition.java +++ b/org.adempiere.base/src/org/compiere/model/MRequisition.java @@ -40,7 +40,7 @@ import org.compiere.util.TimeUtil; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: MRequisition.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $ * @author red1 *
  • FR [ 2214883 ] Remove SQL code and Replace for Query diff --git a/org.adempiere.base/src/org/compiere/model/MRequisitionLine.java b/org.adempiere.base/src/org/compiere/model/MRequisitionLine.java index 7ff730c814..7453772695 100644 --- a/org.adempiere.base/src/org/compiere/model/MRequisitionLine.java +++ b/org.adempiere.base/src/org/compiere/model/MRequisitionLine.java @@ -40,7 +40,7 @@ import org.compiere.util.Msg; *
  • BF [ 2608617 ] Error when I want to delete a PO document *
  • BF [ 2609604 ] Add M_RequisitionLine.C_BPartner_ID *
  • FR [ 2841841 ] Requisition Improvements - * https://sourceforge.net/tracker/?func=detail&aid=2841841&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/792/ */ public class MRequisitionLine extends X_M_RequisitionLine { @@ -52,9 +52,9 @@ public class MRequisitionLine extends X_M_RequisitionLine /** * Get corresponding Requisition Line for given Order Line * @param ctx - * @param C_OrderLine_ID order line + * @param C_Order_ID order line * @param trxName - * @return Requisition Line + * @return Requisition Line array */ public static MRequisitionLine[] forC_Order_ID(Properties ctx, int C_Order_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MResource.java b/org.adempiere.base/src/org/compiere/model/MResource.java index adf57ff6e5..89d64a6729 100644 --- a/org.adempiere.base/src/org/compiere/model/MResource.java +++ b/org.adempiere.base/src/org/compiere/model/MResource.java @@ -35,7 +35,7 @@ import org.idempiere.cache.ImmutablePOSupport; *
  • FR [ 2051056 ] MResource[Type] should be cached *
  • BF [ 2227901 ] MRP (Calculate Material Plan) fails if resource is empty *
  • BF [ 2824795 ] Deleting Resource product should be forbidden - * https://sourceforge.net/tracker/?func=detail&aid=2824795&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1988/ */ public class MResource extends X_S_Resource implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/model/MResourceUnAvailable.java b/org.adempiere.base/src/org/compiere/model/MResourceUnAvailable.java index 5c7254d91b..3d3127913c 100644 --- a/org.adempiere.base/src/org/compiere/model/MResourceUnAvailable.java +++ b/org.adempiere.base/src/org/compiere/model/MResourceUnAvailable.java @@ -95,7 +95,7 @@ public class MResourceUnAvailable extends X_S_ResourceUnAvailable /** * Check if the resource is unavailable for date - * @param date + * @param dateTime * @return true if valid */ public boolean isUnAvailable(Timestamp dateTime) diff --git a/org.adempiere.base/src/org/compiere/model/MRevenueRecogService.java b/org.adempiere.base/src/org/compiere/model/MRevenueRecogService.java index 4c9e2be5b3..987bd75321 100644 --- a/org.adempiere.base/src/org/compiere/model/MRevenueRecogService.java +++ b/org.adempiere.base/src/org/compiere/model/MRevenueRecogService.java @@ -36,7 +36,8 @@ public class MRevenueRecogService extends X_C_RevenueRecog_Service /** * Standard Constructor * @param ctx context - * @param C_RevenueRecognition_ID id + * @param C_RevenueRecog_Service_ID id + * @param trxName */ public MRevenueRecogService (Properties ctx, int C_RevenueRecog_Service_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java b/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java index bd272cf551..fa965df313 100644 --- a/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java +++ b/org.adempiere.base/src/org/compiere/model/MRevenueRecognitionRun.java @@ -37,6 +37,7 @@ public class MRevenueRecognitionRun extends X_C_RevenueRecognition_Run * Standard Constructor * @param ctx context * @param C_RevenueRecognition_ID id + * @param trxName */ public MRevenueRecognitionRun (Properties ctx, int C_RevenueRecognition_Run_ID, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MRfQResponseLine.java b/org.adempiere.base/src/org/compiere/model/MRfQResponseLine.java index bad2d92b94..65adea00de 100644 --- a/org.adempiere.base/src/org/compiere/model/MRfQResponseLine.java +++ b/org.adempiere.base/src/org/compiere/model/MRfQResponseLine.java @@ -33,7 +33,7 @@ import org.compiere.util.TimeUtil; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2892581 ] Cannot load RfQResponseLine - * https://sourceforge.net/tracker/?func=detail&aid=2892581&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/bugs/2201/ */ public class MRfQResponseLine extends X_C_RfQResponseLine { diff --git a/org.adempiere.base/src/org/compiere/model/MRule.java b/org.adempiere.base/src/org/compiere/model/MRule.java index 9526960e27..8ad729d832 100644 --- a/org.adempiere.base/src/org/compiere/model/MRule.java +++ b/org.adempiere.base/src/org/compiere/model/MRule.java @@ -285,9 +285,9 @@ public class MRule extends X_AD_Rule implements ImmutablePOSupport /** * Convert Key - * # -> _ + * # -> _ * @param key - * @param m_windowNo + * @param m_windowNo * @return converted key */ public static String convertKey (String key, int m_windowNo) diff --git a/org.adempiere.base/src/org/compiere/model/MSequence.java b/org.adempiere.base/src/org/compiere/model/MSequence.java index 97119dc0af..457c4fbbeb 100644 --- a/org.adempiere.base/src/org/compiere/model/MSequence.java +++ b/org.adempiere.base/src/org/compiere/model/MSequence.java @@ -285,7 +285,7 @@ public class MSequence extends X_AD_Sequence * @param AD_Client_ID client * @param TableName table name * @param trxName optional Transaction Name - * @param PO - used to get the date, org and parse context variables + * @param po - used to get the date, org and parse context variables * @return document no or null */ public static String getDocumentNo (int AD_Client_ID, String TableName, String trxName, PO po) @@ -1091,9 +1091,7 @@ public class MSequence extends X_AD_Sequence /** * Get next number for Key column - * @param AD_Client_ID client * @param TableName table name - * @param trxName optional Transaction Name * @return next no or (-1=error) */ public static synchronized int getNextOfficialID_HTTP (String TableName) @@ -1112,9 +1110,7 @@ public class MSequence extends X_AD_Sequence /** * Get next number for Key column - * @param AD_Client_ID client * @param TableName table name - * @param trxName optional Transaction Name * @return next no or (-1=error) */ public static synchronized int getNextProjectID_HTTP (String TableName) diff --git a/org.adempiere.base/src/org/compiere/model/MSetup.java b/org.adempiere.base/src/org/compiere/model/MSetup.java index 895356b8f3..de8223da14 100644 --- a/org.adempiere.base/src/org/compiere/model/MSetup.java +++ b/org.adempiere.base/src/org/compiere/model/MSetup.java @@ -999,7 +999,7 @@ public final class MSetup /************************************************************************** * Create Default main entities. - * - Dimensions & BPGroup, Prod Category) + * - Dimensions and BPGroup, Prod Category) * - Location, Locator, Warehouse * - PriceList * - Cashbook, PaymentTerm diff --git a/org.adempiere.base/src/org/compiere/model/MStatusLine.java b/org.adempiere.base/src/org/compiere/model/MStatusLine.java index bc01fc62f5..367ff77c6e 100644 --- a/org.adempiere.base/src/org/compiere/model/MStatusLine.java +++ b/org.adempiere.base/src/org/compiere/model/MStatusLine.java @@ -64,7 +64,7 @@ public class MStatusLine extends X_AD_StatusLine implements ImmutablePOSupport /** * Standard Constructor * @param ctx context - * @param AD_Window_ID + * @param AD_StatusLine_ID * @param trxName transaction */ public MStatusLine (Properties ctx, int AD_StatusLine_ID, String trxName) @@ -172,7 +172,7 @@ public class MStatusLine extends X_AD_StatusLine implements ImmutablePOSupport } /** - * Get the widget lines defined for the window&tab&table (immutable) + * Get the widget lines defined for the window and tab and table (immutable) * @param window_ID * @param tab_ID * @param table_ID diff --git a/org.adempiere.base/src/org/compiere/model/MStatusLineUsedIn.java b/org.adempiere.base/src/org/compiere/model/MStatusLineUsedIn.java index 9fe7e42e5a..10667e3972 100644 --- a/org.adempiere.base/src/org/compiere/model/MStatusLineUsedIn.java +++ b/org.adempiere.base/src/org/compiere/model/MStatusLineUsedIn.java @@ -37,7 +37,7 @@ public class MStatusLineUsedIn extends X_AD_StatusLineUsedIn /** * Standard Constructor * @param ctx context - * @param AD_Window_ID + * @param AD_StatusLineUsedIn_ID * @param trxName transaction */ public MStatusLineUsedIn (Properties ctx, int AD_StatusLineUsedIn_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java b/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java index 5023d69645..a3022fdbe5 100644 --- a/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java +++ b/org.adempiere.base/src/org/compiere/model/MStorageOnHand.java @@ -101,7 +101,7 @@ public class MStorageOnHand extends X_M_StorageOnHand } // get /** - * Get all Storages for Product with ASI and QtyOnHand <> 0 + * Get all Storages for Product with ASI and QtyOnHand <> 0 * @param ctx context * @param M_Product_ID product * @param M_Locator_ID locator @@ -146,7 +146,7 @@ public class MStorageOnHand extends X_M_StorageOnHand } // getAllWithASI /** - * Get all Storages for Product where QtyOnHand <> 0 + * Get all Storages for Product where QtyOnHand <> 0 * @param ctx context * @param M_Product_ID product * @param M_Locator_ID locator, 0 to match all locator @@ -160,11 +160,13 @@ public class MStorageOnHand extends X_M_StorageOnHand } /** - * Get all Storages for Product where QtyOnHand <> 0 + * Get all Storages for Product where QtyOnHand <> 0 * @param ctx context * @param M_Product_ID product * @param M_Locator_ID locator, 0 to match all locator * @param trxName transaction + * @param forUpdate + * @param timeout * @return existing or null */ public static MStorageOnHand[] getAll (Properties ctx, @@ -290,12 +292,12 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances * @param FiFo first in-first-out - * @param positiveOnly if true, only return storage records with qtyOnHand > 0 + * @param positiveOnly if true, only return storage records with qtyOnHand > 0 * @param M_Locator_ID optional locator id * @param trxName transaction * @return existing - ordered by location priority (desc) and/or guarantee date @@ -311,12 +313,12 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances * @param FiFo first in-first-out - * @param positiveOnly if true, only return storage records with qtyOnHand > 0 + * @param positiveOnly if true, only return storage records with qtyOnHand > 0 * @param M_Locator_ID optional locator id * @param trxName transaction * @param forUpdate @@ -332,15 +334,16 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances * @param FiFo first in-first-out - * @param positiveOnly if true, only return storage records with qtyOnHand > 0 + * @param positiveOnly if true, only return storage records with qtyOnHand > 0 * @param M_Locator_ID optional locator id * @param trxName transaction * @param forUpdate + * @param timeout * @return existing - ordered by location priority (desc) and/or guarantee date */ public static MStorageOnHand[] getWarehouse (Properties ctx, int M_Warehouse_ID, @@ -474,7 +477,7 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances @@ -493,7 +496,7 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve storages that don't have asi, -1 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances @@ -513,7 +516,7 @@ public class MStorageOnHand extends X_M_StorageOnHand /** * Get Storage Info for Warehouse or locator * @param ctx context - * @param M_Warehouse_ID ignore if M_Locator_ID > 0 + * @param M_Warehouse_ID ignore if M_Locator_ID > 0 * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance id, 0 to retrieve storages that don't have asi, -1 to retrieve all instance * @param minGuaranteeDate optional minimum guarantee date if all attribute instances @@ -706,12 +709,11 @@ public class MStorageOnHand extends X_M_StorageOnHand * @param M_Locator_ID locator * @param M_Product_ID product * @param M_AttributeSetInstance_ID AS Instance - * @param reservationAttributeSetInstance_ID reservation AS Instance * @param diffQtyOnHand add on hand * @param trxName transaction - * @deprecated * @return true if updated */ + @Deprecated public static boolean add (Properties ctx, int M_Warehouse_ID, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID, BigDecimal diffQtyOnHand, String trxName) @@ -727,7 +729,6 @@ public class MStorageOnHand extends X_M_StorageOnHand * @param M_Locator_ID locator * @param M_Product_ID product * @param M_AttributeSetInstance_ID AS Instance - * @param reservationAttributeSetInstance_ID reservation AS Instance * @param diffQtyOnHand add on hand * @param dateMPolicy * @param trxName transaction @@ -937,7 +938,6 @@ public class MStorageOnHand extends X_M_StorageOnHand * * Before Save * @param newRecord new - * @param success success * @return success */ @Override diff --git a/org.adempiere.base/src/org/compiere/model/MStorageReservation.java b/org.adempiere.base/src/org/compiere/model/MStorageReservation.java index 1ca4b54a70..8cc2686fd1 100644 --- a/org.adempiere.base/src/org/compiere/model/MStorageReservation.java +++ b/org.adempiere.base/src/org/compiere/model/MStorageReservation.java @@ -121,7 +121,7 @@ public class MStorageReservation extends X_M_StorageReservation { * @param m_Warehouse_ID * @param m_Product_ID * @param i - * @param get_TrxName + * @param trxName * @return */ public static MStorageReservation[] get(Properties ctx, int m_Warehouse_ID, @@ -328,9 +328,10 @@ public class MStorageReservation extends X_M_StorageReservation { /** * Create or Get Storage Info * @param ctx context - * @param M_Locator_ID locator + * @param M_Warehouse_ID * @param M_Product_ID product * @param M_AttributeSetInstance_ID instance + * @param isSOTrx * @param trxName transaction * @return existing/new or null */ diff --git a/org.adempiere.base/src/org/compiere/model/MSysConfig.java b/org.adempiere.base/src/org/compiere/model/MSysConfig.java index 8c041378fa..bef8eb5128 100644 --- a/org.adempiere.base/src/org/compiere/model/MSysConfig.java +++ b/org.adempiere.base/src/org/compiere/model/MSysConfig.java @@ -365,7 +365,7 @@ public class MSysConfig extends X_AD_SysConfig * Get client configuration property of type string * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return String */ public static String getValue(String Name, String defaultValue, int AD_Client_ID) @@ -376,7 +376,7 @@ public class MSysConfig extends X_AD_SysConfig /** * Get system configuration property of type string * @param Name - * @param Client ID + * @param AD_Client_ID Client ID * @return String */ public static String getValue(String Name, int AD_Client_ID) @@ -388,7 +388,7 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type int * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return int */ public static int getIntValue(String Name, int defaultValue, int AD_Client_ID) @@ -415,7 +415,7 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type double * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return double * @deprecated use better getBigDecimalValue */ @@ -440,7 +440,7 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type BigDecimal * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return BigDecimal */ public static BigDecimal getBigDecimalValue(String Name, BigDecimal defaultValue, int AD_Client_ID) @@ -464,7 +464,7 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type boolean * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return boolean */ public static boolean getBooleanValue(String Name, boolean defaultValue, int AD_Client_ID) @@ -485,8 +485,8 @@ public class MSysConfig extends X_AD_SysConfig * Get client configuration property of type string * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return String */ public static String getValue(String Name, String defaultValue, int AD_Client_ID, int AD_Org_ID) @@ -543,8 +543,8 @@ public class MSysConfig extends X_AD_SysConfig /** * Get system configuration property of type string * @param Name - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return String */ public static String getValue(String Name, int AD_Client_ID, int AD_Org_ID) @@ -556,8 +556,8 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type int * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return int */ public static int getIntValue(String Name, int defaultValue, int AD_Client_ID, int AD_Org_ID) @@ -584,8 +584,8 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type double * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return double * @deprecated use better getBigDecimalValue */ @@ -610,8 +610,8 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type BigDecimal * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return BigDecimal */ public static BigDecimal getBigDecimalValue(String Name, BigDecimal defaultValue, int AD_Client_ID, int AD_Org_ID) @@ -635,8 +635,8 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type boolean * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return boolean */ public static boolean getBooleanValue(String Name, boolean defaultValue, int AD_Client_ID, int AD_Org_ID) @@ -678,7 +678,7 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type Timestamp * @param Name * @param defaultValue - * @param Client ID + * @param AD_Client_ID Client ID * @return Timestamp */ public static Timestamp getTimestampValue(String Name, Timestamp defaultValue, int AD_Client_ID) @@ -690,8 +690,8 @@ public class MSysConfig extends X_AD_SysConfig * Get system configuration property of type Timestamp * @param Name * @param defaultValue - * @param Client ID - * @param Organization ID + * @param AD_Client_ID Client ID + * @param AD_Org_ID Organization ID * @return Timestamp */ public static Timestamp getTimestampValue(String Name, Timestamp defaultValue, int AD_Client_ID, int AD_Org_ID) diff --git a/org.adempiere.base/src/org/compiere/model/MTab.java b/org.adempiere.base/src/org/compiere/model/MTab.java index 62134e6627..a4721643e4 100644 --- a/org.adempiere.base/src/org/compiere/model/MTab.java +++ b/org.adempiere.base/src/org/compiere/model/MTab.java @@ -37,7 +37,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution *
  • RF [2826384] The Order and Included Columns should be to fill mandatory - *
  • http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826384&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/feature-requests/775/ * @version $Id: MTab.java,v 1.2 2006/07/30 00:58:37 jjanke Exp $ */ public class MTab extends X_AD_Tab implements ImmutablePOSupport @@ -232,8 +232,8 @@ public class MTab extends X_AD_Tab implements ImmutablePOSupport // begin e-evolution vpj-cd /** * get Tab ID - * @param String AD_Window_ID - * @param String TabName + * @param AD_Window_ID String + * @param TabName String * @return int retValue */ public static int getTab_ID(int AD_Window_ID , String TabName) { diff --git a/org.adempiere.base/src/org/compiere/model/MTable.java b/org.adempiere.base/src/org/compiere/model/MTable.java index 60a70c971c..749018d09e 100644 --- a/org.adempiere.base/src/org/compiere/model/MTable.java +++ b/org.adempiere.base/src/org/compiere/model/MTable.java @@ -59,7 +59,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @author Jorg Janke * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 3017117 ] MTable.getClass returns bad class - * https://sourceforge.net/tracker/?func=detail&aid=3017117&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2433/ * @version $Id: MTable.java,v 1.3 2006/07/30 00:58:04 jjanke Exp $ */ public class MTable extends X_AD_Table implements ImmutablePOSupport @@ -755,7 +755,8 @@ public class MTable extends X_AD_Table implements ImmutablePOSupport } /** * Grant independence to GenerateModel from AD_Table_ID - * @param String tableName + * @param tableName String + * @param trxName * @return int retValue */ public static int getTable_ID(String tableName, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/MTableScriptValidator.java b/org.adempiere.base/src/org/compiere/model/MTableScriptValidator.java index bb3e495013..d1cf7d4467 100644 --- a/org.adempiere.base/src/org/compiere/model/MTableScriptValidator.java +++ b/org.adempiere.base/src/org/compiere/model/MTableScriptValidator.java @@ -38,7 +38,7 @@ import org.idempiere.cache.ImmutablePOSupport; * @author Teo Sarca, SC ARHIPAC SERVICE SRL *
  • BF [ 1885496 ] Performance NEEDS *
  • BF [ 2819654 ] Table Script Validator SeqNo is not set - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2819654&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/1978/ */ public class MTableScriptValidator extends X_AD_Table_ScriptValidator implements ImmutablePOSupport { @@ -81,7 +81,7 @@ public class MTableScriptValidator extends X_AD_Table_ScriptValidator implements /** * Get Model Validation Script Rules for a table/event * @param ctx context - * @param table_id AD_Table_ID + * @param ad_table_id AD_Table_ID * @param event Event * @return array of MTableScriptValidator or null if error or no validators found */ diff --git a/org.adempiere.base/src/org/compiere/model/MTimeExpense.java b/org.adempiere.base/src/org/compiere/model/MTimeExpense.java index 6c925538ff..e2f1d81bce 100644 --- a/org.adempiere.base/src/org/compiere/model/MTimeExpense.java +++ b/org.adempiere.base/src/org/compiere/model/MTimeExpense.java @@ -39,7 +39,7 @@ import org.compiere.util.Msg; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: MTimeExpense.java,v 1.4 2006/07/30 00:51:03 jjanke Exp $ */ public class MTimeExpense extends X_S_TimeExpense implements DocAction diff --git a/org.adempiere.base/src/org/compiere/model/MToolBarButtonRestrict.java b/org.adempiere.base/src/org/compiere/model/MToolBarButtonRestrict.java index 450fe23913..b43581a28c 100644 --- a/org.adempiere.base/src/org/compiere/model/MToolBarButtonRestrict.java +++ b/org.adempiere.base/src/org/compiere/model/MToolBarButtonRestrict.java @@ -27,7 +27,7 @@ import org.compiere.util.Env; /** - * ToolBar & Button Restriction + * ToolBar and Button Restriction * @author Nicolas Micoud */ public class MToolBarButtonRestrict extends X_AD_ToolBarButtonRestrict @@ -86,7 +86,7 @@ public class MToolBarButtonRestrict extends X_AD_ToolBarButtonRestrict /** * Standard Constructor * @param ctx context - * @param AD_Note_ID id + * @param AD_ToolBarButtonRestrict_ID id * @param trxName transaction */ public MToolBarButtonRestrict (Properties ctx, int AD_ToolBarButtonRestrict_ID, String trxName) @@ -184,7 +184,7 @@ public class MToolBarButtonRestrict extends X_AD_ToolBarButtonRestrict } // toString /** - * Check Window access for ReadWrite & New Toolbar button + * Check Window access for ReadWrite and New Toolbar button * * @param windowID - AD_Window_ID * @return True if Toolbar button is restricted @@ -195,7 +195,7 @@ public class MToolBarButtonRestrict extends X_AD_ToolBarButtonRestrict } // isNewButtonRestricted /** - * Check Window access for ReadWrite & New Toolbar button + * Check Window access for ReadWrite and New Toolbar button * * @param windowID - AD_Window_ID * @param tabID - AD_Tab_ID diff --git a/org.adempiere.base/src/org/compiere/model/MTree.java b/org.adempiere.base/src/org/compiere/model/MTree.java index 3ee329e1f9..ae51de0691 100644 --- a/org.adempiere.base/src/org/compiere/model/MTree.java +++ b/org.adempiere.base/src/org/compiere/model/MTree.java @@ -76,7 +76,7 @@ public class MTree extends MTree_Base } /** - * Construct & Load Tree + * Construct and Load Tree * @param AD_Tree_ID The tree to build * @param editable True, if tree can be modified * - includes inactive and empty summary nodes diff --git a/org.adempiere.base/src/org/compiere/model/MTreeFavorite.java b/org.adempiere.base/src/org/compiere/model/MTreeFavorite.java index 0e440022bc..0fa047fae9 100644 --- a/org.adempiere.base/src/org/compiere/model/MTreeFavorite.java +++ b/org.adempiere.base/src/org/compiere/model/MTreeFavorite.java @@ -210,7 +210,7 @@ public class MTreeFavorite extends X_AD_Tree_Favorite } // checkBuffer /** - * Get Favorite Tree ID for a specific User & Role Wise + * Get Favorite Tree ID for a specific User and Role Wise * * @param userID * @return Favorite Tree_ID diff --git a/org.adempiere.base/src/org/compiere/model/MTreeNode.java b/org.adempiere.base/src/org/compiere/model/MTreeNode.java index 3680a95f41..9114ccc67f 100644 --- a/org.adempiere.base/src/org/compiere/model/MTreeNode.java +++ b/org.adempiere.base/src/org/compiere/model/MTreeNode.java @@ -250,7 +250,7 @@ public class MTreeNode extends DefaultMutableTreeNode /** * Set Description - * @param name name + * @param description */ public void setDescription (String description) { diff --git a/org.adempiere.base/src/org/compiere/model/MUOMConversion.java b/org.adempiere.base/src/org/compiere/model/MUOMConversion.java index 0e07ff772b..5a50d95ebc 100644 --- a/org.adempiere.base/src/org/compiere/model/MUOMConversion.java +++ b/org.adempiere.base/src/org/compiere/model/MUOMConversion.java @@ -472,8 +472,8 @@ public class MUOMConversion extends X_C_UOM_Conversion implements ImmutablePOSup * Convert PRICE expressed in entered UoM to equivalent price in product UoM and round.
    * OR Convert QTY in product UOM to qty in entered UoM and round.
    * - * eg: $6/6pk => $1/ea
    - * OR 6 X ea => 1 X 6pk + * eg: $6/6pk => $1/ea
    + * OR 6 X ea => 1 X 6pk * * @param ctx context * @param M_Product_ID product @@ -552,8 +552,8 @@ public class MUOMConversion extends X_C_UOM_Conversion implements ImmutablePOSup * Convert PRICE expressed in product UoM to equivalent price in entered UoM and round.
    * OR Convert QTY in entered UOM to qty in product UoM and round.
    * - * eg: $1/ea => $6/6pk
    - * OR 1 X 6pk => 6 X ea + * eg: $1/ea => $6/6pk
    + * OR 1 X 6pk => 6 X ea * * @param ctx context * @param M_Product_ID product diff --git a/org.adempiere.base/src/org/compiere/model/MUser.java b/org.adempiere.base/src/org/compiere/model/MUser.java index 00ba8f267f..e5e2fb2d81 100644 --- a/org.adempiere.base/src/org/compiere/model/MUser.java +++ b/org.adempiere.base/src/org/compiere/model/MUser.java @@ -53,7 +53,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2788430 ] MUser.getOfBPartner add trxName parameter - * https://sourceforge.net/tracker/index.php?func=detail&aid=2788430&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/714/ */ public class MUser extends X_AD_User implements ImmutablePOSupport { @@ -705,7 +705,7 @@ public class MUser extends X_AD_User implements ImmutablePOSupport } // getEMailValidationCode /** - * Check & Set EMail Validation Code. + * Check and Set EMail Validation Code. * @param code code * @param info info * @return true if valid @@ -1084,25 +1084,6 @@ public class MUser extends X_AD_User implements ImmutablePOSupport return retValue; } - /** - * Test - * @param args ignored - * - public static void main (String[] args) - { - try - { - validateEmail(new InternetAddress("jjanke@adempiere.org")); - } - catch (Exception e) - { - e.printStackTrace(); - } - - // org.compiere.Adempiere.startupClient(); - // System.out.println ( MUser.get(Env.getCtx(), "SuperUser", "22") ); - } // main /* */ - @Override public String getEMailUser() { // IDEMPIERE-722 diff --git a/org.adempiere.base/src/org/compiere/model/MWarehouse.java b/org.adempiere.base/src/org/compiere/model/MWarehouse.java index b11d78c9d5..94d843ae71 100644 --- a/org.adempiere.base/src/org/compiere/model/MWarehouse.java +++ b/org.adempiere.base/src/org/compiere/model/MWarehouse.java @@ -33,7 +33,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Jorg Janke * @author victor.perez@e-evolution.com - * @see FR [ 1966337 ] New Method to get the Transit Warehouse based in ID Org http://sourceforge.net/tracker/index.php?func=detail&aid=1966337&group_id=176962&atid=879335 + * see FR [ 1966337 ] New Method to get the Transit Warehouse based in ID Org https://sourceforge.net/p/adempiere/feature-requests/430/ * @author Teo Sarca, http://www.arhipac.ro *
  • BF [ 1874419 ] JDBC Statement not close in a finally block * @version $Id: MWarehouse.java,v 1.3 2006/07/30 00:58:05 jjanke Exp $ @@ -266,7 +266,6 @@ public class MWarehouse extends X_M_Warehouse implements ImmutablePOSupport /** * Before Save * @param newRecord new - * @param success success * @return success */ @Override diff --git a/org.adempiere.base/src/org/compiere/model/MWarehousePrice.java b/org.adempiere.base/src/org/compiere/model/MWarehousePrice.java index 9dcdda3dba..068f7e9b2a 100644 --- a/org.adempiere.base/src/org/compiere/model/MWarehousePrice.java +++ b/org.adempiere.base/src/org/compiere/model/MWarehousePrice.java @@ -226,7 +226,7 @@ public class MWarehousePrice extends X_RV_WarehousePrice /** * Is Product Available - * @return true if available qty > 0 + * @return true if available qty > 0 */ public boolean isAvailable() { diff --git a/org.adempiere.base/src/org/compiere/model/MWindow.java b/org.adempiere.base/src/org/compiere/model/MWindow.java index 07b71107ce..7600095ada 100644 --- a/org.adempiere.base/src/org/compiere/model/MWindow.java +++ b/org.adempiere.base/src/org/compiere/model/MWindow.java @@ -288,7 +288,7 @@ public class MWindow extends X_AD_Window implements ImmutablePOSupport //vpj-cd begin e-evolution /** * get Window ID - * @param String windowName + * @param windowName String * @return int retValue */ public static int getWindow_ID(String windowName) { diff --git a/org.adempiere.base/src/org/compiere/model/MYear.java b/org.adempiere.base/src/org/compiere/model/MYear.java index 321bf9f44f..fb48445570 100644 --- a/org.adempiere.base/src/org/compiere/model/MYear.java +++ b/org.adempiere.base/src/org/compiere/model/MYear.java @@ -172,9 +172,8 @@ public class MYear extends X_C_Year /** * Create 12 Standard (Jan-Dec) Periods. * Creates also Period Control from DocType. - * @see DocumentTypeVerify#createPeriodControls(Properties, int, SvrProcess, String) + * see DocumentTypeVerify#createPeriodControls(Properties, int, SvrProcess, String) * @param locale locale - * @return true if created */ public void createStdPeriods(Locale locale) { @@ -185,7 +184,7 @@ public class MYear extends X_C_Year /** * Create 12 Standard Periods from the specified start date. * Creates also Period Control from DocType. - * @see DocumentTypeVerify#createPeriodControls(Properties, int, SvrProcess, String) + * see DocumentTypeVerify#createPeriodControls(Properties, int, SvrProcess, String) * @param locale locale * @param startDate first day of the calendar year * @param dateFormat SimpleDateFormat pattern for generating the period names. diff --git a/org.adempiere.base/src/org/compiere/model/MZoomCondition.java b/org.adempiere.base/src/org/compiere/model/MZoomCondition.java index 7aafe9c092..d448b8f863 100644 --- a/org.adempiere.base/src/org/compiere/model/MZoomCondition.java +++ b/org.adempiere.base/src/org/compiere/model/MZoomCondition.java @@ -43,7 +43,7 @@ public class MZoomCondition extends X_AD_ZoomCondition implements ImmutablePOSup /************************************************************************** * Standard Constructor * @param ctx context - * @param XXA_PostIt_ID id + * @param AD_ZoomCondition_ID id * @param trxName transaction */ public MZoomCondition (Properties ctx, int AD_ZoomCondition_ID, String trxName) diff --git a/org.adempiere.base/src/org/compiere/model/M_Element.java b/org.adempiere.base/src/org/compiere/model/M_Element.java index fbf1ecddad..ba44a294e8 100644 --- a/org.adempiere.base/src/org/compiere/model/M_Element.java +++ b/org.adempiere.base/src/org/compiere/model/M_Element.java @@ -106,9 +106,9 @@ public class M_Element extends X_AD_Element /** * Get Element * @param ctx context - * @param columnName case insensitive column name + * @param AD_Column_ID * @param trxName trx - * @return case sensitive column name + * @return M_Element */ public static M_Element getOfColumn (Properties ctx, int AD_Column_ID, String trxName) { @@ -125,8 +125,8 @@ public class M_Element extends X_AD_Element /** * Get Element * @param ctx context - * @param columnName case insentitive column name - * @return case sensitive column name + * @param AD_Column_ID + * @return M_Element */ public static M_Element getOfColumn (Properties ctx, int AD_Column_ID) { diff --git a/org.adempiere.base/src/org/compiere/model/ModelValidationEngine.java b/org.adempiere.base/src/org/compiere/model/ModelValidationEngine.java index d052b0aef4..ea8d59645c 100644 --- a/org.adempiere.base/src/org/compiere/model/ModelValidationEngine.java +++ b/org.adempiere.base/src/org/compiere/model/ModelValidationEngine.java @@ -56,11 +56,11 @@ import org.osgi.service.event.Event; *
  • BF [ 1679692 ] fireDocValidate doesn't treat exceptions as errors *
  • FR [ 1724662 ] Support Email should contain model validators info *
  • FR [ 2788276 ] Data Import Validator - * https://sourceforge.net/tracker/?func=detail&aid=2788276&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/712/ *
  • BF [ 2804135 ] Global FactsValidator are not invoked - * https://sourceforge.net/tracker/?func=detail&aid=2804135&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1936/ *
  • BF [ 2819617 ] NPE if script validator rule returns null - * https://sourceforge.net/tracker/?func=detail&aid=2819617&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1976/ * @author victor.perez@e-evolution.com, www.e-evolution.com *
  • BF [ 2947607 ] Model Validator Engine duplicate listeners */ @@ -332,7 +332,7 @@ public class ModelValidationEngine * Fire Model Change. * Call modelChange method of added validators * @param po persistent objects - * @param type ModelValidator.TYPE_* + * @param changeType ModelValidator.TYPE_* * @return error message or NULL for no veto */ public String fireModelChange (PO po, int changeType) @@ -499,7 +499,7 @@ public class ModelValidationEngine * Fire Document Validation. * Call docValidate method of added validators * @param po persistent objects - * @param timing see ModelValidator.TIMING_ constants + * @param docTiming see ModelValidator.TIMING_ constants * @return error message or null */ public String fireDocValidate (PO po, int docTiming) @@ -642,7 +642,7 @@ public class ModelValidationEngine /************************************************************************** * Add Date Import Validation Listener - * @param data.tableName table name + * @param importTableName table name * @param listener listener */ public void addImportValidate (String importTableName, ImportValidator listener) @@ -687,7 +687,6 @@ public class ModelValidationEngine * Call factsValidate method of added validators * @param schema * @param facts - * @param doc * @param po * @return error message or null */ @@ -822,7 +821,7 @@ public class ModelValidationEngine * @param ctx context * @return Model Validators Info * - * @author Teo Sarca, FR [ 1724662 ] + * author Teo Sarca, FR [ 1724662 ] */ public StringBuffer getInfoDetail(StringBuffer sb, Properties ctx) { if (sb == null) @@ -863,7 +862,7 @@ public class ModelValidationEngine * After Load Preferences into Context for selected client. * @param ctx context * @see org.compiere.util.Login#loadPreferences(KeyNamePair, KeyNamePair, java.sql.Timestamp, String) - * @author Teo Sarca - FR [ 1670025 ] - https://sourceforge.net/tracker/index.php?func=detail&aid=1670025&group_id=176962&atid=879335 + * author Teo Sarca - FR [ 1670025 ] - https://sourceforge.net/p/adempiere/feature-requests/78/ */ public void afterLoadPreferences (Properties ctx) { diff --git a/org.adempiere.base/src/org/compiere/model/MultiMap.java b/org.adempiere.base/src/org/compiere/model/MultiMap.java index 8cda4ea681..abbf25c727 100644 --- a/org.adempiere.base/src/org/compiere/model/MultiMap.java +++ b/org.adempiere.base/src/org/compiere/model/MultiMap.java @@ -158,7 +158,7 @@ public final class MultiMap implements Map, Serializable } // getKeys /** - * Put Key & Value + * Put Key and Value * @param key * @param value * @return always null diff --git a/org.adempiere.base/src/org/compiere/model/NaturalAccountMap.java b/org.adempiere.base/src/org/compiere/model/NaturalAccountMap.java index 0ee063cc35..3fdf9da974 100644 --- a/org.adempiere.base/src/org/compiere/model/NaturalAccountMap.java +++ b/org.adempiere.base/src/org/compiere/model/NaturalAccountMap.java @@ -33,7 +33,7 @@ import org.compiere.util.Util; /** * Natural Account (HashMap) Management. - * + * <String,MElementValue> *
      *  The key is a String of the column name (e.g. SUSPENSEBALANCING_ACCT)
      *  The value is an NaturalAccount
    diff --git a/org.adempiere.base/src/org/compiere/model/PO.java b/org.adempiere.base/src/org/compiere/model/PO.java
    index a8b6a0f660..91bb575681 100644
    --- a/org.adempiere.base/src/org/compiere/model/PO.java
    +++ b/org.adempiere.base/src/org/compiere/model/PO.java
    @@ -90,21 +90,21 @@ import org.w3c.dom.Element;
      *			
  • BF [ 1990856 ] PO.set_Value* : truncate string more than needed *
  • FR [ 2042844 ] PO.get_Translation improvements *
  • FR [ 2818369 ] Implement PO.get_ValueAs*(columnName) - * https://sourceforge.net/tracker/?func=detail&aid=2818369&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/754/ *
  • BF [ 2849122 ] PO.AfterSave is not rollback on error - * https://sourceforge.net/tracker/?func=detail&aid=2849122&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2073/ *
  • BF [ 2859125 ] Can't set AD_OrgBP_ID - * https://sourceforge.net/tracker/index.php?func=detail&aid=2859125&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2095/ *
  • BF [ 2866493 ] VTreePanel is not saving who did the node move - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866493&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2135/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2876259 ] PO.insertTranslation query is not correct - * https://sourceforge.net/tracker/?func=detail&aid=2876259&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2168/ * @author Victor Perez, e-Evolution SC *
  • [ 2195894 ] Improve performance in PO engine - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195894&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/555/ *
  • BF [2947622] The replication ID (Primary Key) is not working - *
  • https://sourceforge.net/tracker/?func=detail&aid=2947622&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2308/ */ public abstract class PO implements Serializable, Comparator, Evaluatee, Cloneable @@ -151,7 +151,7 @@ public abstract class PO } // PO /** - * Create & Load existing Persistent Object + * Create and Load existing Persistent Object * @param ID The unique ID of the object * @param ctx context * @param trxName transaction name @@ -162,7 +162,7 @@ public abstract class PO } // PO /** - * Create & Load existing Persistent Object. + * Create and Load existing Persistent Object. * @param ctx context * @param rs optional - load from current result set position (no navigation, not closed) * if null, a new record is created. @@ -174,7 +174,7 @@ public abstract class PO } // PO /** - * Create & Load existing Persistent Object. + * Create and Load existing Persistent Object. *
     	 *  You load
     	 * 		- an existing single key record with 	new PO (ctx, Record_ID)
    @@ -364,7 +364,7 @@ public abstract class PO
     	 * 	Compare based on DocumentNo, Value, Name, Description
     	 *	@param o1 Object 1
     	 *	@param o2 Object 2
    -	 *	@return -1 if o1 < o2
    +	 *	@return -1 if o1 < o2
     	 */
     	public int compare (Object o1, Object o2)
     	{
    @@ -1259,7 +1259,7 @@ public abstract class PO
     	/**
     	 * 	Copy old values of From to new values of To.
     	 *  Does not copy Keys
    -	 * 	@param from old, existing & unchanged PO
    +	 * 	@param from old, existing and unchanged PO
     	 *  @param to new, not saved PO
     	 * 	@param AD_Client_ID client
     	 * 	@param AD_Org_ID org
    @@ -1274,7 +1274,7 @@ public abstract class PO
     	/**
     	 * 	Copy old values of From to new values of To.
     	 *  Does not copy Keys and AD_Client_ID/AD_Org_ID
    -	 * 	@param from old, existing & unchanged PO
    +	 * 	@param from old, existing and unchanged PO
     	 *  @param to new, not saved PO
     	 */
     	public static void copyValues (PO from, PO to)
    @@ -4253,7 +4253,6 @@ public abstract class PO
     	/**
     	 * 	Update parent key and seqno based on value if the tree is driven by value 
     	 * 	@param treeType MTree TREETYPE_*
    -	 *	@return true if inserted
     	 */
     	public void update_Tree (String treeType)
     	{
    @@ -4622,18 +4621,18 @@ public abstract class PO
     	/*************************************************************************
     	 * 	Get All IDs of Table.
     	 * 	Used for listing all Entities
    -	 * 	
    +	 * 	
    {@code
     	 	int[] IDs = PO.getAllIDs ("AD_PrintFont", null);
     		for (int i = 0; i < IDs.length; i++)
     		{
     			pf = new MPrintFont(Env.getCtx(), IDs[i]);
     			System.out.println(IDs[i] + " = " + pf.getFont());
     		}
    -	 *	
    +	 *	}
    * @param TableName table name (key column with _ID) * @param WhereClause optional where clause - * @return array of IDs or null * @param trxName transaction + * @return array of IDs or null */ public static int[] getAllIDs (String TableName, String WhereClause, String trxName) { diff --git a/org.adempiere.base/src/org/compiere/model/POInfo.java b/org.adempiere.base/src/org/compiere/model/POInfo.java index 6c2ba3bfed..8589d86a90 100644 --- a/org.adempiere.base/src/org/compiere/model/POInfo.java +++ b/org.adempiere.base/src/org/compiere/model/POInfo.java @@ -44,7 +44,7 @@ import org.compiere.util.Env; * @version $Id: POInfo.java,v 1.2 2006/07/30 00:58:37 jjanke Exp $ * @author Victor Perez, e-Evolution SC *
  • [ 2195894 ] Improve performance in PO engine - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195894&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/555/ */ public class POInfo implements Serializable { diff --git a/org.adempiere.base/src/org/compiere/model/PaymentProcessor.java b/org.adempiere.base/src/org/compiere/model/PaymentProcessor.java index fd57f8e6e2..8c0234b79d 100644 --- a/org.adempiere.base/src/org/compiere/model/PaymentProcessor.java +++ b/org.adempiere.base/src/org/compiere/model/PaymentProcessor.java @@ -66,8 +66,7 @@ public abstract class PaymentProcessor public static final char EQ = '='; /** - * - * @param mpp + * @param mbap * @param mp */ public void initialize(MBankAccountProcessor mbap, PaymentInterface mp) @@ -78,8 +77,8 @@ public abstract class PaymentProcessor /** * Factory - * @param mpp payment processor model - * @param mp payment model + * @param mbap + * @param mp * @return initialized PaymentProcessor or null */ public static PaymentProcessor create (MBankAccountProcessor mbap, PaymentInterface mp) @@ -179,7 +178,7 @@ public abstract class PaymentProcessor /************************************************************************** - * Check for delimiter fields &= and add length of not encoded + * Check for delimiter fields &= and add length of not encoded * @param name name * @param value value * @param maxLength maximum length @@ -198,7 +197,7 @@ public abstract class PaymentProcessor } // createPair /** - * Check for delimiter fields &= and add length of not encoded + * Check for delimiter fields &= and add length of not encoded * @param name name * @param value value * @param maxLength maximum length @@ -213,7 +212,7 @@ public abstract class PaymentProcessor } // createPair /** - * Check for delimiter fields &= and add length of not encoded + * Check for delimiter fields &= and add length of not encoded * @param name name * @param value value * @param maxLength maximum length diff --git a/org.adempiere.base/src/org/compiere/model/Query.java b/org.adempiere.base/src/org/compiere/model/Query.java index b6036c6cef..edca6b1726 100644 --- a/org.adempiere.base/src/org/compiere/model/Query.java +++ b/org.adempiere.base/src/org/compiere/model/Query.java @@ -49,9 +49,9 @@ import org.compiere.util.Util; *
  • FR [ 2546052 ] Introduce Query aggregate methods *
  • FR [ 2726447 ] Query aggregate methods for all return types *
  • FR [ 2818547 ] Implement Query.setOnlySelection - * https://sourceforge.net/tracker/?func=detail&aid=2818547&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/759/ *
  • FR [ 2818646 ] Implement Query.firstId/firstIdOnly - * https://sourceforge.net/tracker/?func=detail&aid=2818646&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/760/ * @author Redhuan D. Oon *
  • FR: [ 2214883 ] Remove SQL code and Replace for Query // introducing SQL String prompt in log.info *
  • FR: [ 2214883 ] - to introduce .setClient_ID @@ -188,7 +188,9 @@ public class Query /** * Turn on data access filter with controls - * @param flag + * @param fullyQualified + * @param RW + * @return */ public Query setApplyAccessFilter(boolean fullyQualified, boolean RW) { diff --git a/org.adempiere.base/src/org/compiere/model/SetGetUtil.java b/org.adempiere.base/src/org/compiere/model/SetGetUtil.java index c5524cf1f0..01a66f75d2 100644 --- a/org.adempiere.base/src/org/compiere/model/SetGetUtil.java +++ b/org.adempiere.base/src/org/compiere/model/SetGetUtil.java @@ -47,7 +47,7 @@ public class SetGetUtil /** * Update columns from the result of the given query. *

    If the query returns more than one row, only the first row will be used. - *

    This is a simplified version of {@link #updateColumns(SetGetModel[], String[], String, String)} + *

    This is a simplified version of {@link #updateColumns(SetGetModel[], String[], String, Object[], String)} * which calls: *

    updateColumns(new SetGetModel[]{model}, columnNames, query, trxName);
    * @@ -59,7 +59,7 @@ public class SetGetUtil * @param params sql parameters * @param trxName * - * @see #updateColumns(SetGetModel[], String[], String, String) + * @see #updateColumns(SetGetModel[], String[], String, Object[], String) */ public static void updateColumns(SetGetModel model, String[] columnNames, String sql, Object[] params, String trxName) { @@ -501,7 +501,7 @@ public class SetGetUtil /** * Check if given object was produced by used entry (i.e. created from a window) * @param o object - * @return If object is instanceof PO then {@link PO#is_UserEntry()} will be checked. + * @return If object is instanceof PO then ... * If object is null then false will be returned. * Else true will be returned. */ diff --git a/org.adempiere.base/src/org/compiere/model/Tax.java b/org.adempiere.base/src/org/compiere/model/Tax.java index baab1e7bfe..baec802718 100644 --- a/org.adempiere.base/src/org/compiere/model/Tax.java +++ b/org.adempiere.base/src/org/compiere/model/Tax.java @@ -73,7 +73,7 @@ public class Tax /************************************************************************** * Get Tax ID - converts parameters to call Get Tax. - *
    +	 *  
    {@code
     	 *		M_Product_ID/C_Charge_ID	->	C_TaxCategory_ID
     	 *		billDate, shipDate			->	billDate, shipDate
     	 *		AD_Org_ID					->	billFromC_Location_ID
    @@ -82,7 +82,7 @@ public class Tax
     	 *		shipC_BPartner_Location_ID 	->	shipToC_Location_ID
     	 *
     	 *  if IsSOTrx is false, bill and ship are reversed
    -	 *  
    + * }
    * @param ctx context * @param M_Product_ID product * @param C_Charge_ID product @@ -137,7 +137,7 @@ public class Tax /** * Get Tax ID - converts parameters to call Get Tax. - *
    +	 *  
    {@code
     	 *		C_Charge_ID					->	C_TaxCategory_ID
     	 *		billDate					->	billDate
     	 *		shipDate					->	shipDate (ignored)
    @@ -147,7 +147,7 @@ public class Tax
     	 *		shipC_BPartner_Location_ID 	->	shipToC_Location_ID (ignored)
     	 *
     	 *  if IsSOTrx is false, bill and ship are reversed
    -	 *  
    + * }
    * @param ctx context * @param C_Charge_ID product * @param billDate invoice date @@ -279,7 +279,7 @@ public class Tax /** * Get Tax ID - converts parameters to call Get Tax. - *
    +	 *  
    {@code
     	 *		M_Product_ID				->	C_TaxCategory_ID
     	 *		billDate					->	billDate
     	 *		shipDate					->	shipDate (ignored)
    @@ -289,7 +289,7 @@ public class Tax
     	 *		shipC_BPartner_Location_ID 	->	shipToC_Location_ID (ignored)
     	 *
     	 *  if IsSOTrx is false, bill and ship are reversed
    -	 *  
    + * }
    * @param ctx context * @param M_Product_ID product * @param billDate invoice date diff --git a/org.adempiere.base/src/org/compiere/print/ArchiveEngine.java b/org.adempiere.base/src/org/compiere/print/ArchiveEngine.java index 0eaf9aec66..ddcef9f88a 100644 --- a/org.adempiere.base/src/org/compiere/print/ArchiveEngine.java +++ b/org.adempiere.base/src/org/compiere/print/ArchiveEngine.java @@ -41,7 +41,7 @@ import org.jfree.io.IOUtils; * Keys set for * - Menu Reports - AD_Report_ID * - Win Report - AD_Table_ID - * - Documents - AD_Table_ID & Record_ID & C_Customer_ID + * - Documents - AD_Table_ID and Record_ID and C_Customer_ID * * @author Jorg Janke * @version $Id: ArchiveEngine.java,v 1.3 2006/07/30 00:53:02 jjanke Exp $ diff --git a/org.adempiere.base/src/org/compiere/print/CPaper.java b/org.adempiere.base/src/org/compiere/print/CPaper.java index 4132bf110c..03f1344c12 100644 --- a/org.adempiere.base/src/org/compiere/print/CPaper.java +++ b/org.adempiere.base/src/org/compiere/print/CPaper.java @@ -41,7 +41,7 @@ import org.compiere.util.Msg; * * Change log: *
      - *
    • 2009-02-10 - armen - [ 2580531 ] Custom Paper Support - https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2580531&group_id=176962 + *
    • 2009-02-10 - armen - [ 2580531 ] Custom Paper Support - https://sourceforge.net/p/adempiere/feature-requests/655/ *
    * * @author Jorg Janke @@ -151,7 +151,6 @@ public class CPaper extends Paper /** * Get Media Size - * @return media size */ //AA Goodwill : Custom Paper Support public CPaper (double x, double y, int units, diff --git a/org.adempiere.base/src/org/compiere/print/DataEngine.java b/org.adempiere.base/src/org/compiere/print/DataEngine.java index 516675cc6a..42af0eac9e 100644 --- a/org.adempiere.base/src/org/compiere/print/DataEngine.java +++ b/org.adempiere.base/src/org/compiere/print/DataEngine.java @@ -65,15 +65,15 @@ import bsh.Interpreter; *
  • BF [ 1807368 ] DataEngine does not close DB connection *
  • BF [ 2549128 ] Report View Column not working at all *
  • BF [ 2865545 ] Error if not all parts of multikey are lookups - * https://sourceforge.net/tracker/?func=detail&aid=2865545&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2120/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2876268 ] DataEngine: error on text long fields - * https://sourceforge.net/tracker/?func=detail&aid=2876268&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2169/ * @author victor.perez@e-evolution.com - *
  • FR [ 2011569 ] Implementing new Summary flag in Report View http://sourceforge.net/tracker/index.php?func=detail&aid=2011569&group_id=176962&atid=879335 + *
  • FR [ 2011569 ] Implementing new Summary flag in Report View https://sourceforge.net/p/adempiere/feature-requests/478/ * @author Paul Bowden (phib) *
  • BF 2908435 Virtual columns with lookup reference types can't be printed - * https://sourceforge.net/tracker/?func=detail&aid=2908435&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2246/ * @contributor Fernandinho (FAIRE) * - http://jira.idempiere.com/browse/IDEMPIERE-153 */ diff --git a/org.adempiere.base/src/org/compiere/print/MPrintFormat.java b/org.adempiere.base/src/org/compiere/print/MPrintFormat.java index 59a6a7c0e7..c8be684937 100644 --- a/org.adempiere.base/src/org/compiere/print/MPrintFormat.java +++ b/org.adempiere.base/src/org/compiere/print/MPrintFormat.java @@ -1242,7 +1242,7 @@ public class MPrintFormat extends X_AD_PrintFormat implements ImmutablePOSupport //begin vpj-cd e-evolution /** * Get ID of Print Format use Name - * @param String formatName + * @param formatName * @param AD_Table_ID * @param AD_Client_ID * @return AD_PrintFormat_ID @@ -1256,10 +1256,11 @@ public class MPrintFormat extends X_AD_PrintFormat implements ImmutablePOSupport //end vpj-cd e-evolution /** - * @param AD_Table_ID + * @param AD_Table_ID * @param AD_Window_ID - * @param AD_Client_ID use -1 to retrieve from all client * @param trxName + * @param makeNewWhenEmpty + * @return */ public static List getAccessiblePrintFormats (int AD_Table_ID, int AD_Window_ID, String trxName, boolean makeNewWhenEmpty) { diff --git a/org.adempiere.base/src/org/compiere/print/MPrintPaper.java b/org.adempiere.base/src/org/compiere/print/MPrintPaper.java index 7af87741c4..76e07f1a35 100644 --- a/org.adempiere.base/src/org/compiere/print/MPrintPaper.java +++ b/org.adempiere.base/src/org/compiere/print/MPrintPaper.java @@ -38,7 +38,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * Change log: *
      - *
    • 2009-02-10 - armen - [ 2580531 ] Custom Paper Support - https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2580531&group_id=176962 + *
    • 2009-02-10 - armen - [ 2580531 ] Custom Paper Support - https://sourceforge.net/p/adempiere/feature-requests/655/ *
    * * @author Jorg Janke @@ -46,7 +46,7 @@ import org.idempiere.cache.ImmutablePOSupport; * * @author Teo Sarca *
  • FR [ 2829019 ] Check PrintPaper on save - * https://sourceforge.net/tracker/?func=detail&aid=2829019&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/782/ */ public class MPrintPaper extends X_AD_PrintPaper implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/print/MPrintTableFormat.java b/org.adempiere.base/src/org/compiere/print/MPrintTableFormat.java index ff4594601f..a47456c63b 100644 --- a/org.adempiere.base/src/org/compiere/print/MPrintTableFormat.java +++ b/org.adempiere.base/src/org/compiere/print/MPrintTableFormat.java @@ -45,7 +45,7 @@ import org.idempiere.cache.IntPOCopyCache; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution *
  • BF [ 2011567 ] Implement Background Image for Document printed - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2011567&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/477/ * @version $Id: MPrintTableFormat.java,v 1.3 2006/07/30 00:53:02 jjanke Exp $ */ public class MPrintTableFormat extends X_AD_PrintTableFormat implements ImmutablePOSupport diff --git a/org.adempiere.base/src/org/compiere/print/PrintDataElement.java b/org.adempiere.base/src/org/compiere/print/PrintDataElement.java index b0145f0fa4..6a2f83c244 100644 --- a/org.adempiere.base/src/org/compiere/print/PrintDataElement.java +++ b/org.adempiere.base/src/org/compiere/print/PrintDataElement.java @@ -145,7 +145,7 @@ public class PrintDataElement implements Serializable /** * Set ForeignName - * @return name + * @param foreignColumnName */ public void setForeignColumnName(String foreignColumnName) { m_foreignColumnName = foreignColumnName; diff --git a/org.adempiere.base/src/org/compiere/print/PrintUtil.java b/org.adempiere.base/src/org/compiere/print/PrintUtil.java index e9ac872f44..7ea59430f1 100644 --- a/org.adempiere.base/src/org/compiere/print/PrintUtil.java +++ b/org.adempiere.base/src/org/compiere/print/PrintUtil.java @@ -428,7 +428,7 @@ public class PrintUtil } // dump /************************************************************************** - * Create Print Form & Print Formats for a new Client. + * Create Print Form and Print Formats for a new Client. * - Order, Invoice, etc. * Called from VSetup * @param AD_Client_ID new Client @@ -439,7 +439,7 @@ public class PrintUtil } /************************************************************************** - * Create Print Form & Print Formats for a new Client. + * Create Print Form and Print Formats for a new Client. * - Order, Invoice, etc. * Called from VSetup * @param AD_Client_ID new Client diff --git a/org.adempiere.base/src/org/compiere/print/ReportEngine.java b/org.adempiere.base/src/org/compiere/print/ReportEngine.java index 5814739350..e33dcacd60 100644 --- a/org.adempiere.base/src/org/compiere/print/ReportEngine.java +++ b/org.adempiere.base/src/org/compiere/print/ReportEngine.java @@ -128,9 +128,9 @@ import org.eevolution.model.X_PP_Order; * * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2828300 ] Error when printformat table differs from DOC_TABLES - * https://sourceforge.net/tracker/?func=detail&aid=2828300&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1995/ *
  • BF [ 2828886 ] Problem with reports from temporary tables - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2828886&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2000/ * * FR 2872010 - Dunning Run for a complete Dunning (not just level) - Developer: Carlos Ruiz - globalqss - Sponsor: Metas */ @@ -2158,7 +2158,7 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount) DocSubTypeSO = rs.getString(1); // @Trifon - Order is not completed(C_DoctType_ID=0) then try with C_DocTypeTarget_ID - // [ 2819637 ] Wrong print format on non completed order - https://sourceforge.net/tracker/?func=detail&aid=2819637&group_id=176962&atid=879332 + // [ 2819637 ] Wrong print format on non completed order - https://sourceforge.net/p/adempiere/bugs/1977/ if (DocSubTypeSO == null || "".equals(DocSubTypeSO)) { sql = new StringBuilder("SELECT dt.DocSubTypeSO ") .append("FROM C_DocType dt, C_Order o ") diff --git a/org.adempiere.base/src/org/compiere/print/ServerReportCtl.java b/org.adempiere.base/src/org/compiere/print/ServerReportCtl.java index 8915831b86..9d3c20d0c6 100644 --- a/org.adempiere.base/src/org/compiere/print/ServerReportCtl.java +++ b/org.adempiere.base/src/org/compiere/print/ServerReportCtl.java @@ -56,9 +56,8 @@ public class ServerReportCtl { /** * Start Document Print for Type with specified printer. * @param type document type in ReportEngine + * @param customPrintFormat * @param Record_ID id - * @param parent The window which invoked the printing - * @param WindowNo The windows number which invoked the printing * @param printerName Specified printer name * @param pi * @return true if success @@ -136,7 +135,6 @@ public class ServerReportCtl { /** * Runs a Jasper process that prints the record * - * @param format * @param Record_ID * @param re * @param IsDirectPrint @@ -150,11 +148,11 @@ public class ServerReportCtl { /** * Runs a Jasper process that prints the record * - * @param format * @param Record_ID * @param re * @param IsDirectPrint * @param printerName + * @param pi * @return */ public static boolean runJasperProcess(int Record_ID, ReportEngine re, boolean IsDirectPrint, String printerName, ProcessInfo pi) { @@ -251,7 +249,7 @@ public class ServerReportCtl { /************************************************************************** * Start Standard Report. - * - Get Table Info & submit + * - Get Table Info and submit * @param pi Process Info * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK @@ -264,14 +262,13 @@ public class ServerReportCtl { /************************************************************************** * Start Standard Report. - * - Get Table Info & submit.
    + * - Get Table Info and submit.
    * A report can be created from: *
      *
    1. attached MPrintFormat, if any (see {@link ProcessInfo#setTransientObject(Object)}, {@link ProcessInfo#setSerializableObject(java.io.Serializable)} *
    2. process information (AD_Process.AD_PrintFormat_ID, AD_Process.AD_ReportView_ID) *
    * @param pi Process Info - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK */ static public boolean startStandardReport (ProcessInfo pi) diff --git a/org.adempiere.base/src/org/compiere/print/layout/BarcodeElement.java b/org.adempiere.base/src/org/compiere/print/layout/BarcodeElement.java index a782f13f63..9d70e086f3 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/BarcodeElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/BarcodeElement.java @@ -222,7 +222,7 @@ public class BarcodeElement extends PrintElement /** * Layout and Calculate Size - * Set p_width & p_height + * Set p_width and p_height * @return true if calculated */ protected boolean calculateSize () @@ -279,7 +279,7 @@ public class BarcodeElement extends PrintElement } /** - * @author teo_sarca - [ 1673590 ] report table - barcode overflows over next fields + * author teo_sarca - [ 1673590 ] report table - barcode overflows over next fields * @return can this element overflow over the next fields */ public boolean isAllowOverflow() { // diff --git a/org.adempiere.base/src/org/compiere/print/layout/GraphElement.java b/org.adempiere.base/src/org/compiere/print/layout/GraphElement.java index a5bb5571d0..f89fddf87e 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/GraphElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/GraphElement.java @@ -45,7 +45,7 @@ public class GraphElement extends PrintElement /** * Layout and Calculate Size - * Set p_width & p_height + * Set p_width and p_height * @return true if calculated */ protected boolean calculateSize() diff --git a/org.adempiere.base/src/org/compiere/print/layout/GridElement.java b/org.adempiere.base/src/org/compiere/print/layout/GridElement.java index 8123f324f6..5beea18553 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/GridElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/GridElement.java @@ -155,8 +155,8 @@ public class GridElement extends PrintElement /************************************************************************** - * Layout & Calculate Image Size. - * Set p_width & p_height + * Layout and Calculate Image Size. + * Set p_width and p_height * @return true if calculated */ protected boolean calculateSize() diff --git a/org.adempiere.base/src/org/compiere/print/layout/HTMLElement.java b/org.adempiere.base/src/org/compiere/print/layout/HTMLElement.java index fe53500e4b..a59782fffc 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/HTMLElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/HTMLElement.java @@ -58,7 +58,7 @@ public class HTMLElement extends PrintElement /************************************************************************** * Layout and Calculate Size. - * Set p_width & p_height + * Set p_width and p_height * @return Size */ protected boolean calculateSize() diff --git a/org.adempiere.base/src/org/compiere/print/layout/HTMLRenderer.java b/org.adempiere.base/src/org/compiere/print/layout/HTMLRenderer.java index 1d1aa8209b..1fafdc6842 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/HTMLRenderer.java +++ b/org.adempiere.base/src/org/compiere/print/layout/HTMLRenderer.java @@ -309,11 +309,11 @@ public class HTMLRenderer extends View implements Externalizable * Provides a mapping from the document model coordinate space * to the coordinate space of the view mapped to it. * - * @param p0 the position to convert >= 0 + * @param p0 the position to convert >= 0 * @param b0 the bias toward the previous character or the * next character represented by p0, in case the * position is a boundary of two views. - * @param p1 the position to convert >= 0 + * @param p1 the position to convert >= 0 * @param b1 the bias toward the previous character or the * next character represented by p1, in case the * position is a boundary of two views. diff --git a/org.adempiere.base/src/org/compiere/print/layout/ImageElement.java b/org.adempiere.base/src/org/compiere/print/layout/ImageElement.java index 1aa56b9982..e745c1e2ac 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/ImageElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/ImageElement.java @@ -192,7 +192,7 @@ public class ImageElement extends PrintElement /** * Create Image from Attachment or Column - * @param record_ID_ID record id from printformat or column + * @param record_ID record id from printformat or column * @param isAttachment flag to indicate if is attachment or is a column from DB */ public ImageElement(int record_ID, boolean isAttachment) @@ -299,7 +299,7 @@ public class ImageElement extends PrintElement /************************************************************************** * Calculate Image Size. - * Set p_width & p_height + * Set p_width and p_height * @return true if calculated */ protected boolean calculateSize() @@ -359,7 +359,7 @@ public class ImageElement extends PrintElement /** * Get image scale factor. * - * @author teo_sarca - [ 1673548 ] Image is not scaled in a report table cell + * author teo_sarca - [ 1673548 ] Image is not scaled in a report table cell * @return scale factor */ public double getScaleFactor() { diff --git a/org.adempiere.base/src/org/compiere/print/layout/LayoutEngine.java b/org.adempiere.base/src/org/compiere/print/layout/LayoutEngine.java index 9beaf36ac2..d79265ac6c 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/LayoutEngine.java +++ b/org.adempiere.base/src/org/compiere/print/layout/LayoutEngine.java @@ -98,10 +98,10 @@ import org.idempiere.print.StandardHeaderFooter; *
  • FR [ 1966406 ] Report Engine: AD_PInstance_Logs should be displayed *
  • BF [ 2487307 ] LayoutEngine: NPE when Barcode field is null *
  • BF [ 2828893 ] Problem with NextPage in Print Format - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2828893&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2001/ * @author victor.perez@e-evolution.com, e-Evolution *
  • BF [ 2011567 ] Implement Background Image for Document printed - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2011567&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/477/ * @author Michael Judd (Akuna Ltd) *
  • BF [ 2695078 ] Country is not translated on invoice */ @@ -716,8 +716,8 @@ public class LayoutEngine implements Pageable, Printable, Doc } // getPages /** - * Get Header & Footer info - * @return Header&Footer + * Get Header and Footer info + * @return Header and Footer */ public HeaderFooter getHeaderFooter() { @@ -2049,7 +2049,7 @@ public class LayoutEngine implements Pageable, Printable, Doc /** * - * @param PrintInfo info + * @param info PrintInfo */ public void setPrintInfo(PrintInfo info) { diff --git a/org.adempiere.base/src/org/compiere/print/layout/LocationElement.java b/org.adempiere.base/src/org/compiere/print/layout/LocationElement.java index 875ae4ae34..9a59b6b25e 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/LocationElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/LocationElement.java @@ -32,7 +32,7 @@ import org.compiere.model.MLocation; * * @author Teo Sarca, SC ARHIPAC SERVICE SRL *
  • BF [ 1888085 ] One line location field not working - *
  • BF [ 1888094 ] PF: label & label suffix not working for location field + *
  • BF [ 1888094 ] PF: label and label suffix not working for location field *
  • BF [ 2695078 } Country is not translated on invoice * * @author Michael Judd (Akuna Ltd) @@ -108,8 +108,9 @@ public class LocationElement extends GridElement /** * @deprecated since 3.3.1b - * @see #LocationElement(Properties, int, Font, Paint, boolean, String, String) + * @see #LocationElement(Properties, int, Font, Paint, boolean, String, String, String) */ + @Deprecated public LocationElement(Properties ctx, int C_Location_ID, Font font, Paint color) { this(ctx, C_Location_ID, font, color, false, null, null, null); } diff --git a/org.adempiere.base/src/org/compiere/print/layout/PrintElement.java b/org.adempiere.base/src/org/compiere/print/layout/PrintElement.java index 54dc5b8bce..296487df33 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/PrintElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/PrintElement.java @@ -126,7 +126,7 @@ public abstract class PrintElement implements ImageObserver, Serializable /** * Layout and Calculate Size - * Set p_width & p_height + * Set p_width and p_height * @return true if calculated */ protected abstract boolean calculateSize(); diff --git a/org.adempiere.base/src/org/compiere/print/layout/StringElement.java b/org.adempiere.base/src/org/compiere/print/layout/StringElement.java index 83b0f91f24..116255d70a 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/StringElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/StringElement.java @@ -248,7 +248,7 @@ public class StringElement extends PrintElement /************************************************************************** * Layout and Calculate Size. - * Set p_width & p_height + * Set p_width and p_height * @return Size */ protected boolean calculateSize() diff --git a/org.adempiere.base/src/org/compiere/print/layout/TableElement.java b/org.adempiere.base/src/org/compiere/print/layout/TableElement.java index 88d1ffcab8..0919c1a1f3 100644 --- a/org.adempiere.base/src/org/compiere/print/layout/TableElement.java +++ b/org.adempiere.base/src/org/compiere/print/layout/TableElement.java @@ -254,7 +254,7 @@ public class TableElement extends PrintElement /** first data row number per page */ private ArrayList m_firstRowOnPage = new ArrayList(); - /** first column number per -> page */ + /** first column number per -> page */ private ArrayList m_firstColumnOnPage = new ArrayList(); /** Height of page */ private ArrayList m_pageHeight = new ArrayList(); @@ -289,7 +289,7 @@ public class TableElement extends PrintElement /************************************************************************** * Layout and Calculate Size. - * Set p_width & p_height + * Set p_width and p_height * @return true if calculated */ protected boolean calculateSize() diff --git a/org.adempiere.base/src/org/compiere/process/DocumentEngine.java b/org.adempiere.base/src/org/compiere/process/DocumentEngine.java index c4aa5dad12..8c29f8076c 100644 --- a/org.adempiere.base/src/org/compiere/process/DocumentEngine.java +++ b/org.adempiere.base/src/org/compiere/process/DocumentEngine.java @@ -69,7 +69,7 @@ import org.osgi.service.event.Event; * * @author Jorg Janke * @author Karsten Thiemann FR [ 1782412 ] - * @author victor.perez@e-evolution.com www.e-evolution.com FR [ 1866214 ] http://sourceforge.net/tracker/index.php?func=detail&aid=1866214&group_id=176962&atid=879335 + * @author victor.perez@e-evolution.com www.e-evolution.com FR [ 1866214 ] https://sourceforge.net/p/adempiere/feature-requests/298/ * @version $Id: DocumentEngine.java,v 1.2 2006/07/30 00:54:44 jjanke Exp $ */ public class DocumentEngine implements DocAction @@ -851,7 +851,6 @@ public class DocumentEngine implements DocAction /** * Save Document - * @return throw exception */ public void saveEx() throws AdempiereException { diff --git a/org.adempiere.base/src/org/compiere/process/ProcessCall.java b/org.adempiere.base/src/org/compiere/process/ProcessCall.java index 33611cc38d..bc1ddc8ed6 100644 --- a/org.adempiere.base/src/org/compiere/process/ProcessCall.java +++ b/org.adempiere.base/src/org/compiere/process/ProcessCall.java @@ -47,7 +47,7 @@ public interface ProcessCall public boolean startProcess (Properties ctx, ProcessInfo pi, Trx trx); /** - * @param processMonitor + * @param processUI */ public void setProcessUI(IProcessUI processUI); diff --git a/org.adempiere.base/src/org/compiere/process/ProcessInfo.java b/org.adempiere.base/src/org/compiere/process/ProcessInfo.java index 23d93577aa..d41d768830 100644 --- a/org.adempiere.base/src/org/compiere/process/ProcessInfo.java +++ b/org.adempiere.base/src/org/compiere/process/ProcessInfo.java @@ -44,7 +44,7 @@ import org.compiere.util.Util; * @author Jorg Janke * @version $Id: ProcessInfo.java,v 1.2 2006/07/30 00:54:44 jjanke Exp $ * @author victor.perez@e-evolution.com - * @see FR 1906632 http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1906632&group_id=176962 + * see FR 1906632 https://sourceforge.net/p/adempiere/feature-requests/382/ */ public class ProcessInfo implements Serializable { @@ -400,7 +400,7 @@ public class ProcessInfo implements Serializable } /** * - * @param AD_PInstance_ID int + * @param infoWindowID int */ public void setAD_InfoWindow_ID(int infoWindowID) { @@ -766,7 +766,7 @@ public class ProcessInfo implements Serializable //FR 1906632 /** * Set PDF file generate to Jasper Report - * @param PDF File + * @param f PDF File */ public void setPDFReport(File f) { @@ -775,7 +775,6 @@ public class ProcessInfo implements Serializable /** * Get PDF file generate to Jasper Report - * @param f */ public File getPDFReport() { @@ -811,7 +810,7 @@ public class ProcessInfo implements Serializable /** * Set Export File Extension - * @param exportFileOfType + * @param exportFileExtension */ public void setExportFileExtension(String exportFileExtension) { diff --git a/org.adempiere.base/src/org/compiere/process/ProjectClose.java b/org.adempiere.base/src/org/compiere/process/ProjectClose.java index bb8691f918..f16f6b4e32 100644 --- a/org.adempiere.base/src/org/compiere/process/ProjectClose.java +++ b/org.adempiere.base/src/org/compiere/process/ProjectClose.java @@ -30,7 +30,7 @@ import org.compiere.model.MProjectLine; * * @author Teo Sarca, wwww.arhipac.ro *
  • FR [ 2791635 ] Use saveEx whenever is possible - * https://sourceforge.net/tracker/?func=detail&aid=2791635&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/722/ */ @org.adempiere.base.annotation.Process public class ProjectClose extends SvrProcess diff --git a/org.adempiere.base/src/org/compiere/process/StateEngine.java b/org.adempiere.base/src/org/compiere/process/StateEngine.java index f9d2e69ac5..ef39b89c72 100644 --- a/org.adempiere.base/src/org/compiere/process/StateEngine.java +++ b/org.adempiere.base/src/org/compiere/process/StateEngine.java @@ -221,7 +221,7 @@ public class StateEngine /************************************************************************** - * Start: not started -> running + * Start: not started -> running * @return true if set to running */ public boolean start() @@ -242,7 +242,7 @@ public class StateEngine } // start /** - * Resume: suspended -> running + * Resume: suspended -> running * @return true if set to sunning */ public boolean resume() // raises CannotResume, NotRunning, NotSuspended @@ -263,7 +263,7 @@ public class StateEngine } // resume /** - * Suspend: running -> suspended + * Suspend: running -> suspended * @return true if suspended */ public boolean suspend() // raises CannotSuspend, NotRunning, AlreadySuspended @@ -284,7 +284,7 @@ public class StateEngine } // suspend /** - * Complete: running -> completed + * Complete: running -> completed * @return true if set to completed */ public boolean complete() @@ -305,7 +305,7 @@ public class StateEngine } // complete /** - * Abort: open -> aborted + * Abort: open -> aborted * @return true if set to aborted */ public boolean abort() // raises CannotStop, NotRunning @@ -326,7 +326,7 @@ public class StateEngine } // abort /** - * Terminate: open -> terminated + * Terminate: open -> terminated * @return true if set to terminated */ public boolean terminate() // raises CannotStop, NotRunning diff --git a/org.adempiere.base/src/org/compiere/process/SvrProcess.java b/org.adempiere.base/src/org/compiere/process/SvrProcess.java index 83df7ebe66..a4034c8b8a 100644 --- a/org.adempiere.base/src/org/compiere/process/SvrProcess.java +++ b/org.adempiere.base/src/org/compiere/process/SvrProcess.java @@ -63,7 +63,7 @@ import org.osgi.service.event.Event; *
  • BF [ 1878743 ] SvrProcess.getAD_User_ID *
  • BF [ 1935093 ] SvrProcess.unlock() is setting invalid result *
  • FR [ 2788006 ] SvrProcess: change access to some methods - * https://sourceforge.net/tracker/?func=detail&aid=2788006&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/709/ */ @org.adempiere.base.annotation.Process public abstract class SvrProcess implements ProcessCall @@ -318,7 +318,7 @@ public abstract class SvrProcess implements ProcessCall /** * Prepare - e.g., get Parameters. - * + *
    {@code
     		ProcessInfoParameter[] para = getParameter();
     		for (int i = 0; i < para.length; i++)
     		{
    @@ -334,7 +334,7 @@ public abstract class SvrProcess implements ProcessCall
     			else
     				log.log(Level.SEVERE, "Unknown Parameter: " + name);
     		}
    -	 *  
    +	 *  }
    */ abstract protected void prepare(); diff --git a/org.adempiere.base/src/org/compiere/report/FinReport.java b/org.adempiere.base/src/org/compiere/report/FinReport.java index b6dd1ba442..d39b6e64b6 100644 --- a/org.adempiere.base/src/org/compiere/report/FinReport.java +++ b/org.adempiere.base/src/org/compiere/report/FinReport.java @@ -45,7 +45,7 @@ import org.compiere.util.TimeUtil; * * @author Jorg Janke * @author Armen Rizal, Goodwill Consulting - *
  • FR [2857076] User Element 1 and 2 completion - https://sourceforge.net/tracker/?func=detail&aid=2857076&group_id=176962&atid=879335 + *
  • FR [2857076] User Element 1 and 2 completion - https://sourceforge.net/p/adempiere/feature-requests/817/ * * @version $Id: FinReport.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $ */ diff --git a/org.adempiere.base/src/org/compiere/report/FinReportPeriod.java b/org.adempiere.base/src/org/compiere/report/FinReportPeriod.java index 7bb47c344e..d8d6763c39 100644 --- a/org.adempiere.base/src/org/compiere/report/FinReportPeriod.java +++ b/org.adempiere.base/src/org/compiere/report/FinReportPeriod.java @@ -81,7 +81,7 @@ public class FinReportPeriod /** * Get Total Info - * @return <= end + * @return <= end */ public String getTotalWhere () { @@ -150,7 +150,7 @@ public class FinReportPeriod /** * Get natural balance dateacct filter * @param alias table name or alias name - * @return is balance sheet a/c and <= end or BETWEEN start AND end + * @return is balance sheet a/c and <= end or BETWEEN start AND end */ public String getNaturalWhere(String alias) { String yearWhere = getYearWhere(); diff --git a/org.adempiere.base/src/org/compiere/report/FinStatement.java b/org.adempiere.base/src/org/compiere/report/FinStatement.java index d995b0db1d..7d60439e86 100644 --- a/org.adempiere.base/src/org/compiere/report/FinStatement.java +++ b/org.adempiere.base/src/org/compiere/report/FinStatement.java @@ -48,9 +48,9 @@ import org.compiere.util.Msg; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Armen Rizal, Goodwill Consulting - *
  • FR [2857076] User Element 1 and 2 completion - https://sourceforge.net/tracker/?func=detail&aid=2857076&group_id=176962&atid=879335 + *
  • FR [2857076] User Element 1 and 2 completion - https://sourceforge.net/p/adempiere/feature-requests/817/ * */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.base/src/org/compiere/report/TrialBalance.java b/org.adempiere.base/src/org/compiere/report/TrialBalance.java index 392c6f0d0f..b1d198ac43 100644 --- a/org.adempiere.base/src/org/compiere/report/TrialBalance.java +++ b/org.adempiere.base/src/org/compiere/report/TrialBalance.java @@ -40,7 +40,7 @@ import org.compiere.util.Language; * * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @version $Id: TrialBalance.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $ */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.base/src/org/compiere/report/core/RColumn.java b/org.adempiere.base/src/org/compiere/report/core/RColumn.java index 277bdda94f..e50b0b3c17 100644 --- a/org.adempiere.base/src/org/compiere/report/core/RColumn.java +++ b/org.adempiere.base/src/org/compiere/report/core/RColumn.java @@ -261,7 +261,7 @@ public class RColumn return m_displaySQL; } /** - * This column is an ID Column (i.e. two values - int & String are read) + * This column is an ID Column (i.e. two values - int and String are read) */ public boolean isIDcol() { diff --git a/org.adempiere.base/src/org/compiere/report/core/RModel.java b/org.adempiere.base/src/org/compiere/report/core/RModel.java index 713bf10706..31ceb9834c 100644 --- a/org.adempiere.base/src/org/compiere/report/core/RModel.java +++ b/org.adempiere.base/src/org/compiere/report/core/RModel.java @@ -80,7 +80,7 @@ public class RModel implements Serializable * Get column by column name * @param columnName * @return column or null if not found - * @author Teo Sarca, SC ARHIPAC SERVICE SRL + * author Teo Sarca, SC ARHIPAC SERVICE SRL */ public RColumn getRColumn (String columnName) { @@ -394,7 +394,7 @@ public class RModel implements Serializable * Returns the ArrayList of ArrayLists that contains the table's data values. * The ArrayLists contained in the outer vector are each a single row of values. * @return the ArrayList of ArrayLists containing the tables data values - * @author Teo Sarca [ 1734327 ] + * author Teo Sarca [ 1734327 ] */ public ArrayList> getRows() { return m_data.rows; diff --git a/org.adempiere.base/src/org/compiere/report/core/ResultTableModel.java b/org.adempiere.base/src/org/compiere/report/core/ResultTableModel.java index fcf2b11faa..74db31e383 100644 --- a/org.adempiere.base/src/org/compiere/report/core/ResultTableModel.java +++ b/org.adempiere.base/src/org/compiere/report/core/ResultTableModel.java @@ -132,7 +132,7 @@ public class ResultTableModel extends AbstractTableModel * Returns the ArrayList of ArrayLists that contains the table's data values. * The ArrayLists contained in the outer vector are each a single row of values. * @return the ArrayList of ArrayLists containing the tables data values - * @author Teo Sarca [ 1734327 ] + * author Teo Sarca [ 1734327 ] */ protected ArrayList> getDataList() { return m_model.getRows(); diff --git a/org.adempiere.base/src/org/compiere/util/AmtInWords_IN.java b/org.adempiere.base/src/org/compiere/util/AmtInWords_IN.java index b88da83f99..9aaad6acbd 100644 --- a/org.adempiere.base/src/org/compiere/util/AmtInWords_IN.java +++ b/org.adempiere.base/src/org/compiere/util/AmtInWords_IN.java @@ -64,7 +64,7 @@ public class AmtInWords_IN implements AmtInWords //-------------------------- STATIC METHODS -------------------------- /** - * Convenient method for {@link #sayNumber(StringBuffer, long)}. + * Convenient method for {@link #sayNumber(StringBuffer, double)}. * * @param number number to say * @return said number diff --git a/org.adempiere.base/src/org/compiere/util/AmtInWords_VI.java b/org.adempiere.base/src/org/compiere/util/AmtInWords_VI.java index 4612ad7805..d3be8ec7b8 100644 --- a/org.adempiere.base/src/org/compiere/util/AmtInWords_VI.java +++ b/org.adempiere.base/src/org/compiere/util/AmtInWords_VI.java @@ -28,8 +28,8 @@ package org.compiere.util; * 'zero hundred', eg: * 1020 - one thousand zero hundred twenty * 1010030 - one million zero hundred ten thousand zero hundred thirty - * 3)Change of tone for tens+1 for tens >20, eg: - * 1 - "má»™t" but 21 -> "hai mÆ°Æ¡i mốt" + * 3)Change of tone for tens+1 for tens >20, eg: + * 1 - "má»™t" but 21 -> "hai mÆ°Æ¡i mốt" * 4) Change of words for tens+4 (optional) and tens+5, eg: * 4 - "bốn" but 24 = "hai mÆ°Æ¡i bốn" or "hai mÆ°Æ¡i tÆ°". We choose not to change * the word diff --git a/org.adempiere.base/src/org/compiere/util/ByteArrayDataSource.java b/org.adempiere.base/src/org/compiere/util/ByteArrayDataSource.java index 6e720494de..c0021aa228 100644 --- a/org.adempiere.base/src/org/compiere/util/ByteArrayDataSource.java +++ b/org.adempiere.base/src/org/compiere/util/ByteArrayDataSource.java @@ -157,7 +157,7 @@ public class ByteArrayDataSource } // setName /** - * Return Name or Class Name & Content Type + * Return Name or Class Name and Content Type * @return dummy */ public String getName () diff --git a/org.adempiere.base/src/org/compiere/util/CLogger.java b/org.adempiere.base/src/org/compiere/util/CLogger.java index 90ed937d48..0b93a8fe7a 100644 --- a/org.adempiere.base/src/org/compiere/util/CLogger.java +++ b/org.adempiere.base/src/org/compiere/util/CLogger.java @@ -206,7 +206,7 @@ public class CLogger extends Logger * @param defaultMsg default message (used when there are no errors on stack) * @return error message, or defaultMsg if there is not error message saved * @see #retrieveError() - * @author Teo Sarca, SC ARHIPAC SERVICE SRL + * author Teo Sarca, SC ARHIPAC SERVICE SRL */ public static String retrieveErrorString(String defaultMsg) { ValueNamePair vp = retrieveError(); diff --git a/org.adempiere.base/src/org/compiere/util/CacheMgt.java b/org.adempiere.base/src/org/compiere/util/CacheMgt.java index 6e8ed86e3d..2e59f6827e 100644 --- a/org.adempiere.base/src/org/compiere/util/CacheMgt.java +++ b/org.adempiere.base/src/org/compiere/util/CacheMgt.java @@ -336,7 +336,6 @@ public class CacheMgt * Reset local Cache * @param tableName table name * @param Record_ID record if applicable or 0 for all - * @return number of deleted cache entries */ protected void localNewRecord (String tableName, int Record_ID) { diff --git a/org.adempiere.base/src/org/compiere/util/DB.java b/org.adempiere.base/src/org/compiere/util/DB.java index 7fc88d4f34..63b9ee69fe 100644 --- a/org.adempiere.base/src/org/compiere/util/DB.java +++ b/org.adempiere.base/src/org/compiere/util/DB.java @@ -83,14 +83,14 @@ import org.compiere.process.ProcessInfoParameter; *
  • FR [ 2448461 ] Introduce DB.getSQLValue*Ex methods *
  • FR [ 2781053 ] Introduce DB.getValueNamePairs *
  • FR [ 2818480 ] Introduce DB.createT_Selection helper method - * https://sourceforge.net/tracker/?func=detail&aid=2818480&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/757/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2873324 ] DB.TO_NUMBER should be a static method - * https://sourceforge.net/tracker/?func=detail&aid=2873324&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2160/ *
  • FR [ 2873891 ] DB.getKeyNamePairs should use trxName - * https://sourceforge.net/tracker/?func=detail&aid=2873891&group_id=176962&atid=879335 + * https://sourceforge.net/p/adempiere/feature-requests/847/ * @author Paul Bowden, phib BF 2900767 Zoom to child tab - inefficient queries - * @see https://sourceforge.net/tracker/?func=detail&aid=2900767&group_id=176962&atid=879332 + * @see https://sourceforge.net/p/adempiere/bugs/2222/ */ public final class DB { @@ -695,7 +695,7 @@ public final class DB /************************************************************************** * Prepare Forward Read Only Call - * @param SQL sql + * @param sql SQL * @return Callable Statement */ public static CallableStatement prepareCall(String sql) @@ -706,7 +706,7 @@ public final class DB /************************************************************************** * Prepare Call * @param SQL sql - * @param readOnly + * @param resultSetConcurrency * @param trxName * @return Callable Statement */ @@ -1252,7 +1252,6 @@ public final class DB * When a Rowset is closed, it also closes the underlying connection. * If the created RowSet is transfered by RMI, closing it makes no difference * @param sql sql - * @param local local RowSet (own connection) * @return row set or null */ public static RowSet getRowSet (String sql) @@ -1850,7 +1849,7 @@ public final class DB * @param C_DocType_ID document type * @param trxName optional Transaction Name * @param definite asking for a definitive or temporary sequence - * @param PO + * @param po PO * @return document no or null */ public static String getDocumentNo(int C_DocType_ID, String trxName, boolean definite, PO po) @@ -2314,7 +2313,7 @@ public final class DB * saveKeys is map with key is rowID, value is list value of all viewID * viewIDIndex is index of viewID need save. * @param AD_PInstance_ID - * @param selection + * @param saveKeys * @param trxName */ public static void createT_SelectionNew (int AD_PInstance_ID, Collection saveKeys, String trxName) diff --git a/org.adempiere.base/src/org/compiere/util/DisplayType.java b/org.adempiere.base/src/org/compiere/util/DisplayType.java index 3fed1dd750..7314301b5a 100644 --- a/org.adempiere.base/src/org/compiere/util/DisplayType.java +++ b/org.adempiere.base/src/org/compiere/util/DisplayType.java @@ -922,8 +922,8 @@ public final class DisplayType /** * Helper method to get a currency format in a language (multi-currency and multi-language system) - * @param language locale code - * @param currency code + * @param langcode language locale code + * @param currencyCode currency code * @return number format */ public static NumberFormat getCurrencyFormat(String langcode, String currencyCode) diff --git a/org.adempiere.base/src/org/compiere/util/EMail.java b/org.adempiere.base/src/org/compiere/util/EMail.java index 83fabac490..0482509cf9 100644 --- a/org.adempiere.base/src/org/compiere/util/EMail.java +++ b/org.adempiere.base/src/org/compiere/util/EMail.java @@ -585,8 +585,8 @@ public final class EMail implements Serializable /** * Get Message ID or null - * @return Message ID e.g. <20030130004739.15377.qmail@web13506.mail.yahoo.com> - * <25699763.1043887247538.JavaMail.jjanke@main> + * @return Message ID e.g. <20030130004739.15377.qmail@web13506.mail.yahoo.com> + * <25699763.1043887247538.JavaMail.jjanke@main> */ public String getMessageID() { @@ -966,7 +966,7 @@ public final class EMail implements Serializable /** * Add url based file Attachment - * @param uri url content to attach + * @param url url content to attach */ public void addAttachment (URI url) { diff --git a/org.adempiere.base/src/org/compiere/util/EmailSrv.java b/org.adempiere.base/src/org/compiere/util/EmailSrv.java index a81bc07c71..89aecd75c1 100644 --- a/org.adempiere.base/src/org/compiere/util/EmailSrv.java +++ b/org.adempiere.base/src/org/compiere/util/EmailSrv.java @@ -521,10 +521,10 @@ public class EmailSrv { /** * http://www.oracle.com/technetwork/java/javamail/faq/index.html#unsupen - * @param msg + * @param txtPart * @return - * @throws IOException - * @throws MessagingException + * @throws MessagingException + * @throws IOException */ public static String getTextFromMailPart (Part txtPart) throws MessagingException, IOException{ String text = null; @@ -852,7 +852,6 @@ public class EmailSrv { * @param emailRaw * @param mailStore * @param mailFolder - * @return * @throws MessagingException */ public void processEmailError (EmailContent emailHeader, Message emailRaw, Store mailStore, Folder mailFolder) throws MessagingException; diff --git a/org.adempiere.base/src/org/compiere/util/Env.java b/org.adempiere.base/src/org/compiere/util/Env.java index 2c5aae164a..fa03e6a439 100644 --- a/org.adempiere.base/src/org/compiere/util/Env.java +++ b/org.adempiere.base/src/org/compiere/util/Env.java @@ -469,7 +469,7 @@ public final class Env } // setContext /** - * Set Context for Window & Tab to Value + * Set Context for Window and Tab to Value * @param ctx context * @param WindowNo window no * @param TabNo tab no @@ -619,7 +619,7 @@ public final class Env } // getContext /** - * Get Value of Context for Window & Tab, + * Get Value of Context for Window and Tab, * if not found global context if available. * If TabNo is TAB_INFO only tab's context will be checked. * @param ctx context @@ -643,7 +643,7 @@ public final class Env } // getContext /** - * Get Value of Context for Window & Tab, + * Get Value of Context for Window and Tab, * if not found global context if available. * If TabNo is TAB_INFO only tab's context will be checked. * @param ctx context @@ -659,7 +659,7 @@ public final class Env } /** - * Get Value of Context for Window & Tab, + * Get Value of Context for Window and Tab, * if not found global context if available. * If TabNo is TAB_INFO only tab's context will be checked. * @param ctx context diff --git a/org.adempiere.base/src/org/compiere/util/Ini.java b/org.adempiere.base/src/org/compiere/util/Ini.java index 6102044b5d..4800c9f824 100644 --- a/org.adempiere.base/src/org/compiere/util/Ini.java +++ b/org.adempiere.base/src/org/compiere/util/Ini.java @@ -37,7 +37,7 @@ import org.adempiere.exceptions.AdempiereException; import org.compiere.model.ModelValidationEngine; /** - * Load & Save INI Settings from property file + * Load and Save INI Settings from property file * Initiated in Adempiere.startup * Settings activated in ALogin.getIni * @@ -88,7 +88,7 @@ public final class Ini implements Serializable /** Data Source */ public static final String P_CONTEXT = "DataSource"; private static final String DEFAULT_CONTEXT = "java:adempiereDB"; - /** Look & Feel */ + /** Look and Feel */ public static final String P_UI_LOOK = "UILookFeel"; private static final String DEFAULT_UI_LOOK = "Adempiere"; diff --git a/org.adempiere.base/src/org/compiere/util/LegacyLogicEvaluator.java b/org.adempiere.base/src/org/compiere/util/LegacyLogicEvaluator.java index fadcb419ad..961fb37b4e 100644 --- a/org.adempiere.base/src/org/compiere/util/LegacyLogicEvaluator.java +++ b/org.adempiere.base/src/org/compiere/util/LegacyLogicEvaluator.java @@ -37,7 +37,7 @@ public final class LegacyLogicEvaluator { /** * Evaluate Logic. - * + *
    {@code
     	 *	format		:=  [ ]
     	 *	expression	:= @@
     	 *	logic		:= <|> | <&>
    @@ -48,7 +48,7 @@ public final class LegacyLogicEvaluator {
     	 *	logic operators	:= AND or OR with the prevoius result from left to right
     	 *
     	 *	Example	'@AD_Table@=Test | @Language@=GERGER
    -	 *  
    +	 *  }
    * @param source class implementing get_ValueAsString(variable) * @param logic logic string * @return logic result diff --git a/org.adempiere.base/src/org/compiere/util/Login.java b/org.adempiere.base/src/org/compiere/util/Login.java index 41c8694e5b..64c50d3e69 100644 --- a/org.adempiere.base/src/org/compiere/util/Login.java +++ b/org.adempiere.base/src/org/compiere/util/Login.java @@ -58,10 +58,10 @@ import org.compiere.model.Query; * @author Jorg Janke * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • Incorrect global Variable when you use multi Account Schema - * http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2531597&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/1713/ * @author teo.sarca@gmail.com *
  • BF [ 2867246 ] Do not show InTrazit WHs on login - * https://sourceforge.net/tracker/?func=detail&aid=2867246&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2136/ * @version $Id: Login.java,v 1.6 2006/10/02 05:19:06 jjanke Exp $ */ public class Login @@ -526,7 +526,7 @@ public class Login * Load Organizations. *

    * Sets Client info in context and loads its organization, the role has access to - * @param client client information + * @param rol * @return list of valid Org KeyNodePairs or null if in error */ public KeyNamePair[] getOrgs (KeyNamePair rol) diff --git a/org.adempiere.base/src/org/compiere/util/Msg.java b/org.adempiere.base/src/org/compiere/util/Msg.java index 544ce6f473..4e406a52b7 100644 --- a/org.adempiere.base/src/org/compiere/util/Msg.java +++ b/org.adempiere.base/src/org/compiere/util/Msg.java @@ -569,10 +569,10 @@ public final class Msg /************************************************************************** * "Translate" text. - *

    +	 *  
    {@code
     	 *		- Check AD_Message.AD_Message 	->	MsgText
     	 *		- Check AD_Element.ColumnName	->	Name
    -	 *  
    + * }
    * If checking AD_Element, the SO terminology is used. * @param ad_language Language * @param isSOTrx sales order context @@ -605,10 +605,10 @@ public final class Msg /*** * "Translate" text (SO Context). - *
    +	 *  
    {@code
     	 *		- Check AD_Message.AD_Message 	->	MsgText
     	 *		- Check AD_Element.ColumnName	->	Name
    -	 *  
    + * }
    * If checking AD_Element, the SO terminology is used. * @param ad_language Language * @param text Text - MsgText or Element Name @@ -621,10 +621,10 @@ public final class Msg /** * "Translate" text. - *
    +	 *  
    {@code
     	 *		- Check AD_Message.AD_Message 	->	MsgText
     	 *		- Check AD_Element.ColumnName	->	Name
    -	 *  
    + * }
    * @param ctx Context * @param text Text - MsgText or Element Name * @return translated text or original text if not found @@ -641,10 +641,10 @@ public final class Msg /** * "Translate" text. - *
    +	 *  
    {@code
     	 *		- Check AD_Message.AD_Message 	->	MsgText
     	 *		- Check AD_Element.ColumnName	->	Name
    -	 *  
    + * }
    * @param language Language * @param text Text * @return translated text or original text if not found @@ -723,7 +723,7 @@ public final class Msg /** * Get translated text message for AD_Message, ampersand cleaned (used to indicate shortcut) * @param ctx Context to retrieve language - * @param AD_Message - Message Key + * @param string AD_Message - Message Key * @return translated text */ public static String getCleanMsg(Properties ctx, String string) { diff --git a/org.adempiere.base/src/org/compiere/util/SecureEngine.java b/org.adempiere.base/src/org/compiere/util/SecureEngine.java index 3be126c074..8b6913a913 100644 --- a/org.adempiere.base/src/org/compiere/util/SecureEngine.java +++ b/org.adempiere.base/src/org/compiere/util/SecureEngine.java @@ -223,7 +223,6 @@ public class SecureEngine * @param hashedText * @param hexSalt * @param planText - * @param log * @return */ public static boolean isMatchHash (String hashedText, String hexSalt, String planText){ diff --git a/org.adempiere.base/src/org/compiere/util/TimeUtil.java b/org.adempiere.base/src/org/compiere/util/TimeUtil.java index 51b02bcb5f..f12bc19e8b 100644 --- a/org.adempiere.base/src/org/compiere/util/TimeUtil.java +++ b/org.adempiere.base/src/org/compiere/util/TimeUtil.java @@ -65,9 +65,9 @@ public class TimeUtil /** * Get earliest time of a day (truncate) - * @param day day 1..31 + * @param year year (if two digits: < 50 is 2000; > 50 is 1900) * @param month month 1..12 - * @param year year (if two diguts: < 50 is 2000; > 50 is 1900) + * @param day day 1..31 * @return timestamp ** not too reliable */ static public Timestamp getDay (int year, int month, int day) @@ -755,7 +755,7 @@ public class TimeUtil * [ ARHIPAC ] Gets calendar instance of given date * @param date calendar initialization date; if null, the current date is used * @return calendar - * @author Teo Sarca, SC ARHIPAC SERVICE SRL + * author Teo Sarca, SC ARHIPAC SERVICE SRL */ static public Calendar getCalendar(Timestamp date) { diff --git a/org.adempiere.base/src/org/compiere/util/Trx.java b/org.adempiere.base/src/org/compiere/util/Trx.java index 35f6d47d5b..eb267ceb03 100644 --- a/org.adempiere.base/src/org/compiere/util/Trx.java +++ b/org.adempiere.base/src/org/compiere/util/Trx.java @@ -54,10 +54,10 @@ import org.compiere.model.PO; * @author Teo Sarca, http://www.arhipac.ro *
  • FR [ 2080217 ] Implement TrxRunnable *
  • BF [ 2876927 ] Oracle JDBC driver problem - * https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2876927&group_id=176962 + * https://sourceforge.net/p/adempiere/bugs/2173/ * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2849122 ] PO.AfterSave is not rollback on error - add releaseSavepoint method - * https://sourceforge.net/tracker/index.php?func=detail&aid=2849122&group_id=176962&atid=879332# + * https://sourceforge.net/p/adempiere/bugs/2073/ */ public class Trx { @@ -353,8 +353,9 @@ public class Trx /** * Rollback - * @param throwException if true, re-throws exception + * @param savepoint * @return true if success, false if failed or transaction already rollback + * @throws SQLException */ public boolean rollback(Savepoint savepoint) throws SQLException { diff --git a/org.adempiere.base/src/org/compiere/util/Util.java b/org.adempiere.base/src/org/compiere/util/Util.java index 9a6c2f4649..eb7f5dd117 100644 --- a/org.adempiere.base/src/org/compiere/util/Util.java +++ b/org.adempiere.base/src/org/compiere/util/Util.java @@ -228,7 +228,7 @@ public class Util /** * Is String Empty * @param str string - * @return true if >= 1 char + * @return true if >= 1 char */ public static boolean isEmpty (String str) { @@ -239,7 +239,7 @@ public class Util * Is String Empty * @param str string * @param trimWhitespaces trim whitespaces - * @return true if >= 1 char + * @return true if >= 1 char */ public static boolean isEmpty (String str, boolean trimWhitespaces) { @@ -253,7 +253,7 @@ public class Util /** * Remove accents from string - * @param str string + * @param text string * @return Unaccented String */ public static String deleteAccents(String text) { @@ -557,7 +557,7 @@ public class Util /** * Is 8 Bit * @param str string - * @return true if string contains chars > 255 + * @return true if string contains chars > 255 */ public static boolean is8Bit (String str) { diff --git a/org.adempiere.base/src/org/compiere/util/WebUser.java b/org.adempiere.base/src/org/compiere/util/WebUser.java index 393a1c72b3..2f88f32189 100644 --- a/org.adempiere.base/src/org/compiere/util/WebUser.java +++ b/org.adempiere.base/src/org/compiere/util/WebUser.java @@ -37,7 +37,7 @@ import org.compiere.model.MUser; /** * Web User Info. * Assumes that Email is a direct match. - * UPDATE AD_User SET EMail=TRIM(EMail) WHERE Email<>TRIM(EMail) + * UPDATE AD_User SET EMail=TRIM(EMail) WHERE Email<>TRIM(EMail) * @author Jorg Janke * @version $Id$ */ @@ -594,7 +594,7 @@ public class WebUser } // getPassword /** - * Check & Save Password + * Check and Save Password */ public void setPassword () { @@ -1153,7 +1153,7 @@ public class WebUser } /** - * Check & Set EMail Validation Code. + * Check and Set EMail Validation Code. * @param code code * @param info info */ diff --git a/org.adempiere.base/src/org/compiere/wf/MWFActivity.java b/org.adempiere.base/src/org/compiere/wf/MWFActivity.java index a65860d68a..8c7e0600e4 100644 --- a/org.adempiere.base/src/org/compiere/wf/MWFActivity.java +++ b/org.adempiere.base/src/org/compiere/wf/MWFActivity.java @@ -211,11 +211,11 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable } // MWFActivity /** - * Process-aware Parent Contructor + * Process-aware Parent Constructor * @param process process * @param ctx context * @param rs record to load - * @param trx transaction name + * @param trxName transaction name */ public MWFActivity (MWFProcess process, Properties ctx, ResultSet rs, String trxName) { @@ -224,9 +224,9 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable } /** - * Parent Contructor + * Parent Constructor * @param process process - * @param AD_WF_Node_ID start node + * @param next_ID start node * @param lastPO PO from the previously executed node */ public MWFActivity(MWFProcess process, int next_ID, PO lastPO) { @@ -658,7 +658,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable } // isInvoker /** - * Is Invoker (no user & no role) + * Is Invoker (no user and no role) * @return true if invoker */ public boolean isInvoker() @@ -860,7 +860,7 @@ public class MWFActivity extends X_AD_WF_Activity implements Runnable /************************************************************************** * Execute Work. * Called from MWFProcess.startNext - * Feedback to Process via setWFState -> checkActivities + * Feedback to Process via setWFState -> checkActivities */ public void run() { diff --git a/org.adempiere.base/src/org/compiere/wf/MWFEventAudit.java b/org.adempiere.base/src/org/compiere/wf/MWFEventAudit.java index 0c8c287b76..7bc8e9acf7 100644 --- a/org.adempiere.base/src/org/compiere/wf/MWFEventAudit.java +++ b/org.adempiere.base/src/org/compiere/wf/MWFEventAudit.java @@ -32,7 +32,7 @@ import org.compiere.util.Env; * @version $Id: MWFEventAudit.java,v 1.3 2006/07/30 00:51:06 jjanke Exp $ * * @author Teo Sarca, SC ARHIPAC SERVICE SRL - *
  • BF [ 1801842 ] DB connection fix & improvements for concurrent threads + *
  • BF [ 1801842 ] DB connection fix and improvements for concurrent threads *
  • BF [ 1943723 ] WF Activity History is not translated */ public class MWFEventAudit extends X_AD_WF_EventAudit diff --git a/org.adempiere.base/src/org/compiere/wf/MWFNextCondition.java b/org.adempiere.base/src/org/compiere/wf/MWFNextCondition.java index 315bb23b79..d8340a9435 100644 --- a/org.adempiere.base/src/org/compiere/wf/MWFNextCondition.java +++ b/org.adempiere.base/src/org/compiere/wf/MWFNextCondition.java @@ -186,10 +186,9 @@ public class MWFNextCondition extends X_AD_WF_NextCondition implements Immutable * COL= remaining value is interpreted as a column of the associated record * * @param sValue value to be decoded - * @param PO model object bound to the activity - * + * @param po PO model object bound to the activity + * @return */ - protected String getDecodedValue(String sValue, PO po) { String sRet = sValue; diff --git a/org.adempiere.base/src/org/compiere/wf/MWFNode.java b/org.adempiere.base/src/org/compiere/wf/MWFNode.java index c08076ff2a..fee55eb64d 100644 --- a/org.adempiere.base/src/org/compiere/wf/MWFNode.java +++ b/org.adempiere.base/src/org/compiere/wf/MWFNode.java @@ -50,7 +50,7 @@ import org.idempiere.cache.ImmutablePOCache; * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2214883 ] Remove SQL code and Replace for Query *
  • BF [ 2815732 ] MWFNode.getWorkflow not working in trx - * https://sourceforge.net/tracker/?func=detail&aid=2815732&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/1964/ */ public class MWFNode extends X_AD_WF_Node implements ImmutablePOSupport { diff --git a/org.adempiere.base/src/org/compiere/wf/MWorkflow.java b/org.adempiere.base/src/org/compiere/wf/MWorkflow.java index 13e3cfcdea..dd63a90d80 100644 --- a/org.adempiere.base/src/org/compiere/wf/MWorkflow.java +++ b/org.adempiere.base/src/org/compiere/wf/MWorkflow.java @@ -1015,7 +1015,7 @@ public class MWorkflow extends X_AD_Workflow implements ImmutablePOSupport /** * Get AD_Workflow_ID for given M_Product_ID - * @param M_Product_ID + * @param product * @return AD_Workflow_ID */ public static int getWorkflowSearchKey(MProduct product) diff --git a/org.adempiere.base/src/org/eevolution/model/CalloutBOM.java b/org.adempiere.base/src/org/eevolution/model/CalloutBOM.java index a8117fbf8d..1f75bcb5e2 100644 --- a/org.adempiere.base/src/org/eevolution/model/CalloutBOM.java +++ b/org.adempiere.base/src/org/eevolution/model/CalloutBOM.java @@ -36,7 +36,7 @@ import org.compiere.util.Env; * @author Victor Perez www.e-evolution.com * @author Teo Sarca, www.arhipac.ro *
  • BF [ 2820743 ] CalloutBOM - apply ABP - * https://sourceforge.net/tracker/?func=detail&aid=2820743&group_id=176962&atid=934929 + * https://sourceforge.net/p/adempiere/libero/211/ */ public class CalloutBOM extends CalloutEngine { diff --git a/org.adempiere.base/src/org/eevolution/model/MDDOrder.java b/org.adempiere.base/src/org/eevolution/model/MDDOrder.java index c3512bd615..2d83c8d65b 100644 --- a/org.adempiere.base/src/org/eevolution/model/MDDOrder.java +++ b/org.adempiere.base/src/org/eevolution/model/MDDOrder.java @@ -60,7 +60,7 @@ import org.compiere.util.Util; * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • Original contributor of Distribution Functionality *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ */ public class MDDOrder extends X_DD_Order implements DocAction { @@ -257,7 +257,7 @@ public class MDDOrder extends X_DD_Order implements DocAction } // setShip_User_ID /** - * Set Business Partner Defaults & Details. + * Set Business Partner Defaults and Details. * SOTrx should be set. * @param bp business partner */ @@ -841,7 +841,6 @@ public class MDDOrder extends X_DD_Order implements DocAction * Reserve Inventory. * Counterpart: MMovement.completeIt() * @param lines distribution order lines (ordered by M_Product_ID for deadlock prevention) - * @return true if (un) reserved */ public void reserveStock (MDDOrderLine[] lines) { diff --git a/org.adempiere.base/src/org/eevolution/model/MDDOrderLine.java b/org.adempiere.base/src/org/eevolution/model/MDDOrderLine.java index 591272a06b..c4cf7a7c96 100644 --- a/org.adempiere.base/src/org/eevolution/model/MDDOrderLine.java +++ b/org.adempiere.base/src/org/eevolution/model/MDDOrderLine.java @@ -60,7 +60,7 @@ public class MDDOrderLine extends X_DD_OrderLine * @param M_Locator_ID wh * @param M_Product_ID product * @param M_AttributeSetInstance_ID asi - * @param excludeC_OrderLine_ID exclude C_OrderLine_ID + * @param excludeDD_OrderLine_ID exclude DD_OrderLine_ID * @return Unreserved Qty */ public static BigDecimal getNotReserved (Properties ctx, int M_Locator_ID, diff --git a/org.adempiere.base/src/org/eevolution/model/MPPProductBOM.java b/org.adempiere.base/src/org/eevolution/model/MPPProductBOM.java index 6a2b0335a3..ed1af2103a 100644 --- a/org.adempiere.base/src/org/eevolution/model/MPPProductBOM.java +++ b/org.adempiere.base/src/org/eevolution/model/MPPProductBOM.java @@ -73,7 +73,7 @@ public class MPPProductBOM extends X_PP_Product_BOM implements ImmutablePOSuppor /** * get the Product BOM for a product * @param product - * @return return List with getProductBOMs(MProduct product) { @@ -135,7 +135,7 @@ public class MPPProductBOM extends X_PP_Product_BOM implements ImmutablePOSuppor /** * Get PP_Product_BOM_ID for given M_Product_ID - * @param M_Product_ID + * @param product * @return PP_Product_BOM_ID */ public static int getBOMSearchKey(MProduct product) diff --git a/org.adempiere.base/src/org/eevolution/model/MPPProductBOMLine.java b/org.adempiere.base/src/org/eevolution/model/MPPProductBOMLine.java index fb9ce072d1..4f1cd99b92 100644 --- a/org.adempiere.base/src/org/eevolution/model/MPPProductBOMLine.java +++ b/org.adempiere.base/src/org/eevolution/model/MPPProductBOMLine.java @@ -92,7 +92,7 @@ public class MPPProductBOMLine extends X_PP_Product_BOMLine implements Immutable * Default Constructor * @param ctx context * @param PP_Product_BOMLine BOM line to load - * @param Transaction Line + * @param trxName */ public MPPProductBOMLine(Properties ctx, int PP_Product_BOMLine, String trxName) { @@ -155,7 +155,6 @@ public class MPPProductBOMLine extends X_PP_Product_BOMLine implements Immutable /** * Get Low Level of a Product - * @param ID Product * @return int low level */ public int getLowLevel() @@ -187,7 +186,9 @@ public class MPPProductBOMLine extends X_PP_Product_BOMLine implements Immutable /** * Calculate Low Level of a Product - * @param ID Product + * @param ctx + * @param M_Product_ID Product ID + * @param trxName * @return int low level */ public static int getLowLevel(Properties ctx, int M_Product_ID, String trxName) diff --git a/org.adempiere.base/src/org/eevolution/model/MPPProductPlanning.java b/org.adempiere.base/src/org/eevolution/model/MPPProductPlanning.java index 518a50d968..66a8127348 100644 --- a/org.adempiere.base/src/org/eevolution/model/MPPProductPlanning.java +++ b/org.adempiere.base/src/org/eevolution/model/MPPProductPlanning.java @@ -51,8 +51,7 @@ public class MPPProductPlanning extends X_PP_Product_Planning * Default Constructor * @param ctx context * @param pp_product_planning_id id - * @param trxName - * @return MPPProductPlanning Data Product Planning + * @param trxname */ public MPPProductPlanning(Properties ctx, int pp_product_planning_id, String trxname) { @@ -66,8 +65,7 @@ public class MPPProductPlanning extends X_PP_Product_Planning * Load Constructor * @param ctx context * @param rs result set - * @param trxName Transaction Name - * @return MPPProductPlanning Data Product Planning + * @param trxname Transaction Name */ public MPPProductPlanning(Properties ctx, ResultSet rs, String trxname) { @@ -102,14 +100,14 @@ public class MPPProductPlanning extends X_PP_Product_Planning /** * Get Data Product Planning * @param ctx Context - * @param AD_Client_ID ID Organization - * @param AD_Org_ID ID Organization - * @param M_Warehouse_ID Warehouse - * @param S_Resource_ID Resource type Plant - * @param M_Product_ID ID Product + * @param ad_client_id ID Organization + * @param ad_org_id ID Organization + * @param m_warehouse_id Warehouse + * @param s_resource_id Resource type Plant + * @param m_product_id ID Product * @param trxname Trx Name * @return MPPProductPlanning - */ + */ public static MPPProductPlanning get(Properties ctx, int ad_client_id, int ad_org_id, int m_warehouse_id, int s_resource_id, int m_product_id, String trxname) diff --git a/org.adempiere.base/src/org/eevolution/process/InvoiceCalculateTax.java b/org.adempiere.base/src/org/eevolution/process/InvoiceCalculateTax.java index 94eb0712b8..7039f07cba 100644 --- a/org.adempiere.base/src/org/eevolution/process/InvoiceCalculateTax.java +++ b/org.adempiere.base/src/org/eevolution/process/InvoiceCalculateTax.java @@ -30,7 +30,7 @@ import org.compiere.process.SvrProcess; * Re-calculate Invoice Tax (and unpost the document) * @author victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com *
  • FR [ 2520591 ] Support multiples calendar for Org - * @see http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/631/ * @author Teo Sarca, www.arhipac.ro */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.base/src/org/idempiere/print/StandardHeaderFooter.java b/org.adempiere.base/src/org/idempiere/print/StandardHeaderFooter.java index f2e42e91e2..aa05ba8fe1 100644 --- a/org.adempiere.base/src/org/idempiere/print/StandardHeaderFooter.java +++ b/org.adempiere.base/src/org/idempiere/print/StandardHeaderFooter.java @@ -47,10 +47,10 @@ public class StandardHeaderFooter implements IPrintHeaderFooter { /************************************************************************** * Create Standard Header/Footer - *
    +	 *  
    {@code
     	 *  title           C        Page x of x
     	 *  Copyright      who         date&time
    -	 *  
    + * }
    */ @Override public void createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) diff --git a/org.adempiere.eclipse.equinox.http.servlet/src/org/adempiere/eclipse/equinox/http/servlet/BridgeFilter.java b/org.adempiere.eclipse.equinox.http.servlet/src/org/adempiere/eclipse/equinox/http/servlet/BridgeFilter.java index 34db269486..a4d0669316 100644 --- a/org.adempiere.eclipse.equinox.http.servlet/src/org/adempiere/eclipse/equinox/http/servlet/BridgeFilter.java +++ b/org.adempiere.eclipse.equinox.http.servlet/src/org/adempiere/eclipse/equinox/http/servlet/BridgeFilter.java @@ -19,9 +19,9 @@ import javax.servlet.http.HttpServletResponse; /** * - * {@link BridgeServlet} which implements HTTP {@link Filter} to declare "BridgeServlet" as an HTTP Filter (see >=2.3 Servlet spec): + * {@link BridgeServlet} which implements HTTP {@link Filter} to declare "BridgeServlet" as an HTTP Filter (see >=2.3 Servlet spec): * - *
    + *  
    {@code
      *   
      *     equinoxbridgeservlet
      *     org.eclipse.equinox.servletbridge.BridgeFilter
    @@ -31,7 +31,7 @@ import javax.servlet.http.HttpServletResponse;
     		equinoxbridgeservlet
     		/*
     	
    - *  
    + * }
    * */ public class BridgeFilter extends BridgeServlet implements Filter { diff --git a/org.adempiere.install/src/org/compiere/install/ConfigurationData.java b/org.adempiere.install/src/org/compiere/install/ConfigurationData.java index 2b82231620..02b2927ca4 100644 --- a/org.adempiere.install/src/org/compiere/install/ConfigurationData.java +++ b/org.adempiere.install/src/org/compiere/install/ConfigurationData.java @@ -1478,7 +1478,7 @@ public class ConfigurationData p_panel.fSystemPassword.setEnabled(enable); } /** - * @param ADEMPIERE_DB_EXISTS + * @param dbExists ADEMPIERE_DB_EXISTS */ public void setDatabaseExists(String dbExists) { diff --git a/org.adempiere.install/src/org/compiere/install/SetupRes_pl.java b/org.adempiere.install/src/org/compiere/install/SetupRes_pl.java index df203bb3a8..3abd37e0da 100644 --- a/org.adempiere.install/src/org/compiere/install/SetupRes_pl.java +++ b/org.adempiere.install/src/org/compiere/install/SetupRes_pl.java @@ -21,7 +21,7 @@ import java.util.ListResourceBundle; /** * Setup Resources * - * @author Marek Mosiewicz + * @author Marek Mosiewicz <marek.mosiewicz@jotel.com.pl> * @version $Id: SetupRes_pl.java,v 1.2 2006/07/30 00:57:42 jjanke Exp $ */ public class SetupRes_pl extends ListResourceBundle diff --git a/org.adempiere.pipo/src/org/adempiere/pipo2/AbstractElementHandler.java b/org.adempiere.pipo/src/org/adempiere/pipo2/AbstractElementHandler.java index 1524fe10b1..f3baa9999c 100644 --- a/org.adempiere.pipo/src/org/adempiere/pipo2/AbstractElementHandler.java +++ b/org.adempiere.pipo/src/org/adempiere/pipo2/AbstractElementHandler.java @@ -133,13 +133,11 @@ public abstract class AbstractElementHandler implements ElementHandler { /** * Make backup copy of record. - * - * @param tablename - * - * - * - */ - + * @param ctx + * @param AD_Package_Imp_Detail_ID + * @param tableName + * @param from + */ public void backupRecord(PIPOContext ctx, int AD_Package_Imp_Detail_ID, String tableName,PO from){ // Create new record @@ -192,9 +190,8 @@ public abstract class AbstractElementHandler implements ElementHandler { /** * Open input file for processing - * - * @param String file with path - * + * @param filePath file with path + * @return */ public FileInputStream OpenInputfile (String filePath) { @@ -213,9 +210,8 @@ public abstract class AbstractElementHandler implements ElementHandler { /** * Open output file for processing - * - * @param String file with path - * + * @param filePath file with path + * @return */ public OutputStream OpenOutputfile (String filePath) { @@ -234,9 +230,9 @@ public abstract class AbstractElementHandler implements ElementHandler { /** * Copyfile - * - * @param String file with path - * + * @param source + * @param target + * @return */ public int copyFile (InputStream source,OutputStream target) { @@ -387,8 +383,7 @@ public abstract class AbstractElementHandler implements ElementHandler { /** * Returns option - Is export-import of AD translations is needed * @param ctx - * @param entityType - * @return boolean + * @return */ protected boolean isHandleTranslations(Properties ctx) { diff --git a/org.adempiere.pipo/src/org/adempiere/pipo2/IDFinder.java b/org.adempiere.pipo/src/org/adempiere/pipo2/IDFinder.java index 762c823497..2802f50781 100644 --- a/org.adempiere.pipo/src/org/adempiere/pipo2/IDFinder.java +++ b/org.adempiere.pipo/src/org/adempiere/pipo2/IDFinder.java @@ -50,12 +50,13 @@ public class IDFinder { /** * Get ID from column value for a table. - * * @param tableName - * @param columName + * @param columnName * @param value * @param AD_Client_ID + * @param ignorecase * @param trxName + * @return */ public static int findIdByColumn (String tableName, String columnName, Object value, int AD_Client_ID, boolean ignorecase, String trxName) { if (value == null) @@ -247,13 +248,15 @@ public class IDFinder { /** * Get ID from column value for a table with a parent id reference. * - * @param tableName - * @param name - * @param tableNameMaster - * @param masterID - * @param trx - */ - + * @param tableName + * @param columnName + * @param name + * @param tableNameMaster + * @param masterID + * @param AD_Client_ID + * @param trxName + * @return + */ public static int findIdByColumnAndParentId (String tableName, String columnName, String name, String tableNameMaster, int masterID, int AD_Client_ID, String trxName) { return findIdByColumnAndParentId(tableName, columnName, name, tableNameMaster, masterID, AD_Client_ID, false, trxName); } diff --git a/org.adempiere.pipo/src/org/adempiere/pipo2/PackRollProcess.java b/org.adempiere.pipo/src/org/adempiere/pipo2/PackRollProcess.java index 68f203d16b..47cdef7be5 100644 --- a/org.adempiere.pipo/src/org/adempiere/pipo2/PackRollProcess.java +++ b/org.adempiere.pipo/src/org/adempiere/pipo2/PackRollProcess.java @@ -348,10 +348,8 @@ public class PackRollProcess extends SvrProcess { /** * Open input file for processing - * - * @param String - * file with path - * + * @param filePath file with path + * @return */ public FileInputStream OpenInputfile(String filePath) { @@ -369,10 +367,8 @@ public class PackRollProcess extends SvrProcess { /** * Open output file for processing - * - * @param String - * file with path - * + * @param filePath file with path + * @return */ public OutputStream OpenOutputfile(String filePath) { @@ -390,10 +386,9 @@ public class PackRollProcess extends SvrProcess { /** * Copyfile - * - * @param String - * file with path - * + * @param sourceFile + * @param targetFile + * @return */ public int copyFile(String sourceFile, String targetFile) { diff --git a/org.adempiere.pipo/src/org/adempiere/pipo2/PoExporter.java b/org.adempiere.pipo/src/org/adempiere/pipo2/PoExporter.java index 4d3e706b68..a06e9900b9 100644 --- a/org.adempiere.pipo/src/org/adempiere/pipo2/PoExporter.java +++ b/org.adempiere.pipo/src/org/adempiere/pipo2/PoExporter.java @@ -109,19 +109,17 @@ public class PoExporter { /** - * - * @param name * @param columnName + * @param atts */ public void add(String columnName, AttributesImpl atts) { add(columnName, "", atts); } /** - * - * @param name * @param columnName * @param defaultValue + * @param atts */ public void add(String columnName, String defaultValue, AttributesImpl atts) { Object value = po.get_Value(columnName); diff --git a/org.adempiere.pipo/src/org/adempiere/pipo2/PoFiller.java b/org.adempiere.pipo/src/org/adempiere/pipo2/PoFiller.java index ee0ab7a575..0d3720645c 100644 --- a/org.adempiere.pipo/src/org/adempiere/pipo2/PoFiller.java +++ b/org.adempiere.pipo/src/org/adempiere/pipo2/PoFiller.java @@ -32,9 +32,9 @@ public class PoFiller{ private Element element; /** - * + * @param ctx * @param po - * @param atts + * @param element * @param handler */ public PoFiller(PIPOContext ctx, PO po, Element element, AbstractElementHandler handler){ diff --git a/org.adempiere.replication.server/src/org/adempiere/server/rpl/imp/TopicListener.java b/org.adempiere.replication.server/src/org/adempiere/server/rpl/imp/TopicListener.java index ad20f8db84..f8f294bb7e 100644 --- a/org.adempiere.replication.server/src/org/adempiere/server/rpl/imp/TopicListener.java +++ b/org.adempiere.replication.server/src/org/adempiere/server/rpl/imp/TopicListener.java @@ -55,7 +55,7 @@ import org.w3c.dom.Document; * @author Trifon N. Trifonov * @author Antonio Cañaveral, e-Evolution *
  • [ 2194986 ] Already connected ClientID issue. - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2194986&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/1555/ */ public class TopicListener implements MessageListener { diff --git a/org.adempiere.replication/src/org/adempiere/model/ExportModelValidator.java b/org.adempiere.replication/src/org/adempiere/model/ExportModelValidator.java index 0417f3dd4c..e97a5b4dff 100644 --- a/org.adempiere.replication/src/org/adempiere/model/ExportModelValidator.java +++ b/org.adempiere.replication/src/org/adempiere/model/ExportModelValidator.java @@ -55,13 +55,13 @@ import org.compiere.util.Env; * @author Trifon Trifonov * @author victor.perez@e-evolution.com, www.e-evolution.com *
  • BF2875989 Deactivate replication records are include to replication - *
  • https://sourceforge.net/tracker/?func=detail&aid=2875989&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2167/ *
  • [ 2195090 ] Stabilization of replication - *
  • https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2936561&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/bugs/2294/ *
  • BF2947615 The document recplicacion not working - *
  • https://sourceforge.net/tracker/?func=detail&aid=2947615&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2307/ *
  • The Replication should can use the Strategy from the org - *
  • https://sourceforge.net/tracker/?func=detail&aid=3014094&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/979/ * * @version $Id$ */ diff --git a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ExportHelper.java b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ExportHelper.java index 06cdd7bd5a..64c87a1a50 100644 --- a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ExportHelper.java +++ b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ExportHelper.java @@ -66,12 +66,12 @@ import org.w3c.dom.Text; * @author Trifon N. Trifonov * @author Antonio Cañaveral, e-Evolution *
  • [ 2195016 ] Implementation delete records messages - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195016&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/1556/ * @author victor.perez@e-evolution.com, e-Evolution *
  • [ 2195090 ] Stabilization of replication - *
  • https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2936561&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/bugs/2294/ *
  • BF [2947622] The replication ID (Primary Key) is not working - *
  • https://sourceforge.net/tracker/?func=detail&aid=2947622&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2308/ * */ public class ExportHelper { diff --git a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ModelExporter.java b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ModelExporter.java index 4e35755261..aa3d45ba68 100644 --- a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ModelExporter.java +++ b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/ModelExporter.java @@ -42,7 +42,7 @@ import org.w3c.dom.Document; * * @author victor.perez@e-evolution.com * FB [1963487 ] Is necessary new process to export and import with an Export - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1963487&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/423/ * @version $Id:$ */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/TopicExportProcessor.java b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/TopicExportProcessor.java index 4e43406674..ff03d6b45d 100644 --- a/org.adempiere.replication/src/org/adempiere/process/rpl/exp/TopicExportProcessor.java +++ b/org.adempiere.replication/src/org/adempiere/process/rpl/exp/TopicExportProcessor.java @@ -61,10 +61,10 @@ import org.w3c.dom.Document; * @author Trifon N. Trifonov * @author Antonio Cañaveral, e-Evolution *
  • [ 2195051 ] Implementing Message Transaction - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195051&group_id=176962&atid=879335 + *
  • https://sourceforge.net/p/adempiere/feature-requests/553/ * @author Michael Judd *
  • [ 2862500 ] TopicExporter TransformerFactory setAttribute error - *
  • https://sourceforge.net/tracker/?func=detail&aid=2862500&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2109/ */ public class TopicExportProcessor implements IExportProcessor { diff --git a/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ImportHelper.java b/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ImportHelper.java index f858e24a57..f0ca418140 100755 --- a/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ImportHelper.java +++ b/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ImportHelper.java @@ -69,12 +69,12 @@ import org.w3c.dom.NodeList; * @author Trifon N. Trifonov * @author Antonio Cañaveral, e-Evolution *
  • [ 2195016 ] Implementation delete records messages - *
  • http://sourceforge.net/tracker/index.php?func=detail&aid=2195016&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/1556/ * @author victor.perez@e-evolution.com, e-Evolution *
  • [ 2195090 ] Stabilization of replication - *
  • https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2936561&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/bugs/2294/ *
  • BF [2947622] The replication ID (Primary Key) is not working - *
  • https://sourceforge.net/tracker/?func=detail&aid=2947622&group_id=176962&atid=879332 + *
  • https://sourceforge.net/p/adempiere/bugs/2308/ * */ public class ImportHelper { @@ -96,7 +96,6 @@ public class ImportHelper { } /** - * @param ctx * @param result * @param documentToBeImported * @param trxName diff --git a/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ModelImporter.java b/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ModelImporter.java index c6d89143d1..93f129e697 100755 --- a/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ModelImporter.java +++ b/org.adempiere.replication/src/org/adempiere/process/rpl/imp/ModelImporter.java @@ -42,7 +42,7 @@ import org.w3c.dom.Document; * @author Trifon N. Trifonov * @author victor.perez@e-evolution.com * FB [1963487 ] Is necessary new process to export and import with an Export - * @see http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1963487&group_id=176962 + * @see https://sourceforge.net/p/adempiere/feature-requests/423/ * @version $Id:$ */ @org.adempiere.base.annotation.Process diff --git a/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java b/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java index a858718cef..8031b0ad81 100644 --- a/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java +++ b/org.adempiere.report.jasper/src/org/adempiere/report/jasper/ReportStarter.java @@ -121,7 +121,7 @@ import net.sf.jasperreports.export.SimpleXmlExporterOutput; * @author rlemeill * @author Ashley Ramdass * @author victor.perez@e-evolution.com - * @see FR 1906632 http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1906632&group_id=176962 + * see FR 1906632 https://sourceforge.net/p/adempiere/feature-requests/382/ * @author Teo Sarca, www.arhipac.ro *
  • FR [ 2581145 ] Jasper: Provide parameters info * @author Cristina Ghita, www.arhipac.ro @@ -175,7 +175,7 @@ public class ReportStarter implements ProcessCall, ClientProcess /** * Returns read only connection for reporting * - * @author Ashley Ramdass + * author Ashley Ramdass * @return Connection DB Connection */ protected Connection getConnection() @@ -187,7 +187,7 @@ public class ReportStarter implements ProcessCall, ClientProcess * Start the process. * It should only return false, if the function could not be performed * as this causes the process to abort. - * @author rlemeill + * author rlemeill * @param ctx context * @param pi standard process info * @param trx @@ -860,7 +860,7 @@ public class ReportStarter implements ProcessCall, ClientProcess } /** - * @author alinv + * author alinv * @param reportPath * @param reportType optional postfix parameter to select a different jasper report file * @return File or URL @@ -877,7 +877,7 @@ public class ReportStarter implements ProcessCall, ClientProcess } /** - * @author alinv + * author alinv * @param reportPath * @return File or URL */ @@ -921,7 +921,7 @@ public class ReportStarter implements ProcessCall, ClientProcess /** * Process/Compile report file - * @author rlemeill + * author rlemeill * @param reportFile * @return JasperInfo */ diff --git a/org.adempiere.server/src/main/server/org/compiere/server/AlertProcessor.java b/org.adempiere.server/src/main/server/org/compiere/server/AlertProcessor.java index 042f59da2d..4d79f28a9b 100644 --- a/org.adempiere.server/src/main/server/org/compiere/server/AlertProcessor.java +++ b/org.adempiere.server/src/main/server/org/compiere/server/AlertProcessor.java @@ -377,7 +377,7 @@ public class AlertProcessor extends AdempiereServer * @param sql sql select * @param trxName transaction * @param attachments (ignored) - * @return list of rows & values + * @return list of rows and values * @throws Exception */ protected String getPlainTextReport(MAlertRule rule, String sql, String trxName, Collection attachments) diff --git a/org.adempiere.server/src/main/server/org/compiere/server/ServerInstance.java b/org.adempiere.server/src/main/server/org/compiere/server/ServerInstance.java index 9a4bff2afb..e93ee0b3da 100644 --- a/org.adempiere.server/src/main/server/org/compiere/server/ServerInstance.java +++ b/org.adempiere.server/src/main/server/org/compiere/server/ServerInstance.java @@ -53,10 +53,14 @@ public class ServerInstance implements Serializable { private IClusterMember clusterMember; /** - * - * @param server + * @param serverId + * @param model * @param started * @param interrupted + * @param sleeping + * @param startTime + * @param statistics + * @param serverInfo */ public ServerInstance(String serverId, AdempiereProcessor model, boolean started, boolean interrupted, boolean sleeping, Timestamp startTime, String statistics, String serverInfo) { diff --git a/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/AddSchedulerCallable.java b/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/AddSchedulerCallable.java index 3970422975..7a061d3884 100644 --- a/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/AddSchedulerCallable.java +++ b/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/AddSchedulerCallable.java @@ -45,7 +45,7 @@ public class AddSchedulerCallable implements Callable, Serializable { private MScheduler scheduler; /** - * @param serverId + * @param scheduler */ public AddSchedulerCallable(MScheduler scheduler) { this.scheduler = scheduler; diff --git a/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/RemoveSchedulerCallable.java b/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/RemoveSchedulerCallable.java index dc3911c7db..60367f288d 100644 --- a/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/RemoveSchedulerCallable.java +++ b/org.adempiere.server/src/main/server/org/idempiere/server/cluster/callable/RemoveSchedulerCallable.java @@ -45,7 +45,7 @@ public class RemoveSchedulerCallable implements Callable, Serializable private MScheduler scheduler; /** - * @param serverId + * @param scheduler */ public RemoveSchedulerCallable(MScheduler scheduler) { this.scheduler = scheduler; diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ClientInfo.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ClientInfo.java index 3c763927de..a2f30c139b 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ClientInfo.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ClientInfo.java @@ -109,7 +109,7 @@ public class ClientInfo implements Serializable { /** * * @param minWidth - * @return true if desktopWidth >= minWidth + * @return true if desktopWidth >= minWidth */ public static boolean minWidth(int minWidth) { return ClientInfo.get().desktopWidth > 0 && ClientInfo.get().desktopWidth >= minWidth; @@ -118,7 +118,7 @@ public class ClientInfo implements Serializable { /** * * @param maxWidth - * @return true if desktopWidth <= maxWidth + * @return true if desktopWidth <= maxWidth */ public static boolean maxWidth(int maxWidth) { return ClientInfo.get().desktopWidth > 0 && ClientInfo.get().desktopWidth <= maxWidth; @@ -127,7 +127,7 @@ public class ClientInfo implements Serializable { /** * * @param minHeight - * @return true if desktopHeight >= minHeight + * @return true if desktopHeight >= minHeight */ public static boolean minHeight(int minHeight) { return ClientInfo.get().desktopHeight > 0 && ClientInfo.get().desktopHeight >= minHeight; @@ -136,7 +136,7 @@ public class ClientInfo implements Serializable { /** * * @param maxHeight - * @return true if desktopHeight <= maxHeight + * @return true if desktopHeight <= maxHeight */ public static boolean maxHeight(int maxHeight) { return ClientInfo.get().desktopHeight > 0 && ClientInfo.get().desktopHeight <= maxHeight; diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/Extensions.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/Extensions.java index cc7111c271..f9a499fab7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/Extensions.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/Extensions.java @@ -266,7 +266,7 @@ public class Extensions { /** * - * @param AD_Window_ID + * @param AdWindowID * @return IQuickEntryFactory instance or null if AdWindowID not found */ public static AbstractWQuickEntry getQuickEntry(Integer AdWindowID) { @@ -299,8 +299,8 @@ public class Extensions { /** * * @param WindowNo - * @param AD_Window_ID * @param TabNo + * @param AdWindowID * @return IQuickEntry instance or null if AdWindowID not found */ public static AbstractWQuickEntry getQuickEntry(int WindowNo, int TabNo, int AdWindowID) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ISupportMask.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ISupportMask.java index 5e0cefc440..ca6eaee473 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ISupportMask.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ISupportMask.java @@ -21,10 +21,10 @@ import org.zkoss.zk.ui.Component; * interface for any component want support show other window over it with a * mask. object manage component as AbstractUIPart also implement this interface * consider below case. - * 1. show a dialog => show mask + * 1. show a dialog => show mask * 2. process a event - * 2.1. show other dialog => show mask - * 2.1. hidden dialog in step 1 => hidden mask + * 2.1. show other dialog => show mask + * 2.1. hidden dialog in step 1 => hidden mask * 3. result dialog show without mask * to void this case process as below * in {@link #showMask()} set a flag to request scope by call: {@link Component#setAttribute(String, Object, int)} @@ -39,7 +39,7 @@ public interface ISupportMask { * show mask over this component * when override, remember call {@link Component#setAttribute(String, Object, int)} with * key is {@link #READY_SHOW_MASK_FLAG} value is Integer(1) and scope is {@link Component#REQUEST_SCOPE} - * by call {@link LayoutUtils#setFlagShowMask(Component)} + * by call {@link LayoutUtils} */ public void showMask(); @@ -47,7 +47,7 @@ public interface ISupportMask { * Hide mask. at code call showMask will hand reference to this object. and * call this function in handle close event of window * when override, remember check exists of key {@link #READY_SHOW_MASK_FLAG} at scope {@link Component#REQUEST_SCOPE} in attribute - * by call {@link LayoutUtils#hasFlagShowMask(Component)} + * by call {@link LayoutUtils} * if exists flag, don't hidden mask */ public void hideMask(); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/LayoutUtils.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/LayoutUtils.java index 8538fdc3a1..4d903eea4b 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/LayoutUtils.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/LayoutUtils.java @@ -288,8 +288,8 @@ public final class LayoutUtils { * @param window * @param childOfOwn * @param ownModel - * @return when show success return IMask object, it is own window, use {@link ISupportMask#hideMask()} to hiden mask. - * other return null. with case return null (show over childOfOwn or parent of childOfOwn but childOfOwn or parent of childOfOwn isn't implement {@link ISupportMask}), please consider use {@link #showOverlapWithMask(Component, Component)} + * @return when show success return IMask object, it is own window, use {@link ISupportMask#hideMask()} to hidden mask. + * other return null. */ public static ISupportMask showWindowWithMask(Window window, Component childOfOwn, int ownModel){ ISupportMask ownWindow = null; @@ -316,7 +316,7 @@ public final class LayoutUtils { } /** - * Show window in center of component get from {@link} + * Show window in center of component * @param window * @param mask */ @@ -355,7 +355,7 @@ public final class LayoutUtils { * find parent control of child control, parent must implement {@link ISupportMask} * if parentClass != null, parent class must extends parentClass * @param child - * @param ownModel + * @param parentClass * @return */ public static ISupportMask findMaskParent (Component child, Class parentClass){ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ValuePreference.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ValuePreference.java index c6642e7ef5..7c23185be6 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ValuePreference.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/ValuePreference.java @@ -74,9 +74,9 @@ public class ValuePreference extends Window implements EventListener /** * Factory + * @param ref * @param mField field * @param aValue value - * @return ValuePreference or null */ public static void start (Component ref, GridField mField, Object aValue) { @@ -90,10 +90,10 @@ public class ValuePreference extends Window implements EventListener /** * Factory + * @param ref * @param mField field * @param aValue value * @param aDisplayValue display value - * @return ValuePreference or null */ public static void start (Component ref, GridField mField, Object aValue, String aDisplayValue) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/acct/WAcctViewer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/acct/WAcctViewer.java index 90f8540f90..77f8100eee 100755 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/acct/WAcctViewer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/acct/WAcctViewer.java @@ -731,9 +731,7 @@ public class WAcctViewer extends Window implements EventListener /************************************************************************** * Tab Changed - * @param e ChangeEvent */ - public void stateChanged() { // log.info( "AcctViewer.stateChanged"); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/ADSortTab.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/ADSortTab.java index 1c6c2ba2ba..d9962124c1 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/ADSortTab.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/ADSortTab.java @@ -70,7 +70,7 @@ import org.zkoss.zul.event.ListDataEvent; * * @author victor.perez@e-evolution.com, e-Evolution * FR [ 2826406 ] The Tab Sort without parent column - *
  • https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826406&group_id=176962 + *
  • https://sourceforge.net/p/adempiere/feature-requests/776/ * Zk Port * @author Low Heng Sin * @author Juan David Arboleda : Refactoring Yes and No List to work with multiple choice. @@ -90,9 +90,7 @@ public class ADSortTab extends Panel implements IADTabpanel * Initiate * * @param winPanel - * @param WindowNo * @param gridTab - * @param gridWindow */ @Override public void init(AbstractADWindowContent winPanel, GridTab gridTab) @@ -679,7 +677,6 @@ public class ADSortTab extends Panel implements IADTabpanel /** (non-Javadoc) - * @see org.compiere.grid.APanelTab#saveData() */ public void saveData() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADTabbox.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADTabbox.java index 084dfadd5e..64db9ecb88 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADTabbox.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADTabbox.java @@ -56,9 +56,8 @@ public abstract class AbstractADTabbox extends AbstractUIPart implements IADTabb /** * Add Tab - * @param tabName name * @param gTab grid tab model - * @param tabElement GridController or VSortTab + * @param tabPanel */ public void addTab(GridTab gTab, IADTabpanel tabPanel) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADWindowContent.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADWindowContent.java index c23bca21e8..d273d22173 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADWindowContent.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/AbstractADWindowContent.java @@ -145,17 +145,17 @@ import org.zkoss.zul.impl.LabelImageElement; * @version $Revision: 0.10 $ * * @author Cristina Ghita, www.arhipac.ro - * @see FR [ 2877111 ] See identifiers columns when delete records https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2877111&group_id=176962 + * see FR [ 2877111 ] See identifiers columns when delete records https://sourceforge.net/p/adempiere/feature-requests/855/ * * @author hengsin, hengsin.low@idalica.com - * @see FR [2887701] https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2887701&group_id=176962 + * see FR [2887701] https://sourceforge.net/p/adempiere/feature-requests/866/ * @sponsor www.metas.de * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2992540 ] Grid/Panel not refreshed after process run - * https://sourceforge.net/tracker/?func=detail&aid=2992540&group_id=176962&atid=955896 + * https://sourceforge.net/p/adempiere/zk-web-client/418/ *
  • BF [ 2985892 ] Opening a window using a new record query is not working - * https://sourceforge.net/tracker/?func=detail&aid=2985892&group_id=176962&atid=955896 + * https://sourceforge.net/p/adempiere/zk-web-client/411/ */ public abstract class AbstractADWindowContent extends AbstractUIPart implements ToolbarListener, EventListener, DataStatusListener, ActionListener, ITabOnSelectHandler @@ -305,7 +305,6 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements } /** - * @param adWindowId * @param query * @return boolean */ @@ -313,7 +312,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements { // This temporary validation code is added to check the reported bug // [ adempiere-ZK Web Client-2832968 ] User context lost? - // https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2832968&group_id=176962 + // https://sourceforge.net/p/adempiere/zk-web-client/303/ // it's harmless, if there is no bug then this must never fail Session currSess = Executions.getCurrent().getDesktop().getSession(); int checkad_user_id = -1; diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java index d988d713cc..78acc12192 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTabRowRenderer.java @@ -75,7 +75,7 @@ import org.zkoss.zul.impl.XulElement; * * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2996608 ] GridPanel is not displaying time - * https://sourceforge.net/tracker/?func=detail&aid=2996608&group_id=176962&atid=955896 + * https://sourceforge.net/p/adempiere/zk-web-client/420/ */ public class GridTabRowRenderer implements RowRenderer, RowRendererExt, RendererCtrl, EventListener { @@ -431,7 +431,7 @@ public class GridTabRowRenderer implements RowRenderer, RowRendererExt /** * @param row * @param data - * @see RowRenderer#render(Row, Object) + * @param index */ @Override public void render(Row row, Object[] data, int index) throws Exception { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTableListModel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTableListModel.java index 69f30132da..41ef742967 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTableListModel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/GridTableListModel.java @@ -164,7 +164,6 @@ public class GridTableListModel extends AbstractListModel implements Tab /** * @param cmpr * @param ascending - * @see ListModelExt#sort(Comparator, boolean) */ public void sort(Comparator cmpr, boolean ascending) { //use default zk comparator diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabbox.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabbox.java index 8beac408cf..88c9aa80ab 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabbox.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabbox.java @@ -33,7 +33,7 @@ public interface IADTabbox extends UIPart { /** * - * @param tab index + * @param i tab index */ public void setSelectedIndex(int i); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabpanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabpanel.java index 2a0f687d8d..2c12b40f45 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabpanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/IADTabpanel.java @@ -32,9 +32,7 @@ public interface IADTabpanel extends Component, Evaluatee { /** * @param winPanel - * @param windowNo * @param gridTab - * @param gridWindow */ public void init(AbstractADWindowContent winPanel, GridTab gridTab); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/QuickGridTabRowRenderer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/QuickGridTabRowRenderer.java index 6468e36b32..4126a53559 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/QuickGridTabRowRenderer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/adwindow/QuickGridTabRowRenderer.java @@ -180,7 +180,7 @@ public class QuickGridTabRowRenderer /** * @param row * @param data - * @see RowRenderer#render(Row, Object) + * @param index */ @Override public void render(Row row, Object[] data, int index) throws Exception { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AEnv.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AEnv.java index b824c07431..33292d2c81 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AEnv.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AEnv.java @@ -80,7 +80,7 @@ import com.lowagie.text.DocumentException; * @author Jorg Janke * @version $Id: AEnv.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $ * - * Colin Rooney (croo) & kstan_79 RFE#1670185 + * Colin Rooney (croo) and kstan_79 RFE#1670185 */ public final class AEnv { @@ -133,7 +133,7 @@ public final class AEnv /** * Get Mnemonic character from text. - * @param text text with '&' + * @param text text with '&' * @return Mnemonic or 0 */ public static char getMnemonic (String text) @@ -755,7 +755,7 @@ public final class AEnv * when field lie in window, it's id of this window * when field lie in process parameter dialog it's ad_window_id of window open this process * when field lie in process parameter open in a standalone window (run process from menu) return id of dummy window - * @param mField + * @param windowNo * @return */ public static int getADWindowID (int windowNo){ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AbstractProcessDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AbstractProcessDialog.java index 5df7484fbf..ad21bff37a 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AbstractProcessDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/AbstractProcessDialog.java @@ -150,7 +150,6 @@ public abstract class AbstractProcessDialog extends Window implements IProcessUI * @param WindowNo * @param AD_Process_ID * @param pi - * @param innerWidth * @param autoStart * @param isDisposeOnComplete * @return diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessModalDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessModalDialog.java index 993bdab742..b91f86a833 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessModalDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessModalDialog.java @@ -59,7 +59,6 @@ public class ProcessModalDialog extends AbstractProcessDialog implements EventLi private String orientation; /** - * @param aProcess * @param WindowNo * @param pi * @param autoStart @@ -70,7 +69,7 @@ public class ProcessModalDialog extends AbstractProcessDialog implements EventLi } /** - * @param aProcess + * @param listener * @param WindowNo * @param pi * @param autoStart @@ -144,7 +143,6 @@ public class ProcessModalDialog extends AbstractProcessDialog implements EventLi /** * Dialog to start a process/report - * @param ctx * @param parent not used * @param title not used * @param WindowNo diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessParameterPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessParameterPanel.java index c27d983686..eaac62b3b6 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessParameterPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/ProcessParameterPanel.java @@ -972,7 +972,7 @@ public class ProcessParameterPanel extends Panel implements /** * Restore window context. * - * @author teo_sarca [ 1699826 ] + * author teo_sarca [ 1699826 ] * @see org.compiere.model.GridField#restoreValue() */ protected void restoreContext() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java index 3c968d8419..c407f590d7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java @@ -145,9 +145,9 @@ public class WProcessCtl extends AbstractProcessCtl { *
    * Called from ProcessDialog.actionPerformed * - * @param aProcessUI ASyncProcess & Container + * @param aProcessUI ASyncProcess and Container * @param WindowNo window no - * @param paraPanel Process Parameter Panel + * @param parameter Process Parameter Panel * @param pi ProcessInfo process info * @param trx Transaction */ @@ -209,7 +209,7 @@ public class WProcessCtl extends AbstractProcessCtl { } /** - * @param parent + * @param aProcessUI * @param WindowNo * @param pi * @param trx diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WReport.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WReport.java index 52697cd768..60c46d5c61 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WReport.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WReport.java @@ -49,7 +49,6 @@ public class WReport implements EventListener { * Constructor * * @param AD_Table_ID table - * @param invoker component to display popup (optional) * @param query query */ public WReport (int AD_Table_ID, MQuery query) @@ -61,7 +60,6 @@ public class WReport implements EventListener { * Constructor * * @param AD_Table_ID table - * @param invoker component to display popup (optional) * @param query query * @param parent The invoking parent window * @param WindowNo The invoking parent window number @@ -76,7 +74,6 @@ public class WReport implements EventListener { * Constructor * * @param AD_Table_ID table - * @param invoker component to display popup (optional) * @param query query * @param parent The invoking parent window * @param WindowNo The invoking parent window number diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAllocation.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAllocation.java index 3600b53487..793af4f3a4 100755 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAllocation.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAllocation.java @@ -94,8 +94,6 @@ public class WAllocation extends Allocation /** * Initialize Panel - * @param WindowNo window - * @param frame frame */ public WAllocation() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAttributeGrid.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAttributeGrid.java index 6501848e7f..240d3a03e4 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAttributeGrid.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WAttributeGrid.java @@ -75,8 +75,6 @@ public class WAttributeGrid extends ADForm implements EventListener /** * Init - * @param WindowNo - * @param frame */ protected void initForm() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WBOMDrop.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WBOMDrop.java index 3725043d58..9eaae41062 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WBOMDrop.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WBOMDrop.java @@ -144,8 +144,6 @@ public class WBOMDrop extends ADForm implements EventListener, ValueChang /** * Initialize Panel - * @param WindowNo window - * @param frame parent frame */ protected void initForm() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WCharge.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WCharge.java index 7ef43117f9..c72e85623c 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WCharge.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WCharge.java @@ -187,9 +187,6 @@ public class WCharge extends Charge implements IFormController, EventListener, WTableModelListener, ValueChan /** * Zoom to target - * @param AD_Window_ID window id - * @param zoomQuery zoom query + * @param tableID table id */ protected void zoom (int tableID) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WFileImport.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WFileImport.java index 14d589218f..48aa3a5ee1 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WFileImport.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WFileImport.java @@ -126,7 +126,6 @@ public class WFileImport extends ADForm implements EventListener /** * Initialize Panel - * @param WindowNo window */ protected void initForm() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WGenForm.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WGenForm.java index fe4c132df8..2ecad3f28a 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WGenForm.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WGenForm.java @@ -211,7 +211,7 @@ public class WGenForm extends ADForm implements EventListener, WTableMode /** * Dynamic Init. - * - Create GridController & Panel + * - Create GridController and Panel * - AD_Column_ID from C_Order */ public void dynInit() @@ -312,8 +312,7 @@ public class WGenForm extends ADForm implements EventListener, WTableMode } // tableChanged /** - * Save Selection & return selecion Query or "" - * @return where clause like C_Order_ID IN (...) + * Save Selection */ public void saveSelection() { @@ -460,7 +459,6 @@ public class WGenForm extends ADForm implements EventListener, WTableMode /************************************************************************** * Lock User Interface. * Called from the Worker before processing - * @param pi process info */ public void lockUI () { @@ -472,7 +470,6 @@ public class WGenForm extends ADForm implements EventListener, WTableMode /** * Unlock User Interface. * Called from the Worker when processing is done - * @param pi result of execute ASync call */ public void unlockUI () { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WPayPrint.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WPayPrint.java index 99dfcfd13f..962cf0b3ed 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WPayPrint.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/form/WPayPrint.java @@ -77,7 +77,7 @@ import org.zkoss.zul.South; import com.lowagie.text.pdf.PdfReader; /** - * Payment Print & Export + * Payment Print and Export * * @author Jorg Janke * @version $Id: VPayPrint.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/graph/WDocumentStatusIndicator.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/graph/WDocumentStatusIndicator.java index 5718eb17a6..de3f4798b9 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/graph/WDocumentStatusIndicator.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/graph/WDocumentStatusIndicator.java @@ -57,7 +57,7 @@ public class WDocumentStatusIndicator extends Panel implements EventListener /************************************************************************** * Constructor - * @param goals - * @param options */ public WPAPanel () { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/wf/WFPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/wf/WFPanel.java index e30e448785..048e340215 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/wf/WFPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/wf/WFPanel.java @@ -138,7 +138,6 @@ public class WFPanel extends Borderlayout implements EventListener, IHelp /** * Dispose - * @see org.compiere.apps.form.FormPanel#dispose() */ public void dispose() { @@ -147,7 +146,7 @@ public class WFPanel extends Borderlayout implements EventListener, IHelp /** - * Load Workflow & Nodes + * Load Workflow and Nodes * @param AD_Workflow_ID ID */ public void load (int AD_Workflow_ID) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ADTreeFavoriteOnDropListener.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ADTreeFavoriteOnDropListener.java index 2ce5d7bc1b..73f625dddf 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ADTreeFavoriteOnDropListener.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ADTreeFavoriteOnDropListener.java @@ -38,7 +38,7 @@ import org.zkoss.zul.Treeitem; import org.zkoss.zul.Treerow; /** - * Register listener for Drag&Drop item, Context Menu, Delete Item, Summary folder default + * Register listener for Drag&Drop item, Context Menu, Delete Item, Summary folder default * Collapsed/Expanded Operation * * @author Logilite Technologies diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ConfirmPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ConfirmPanel.java index b98f06664d..ce41edad5c 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ConfirmPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ConfirmPanel.java @@ -85,7 +85,7 @@ public final class ConfirmPanel extends Div /** * Creates a button of the specified id * - * @param id button id + * @param name button id * @return button * *

    The string can be any of the following and the corresponding button will be created:

    @@ -380,7 +380,7 @@ public final class ConfirmPanel extends Div /** * sets the visibility of the specified button - * @param btnName button name + * @param id button name * @param visible visibility *

    The button name can be any of the following *

    @@ -557,7 +557,7 @@ public final class ConfirmPanel extends Div /** * alias for addComponentsLeft for ease of porting swing form - * @param selectAllButton + * @param button */ public void addButton(Button button) { addComponentsLeft(button); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ProcessInfoDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ProcessInfoDialog.java index b8def6dbf0..258676b424 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ProcessInfoDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ProcessInfoDialog.java @@ -59,7 +59,7 @@ public class ProcessInfoDialog extends Window implements EventListener { public static final String ERROR = "~./zul/img/msgbox/info-btn.png"; /** - * @deprecated Should use {@link #ProcessInfoDialog(String, String, ProcessInfo)} for flexible show message + * @deprecated Should use {@link #ProcessInfoDialog(String, String, ProcessInfo, boolean)} for flexible show message * @param title * @param header * @param m_logs diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/Tabbox.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/Tabbox.java index dff33cb2f9..80d95336ce 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/Tabbox.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/Tabbox.java @@ -77,7 +77,7 @@ public class Tabbox extends org.zkoss.zul.Tabbox implements EventListener } /** - * let support drag&drop {@link Tab} + * let support drag&drop {@link Tab} * @param isSupportTabDragDrop */ public void setSupportTabDragDrop(boolean isSupportTabDragDrop) { @@ -158,7 +158,7 @@ public class Tabbox extends org.zkoss.zul.Tabbox implements EventListener /** * activeTabSeq is maintain by selected tab event, so when close by code or close on unselected state should call this function to save memory
    - * in case don't call it, it still manage from {@link #getNextActiveBySeq()} + * in case don't call it, it still manage from {@link #getNextActiveBySeq(Tab)} * @param closeTab */ public void removeTabFromActiveSeq (Tab closeTab) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WAppsAction.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WAppsAction.java index 1790361444..6c4ebbdb02 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WAppsAction.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WAppsAction.java @@ -29,7 +29,7 @@ import org.compiere.util.Msg; * Application Action. * Creates Action with Button * The ActionCommand is translated for display - * If translated text contains &, the next character is the Mnemonic + * If translated text contains &, the next character is the Mnemonic * * @author Andrew Kimball */ @@ -40,7 +40,6 @@ public class WAppsAction * * @param action base action command - used as AD_Message for Text and Icon name * @param accelerator optional keystroke for accelerator - * @param toggle is toggle action (maintains state) */ public WAppsAction (String action, String accelerator) throws IOException { @@ -53,7 +52,6 @@ public class WAppsAction * @param action base action command - used as AD_Message for Text and Icon name * @param accelerator optional keystroke for accelerator * @param toolTipText text, if null defered from action - * @param toggle is toggle action (maintains state) */ public WAppsAction (String action, String accelerator, String toolTipText) throws IOException { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListItemRenderer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListItemRenderer.java index e71651ea85..f5a3fc5001 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListItemRenderer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListItemRenderer.java @@ -60,7 +60,7 @@ import org.zkoss.zul.ListitemRenderer; import org.zkoss.zul.ListitemRendererExt; /** - * Renderer for {@link org.adempiere.webui.component.ListItems} + * Renderer for {@link org.adempiere.webui.component.ListItem} * for the {@link org.adempiere.webui.component.Listbox}. * * @author Andrew Kimball diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListbox.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListbox.java index 1876a27e70..70e2ce6ccb 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListbox.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/WListbox.java @@ -306,8 +306,6 @@ public class WListbox extends Listbox implements IMiniTable, TableValueChangeLis * * @param viewColumnIndex the index of the column in the view * @return the index of the corresponding column in the model - * - * @see #convertColumnIndexToVi */ public int convertColumnIndexToModel(int viewColumnIndex) { @@ -816,7 +814,6 @@ public class WListbox extends Listbox implements IMiniTable, TableValueChangeLis * deselect all current select, set all record have key in lsKey is selected * when non key column just return * @param lsKey - * @return */ public void setSelectedByKeys (List lsKey){ // no key column because can't set selected, just return @@ -962,7 +959,7 @@ public class WListbox extends Listbox implements IMiniTable, TableValueChangeLis /** * Set if Totals is Show - * @param boolean Show + * @param show */ public void setShowTotals(boolean show) { @@ -970,7 +967,6 @@ public class WListbox extends Listbox implements IMiniTable, TableValueChangeLis } /** * get if Totals is Show - * @param boolean Show */ public boolean getShowTotals() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ZkCssHelper.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ZkCssHelper.java index 295c1e1d00..af501a8702 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ZkCssHelper.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/component/ZkCssHelper.java @@ -81,8 +81,6 @@ public final class ZkCssHelper * * @param component the HTML based ZK component whose CSS style is to be modified * @param style CSS style string to append to current style - * - * @see #setStyle(String) */ public static void appendStyle(HtmlBasedComponent component, String style) { @@ -144,7 +142,6 @@ public final class ZkCssHelper * * @param component the HTML based ZK component whose CSS style is to be modified * @param color the color to be set - * @see #appendStyleBackColor(HtmlBasedComponent, Color) * @see #setStyleBackgroundColor(HtmlBasedComponent, Color) */ public static void appendStyleBackgroundColor(HtmlBasedComponent component, Color color) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/dashboard/DashboardRunnable.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/dashboard/DashboardRunnable.java index 4f9e70da61..2c12a404bd 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/dashboard/DashboardRunnable.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/dashboard/DashboardRunnable.java @@ -33,7 +33,7 @@ import org.zkoss.zk.ui.util.DesktopCleanup; * * @author hengsin * @author Cristina Ghita, www.arhipac.ro BF [2871741] Error at start - * @see https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2871741&group_id=176962 + * @see https://sourceforge.net/p/adempiere/zk-web-client/327/ */ public class DashboardRunnable implements Runnable, Serializable { @@ -52,7 +52,6 @@ public class DashboardRunnable implements Runnable, Serializable /** * * @param desktop zk desktop interface - * @param appDesktop adempiere desktop interface */ public DashboardRunnable(Desktop desktop) { this.desktop = new WeakReference(desktop); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/DefaultDesktop.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/DefaultDesktop.java index 322c30db25..789566cdf4 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/DefaultDesktop.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/DefaultDesktop.java @@ -862,14 +862,12 @@ public class DefaultDesktop extends TabbedDesktop implements MenuListener, Seria //Implementation for Broadcast message /** - * @param eventManager */ public void bindEventManager() { EventManager.getInstance().register(IEventTopics.BROADCAST_MESSAGE, this); } /** - * @param eventManager */ public void unbindEventManager() { EventManager.getInstance().unregister(this); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/IDesktop.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/IDesktop.java index 6969a0a626..97f3fbf163 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/IDesktop.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/IDesktop.java @@ -91,8 +91,8 @@ public interface IDesktop extends UIPart { /** * - * @param doc - * @param string + * @param content + * @param title * @param closeable */ public void showHTMLContent(String content, String title, boolean closeable); @@ -149,14 +149,13 @@ public interface IDesktop extends UIPart { /** * * @param infoId - * @return ADWindow */ public void openInfo(int infoId); /** * * @param windowId - * @return ADWindow + * @param callback */ public void openWindow(int windowId, Callback callback); @@ -164,7 +163,7 @@ public interface IDesktop extends UIPart { * * @param windowId * @param query - * @return ADWindow + * @param callback */ public void openWindow(int windowId, MQuery query, Callback callback); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/TabbedDesktop.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/TabbedDesktop.java index 9a5f39095b..559a77c59c 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/TabbedDesktop.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/desktop/TabbedDesktop.java @@ -142,9 +142,8 @@ public abstract class TabbedDesktop extends AbstractDesktop { /** * - * @param * @param windowId - * @return ADWindow + * @param callback */ public void openWindow(int windowId, Callback callback) { openWindow(windowId, null, callback); @@ -154,7 +153,7 @@ public abstract class TabbedDesktop extends AbstractDesktop { * * @param windowId * @param query - * @return ADWindow + * @param callback */ public void openWindow(int windowId, MQuery query, Callback callback) { final ADWindow adWindow = new ADWindow(Env.getCtx(), windowId, query); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WLocatorEditor.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WLocatorEditor.java index c9d58c065c..bc2a87464f 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WLocatorEditor.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WLocatorEditor.java @@ -89,7 +89,7 @@ public class WLocatorEditor extends WEditor implements EventListener, Pro * @param isReadOnly read only * @param isUpdateable updateable * @param mLocator locator (lookup) model - * @param WindowNo window no + * @param windowNo window no */ public WLocatorEditor( String columnName, boolean mandatory, boolean isReadOnly, diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WNumberEditor.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WNumberEditor.java index dd8a8cdd0c..45540080e9 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WNumberEditor.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WNumberEditor.java @@ -46,7 +46,7 @@ import org.zkoss.zk.ui.event.Events; * @author Low Heng Sin * @author Cristina Ghita, www.arhipac.ro *
  • BF [3058780] WNumberEditor allow only BigDecimal - * @see https://sourceforge.net/tracker/?func=detail&aid=3058780&group_id=176962&atid=955896 + * @see https://sourceforge.net/p/adempiere/zk-web-client/433/ */ public class WNumberEditor extends WEditor implements ContextMenuListener { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/event/ValueChangeEvent.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/event/ValueChangeEvent.java index 62fd08e386..9b83b3f2a3 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/event/ValueChangeEvent.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/event/ValueChangeEvent.java @@ -87,7 +87,7 @@ public class ValueChangeEvent } /** - * @param indicate this event is by user start edit this field but not yet complete edit + * @param isInitEdit indicate this event is by user start edit this field but not yet complete edit */ public void setIsInitEdit(boolean isInitEdit) { this.isInitEdit = isInitEdit; diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/IDashboardGadgetFactory.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/IDashboardGadgetFactory.java index c16b8f0023..e5ba8968b6 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/IDashboardGadgetFactory.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/IDashboardGadgetFactory.java @@ -24,16 +24,16 @@ import org.zkoss.zk.ui.Component; public interface IDashboardGadgetFactory { /** * - * @param String uri - * @param Component parent + * @param uri String + * @param parent Component * @return Component instance of DashboardPanel or null */ public Component getGadget(String uri, Component parent); /** - * @param String url - * @param Component parent - * @param MDashboardContent dc + * @param url String + * @param parent Component + * @param dc MDashboardContent * @return Component instance of DashboardPanel or null */ default public Component getGadget(String url, Component parent, MDashboardContent dc) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/grid/WBPartner.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/grid/WBPartner.java index cd967fee23..ff8f778ced 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/grid/WBPartner.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/grid/WBPartner.java @@ -107,7 +107,6 @@ public class WBPartner extends Window implements EventListener, ValueChan /** * Constructor. * Requires call loadBPartner - * @param frame parent * @param WindowNo Window No */ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/InfoWindow.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/InfoWindow.java index a7487304bf..03dbe3ae90 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/InfoWindow.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/InfoWindow.java @@ -207,10 +207,12 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL * @param WindowNo * @param tableName * @param keyColumn + * @param queryValue * @param multipleSelection * @param whereClause + * @param AD_InfoWindow_ID * @param lookup - * @param gridfield + * @param field */ public InfoWindow(int WindowNo, String tableName, String keyColumn, String queryValue, boolean multipleSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) { @@ -221,10 +223,12 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL * @param WindowNo * @param tableName * @param keyColumn + * @param queryValue * @param multipleSelection * @param whereClause + * @param AD_InfoWindow_ID * @param lookup - * @param gridfield + * @param field * @param predefinedContextVariables */ public InfoWindow(int WindowNo, String tableName, String keyColumn, String queryValue, @@ -329,7 +333,6 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL * separate by layout type * init drop list and menu control * set status of haveProcess flag - * @return true when have process, false when no process */ protected void initInfoProcess() { if (infoWindow == null){ @@ -2040,8 +2043,10 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL } /** - * @author xolali IDEMPIERE-1045 + * author xolali IDEMPIERE-1045 * getInfoColumnslayout(MInfoWindow info) + * @param info + * @return */ public ArrayList getInfoColumnslayout(MInfoWindow info){ @@ -2118,8 +2123,10 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL } /** - * @author xolali IDEMPIERE-1045 + * author xolali IDEMPIERE-1045 * GridField getGridField(InfoColumnVO infoColumn) + * @param infoColumn + * @return */ protected GridField getGridField(InfoColumnVO infoColumn){ String columnName = infoColumn.getColumnName(); @@ -2209,7 +2216,6 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL /** * Get id of window link with main table of this info window - * @param tableName * @return */ protected int getADWindowID() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/WInfoPAttributeEditor.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/WInfoPAttributeEditor.java index 49ed7578bc..025f76bd8d 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/WInfoPAttributeEditor.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/WInfoPAttributeEditor.java @@ -38,7 +38,8 @@ public class WInfoPAttributeEditor extends WEditor implements IWhereClauseEditor private int windowNo; /** - * @param comp + * @param ctx + * @param windowNo * @param gridField */ public WInfoPAttributeEditor(Properties ctx, int windowNo, GridField gridField) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/ADForm.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/ADForm.java index 02dd64400b..89d567dad4 100755 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/ADForm.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/ADForm.java @@ -70,9 +70,6 @@ public abstract class ADForm extends Window implements EventListener, IHe /** * Constructor - * - * @param ctx the context into which the form is being placed - * @param adFormId the Adempiere form identifier */ protected ADForm() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/CustomizeGridViewPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/CustomizeGridViewPanel.java index 6d06af0c2e..68ca19758a 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/CustomizeGridViewPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/CustomizeGridViewPanel.java @@ -88,9 +88,11 @@ public class CustomizeGridViewPanel extends Panel /** * Sort Tab Constructor * - * @param WindowNo Window No - * @param columnsWidth - * @param GridTab + * @param WindowNo Window No + * @param AD_Tab_ID + * @param AD_User_ID + * @param columnsWidth + * @param gridFieldIds */ public CustomizeGridViewPanel(int WindowNo, int AD_Tab_ID, int AD_User_ID, Map columnsWidth,ArrayList gridFieldIds) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoBPartnerPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoBPartnerPanel.java index d83bf520b9..592e9c1d92 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoBPartnerPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoBPartnerPanel.java @@ -122,10 +122,12 @@ public class InfoBPartnerPanel extends InfoPanel implements EventListener }; /** - * Standard Constructor - * @param queryvalue Query value Name or Value if contains numbers - * @param isSOTrx if false, query vendors only - * @param whereClause where clause + * Standard Constructor + * @param queryValue Query value Name or Value if contains numbers + * @param windowNo + * @param isSOTrx if false, query vendors only + * @param multipleSelection + * @param whereClause where clause */ public InfoBPartnerPanel(String queryValue,int windowNo, boolean isSOTrx,boolean multipleSelection, String whereClause) { @@ -134,9 +136,14 @@ public class InfoBPartnerPanel extends InfoPanel implements EventListener /** * Standard Constructor - * @param queryvalue Query value Name or Value if contains numbers - * @param isSOTrx if false, query vendors only - * @param whereClause where clause + */ + /** + * @param queryValue Query value Name or Value if contains numbers + * @param windowNo + * @param isSOTrx if false, query vendors only + * @param multipleSelection + * @param whereClause where clause + * @param lookup */ public InfoBPartnerPanel(String queryValue,int windowNo, boolean isSOTrx,boolean multipleSelection, String whereClause, boolean lookup) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPAttributePanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPAttributePanel.java index 2c4a864c2e..2a19d88f7d 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPAttributePanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPAttributePanel.java @@ -71,7 +71,7 @@ public class InfoPAttributePanel extends Window implements EventListener /** * Constructor. * Called from InfoProduct,cmd_InfoPAttribute - * @param parent + * @param input */ @SuppressWarnings("deprecation") public InfoPAttributePanel(Object input) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.java index dbdec348b8..8b025677c1 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.java @@ -581,7 +581,6 @@ public abstract class InfoPanel extends Window implements EventListener, /** * Set Status DB - * @param text text */ public void setStatusSelected () { @@ -1159,7 +1158,7 @@ public abstract class InfoPanel extends Window implements EventListener, * example after testCount we get calculate 6page. * when user navigate to page 4. something change in system (a batch record change become don't match with search query) * let we just get 5 page with current parameter. - * so when user navigate to page 6. user will face with index issue. (out of index or start index > end index) + * so when user navigate to page 6. user will face with index issue. (out of index or start index > end index) * this function is fix for it. * @param fromIndex * @param toIndex @@ -1451,9 +1450,9 @@ public abstract class InfoPanel extends Window implements EventListener, /** * Get the keys of selected row/s based on layout defined in prepareTable - * @deprecated this function should deprecated and replace with {@link #getListKeyValueOfSelectedRow()} to support view at infoWindow + * @deprecated * @return IDs if selection present - * @author ashley + * author ashley */ protected ArrayList getSelectedRowKeys() { @@ -1659,7 +1658,6 @@ public abstract class InfoPanel extends Window implements EventListener, * get keyView value at rowIndex and clumnIndex * also check in case value is null will rise a exception * @param rowIndex - * @param columnIndex * @return */ protected Integer getColumnValue (int rowIndex){ @@ -1698,7 +1696,7 @@ public abstract class InfoPanel extends Window implements EventListener, * current 1000 line cache * because in case query get more 1000 record we can't sync or maintain selected record (ever maintain for current page will make user confuse). * just clear selection - * in case < 1000 record is ok + * in case < 1000 record is ok * TODO:rewrite */ protected void syncSelectedAfterRequery (){ @@ -1836,7 +1834,7 @@ public abstract class InfoPanel extends Window implements EventListener, * Enable OK, History, Zoom if row/s selected * --- * Changes: Changed the logic for accommodating multiple selection - * @author ashley + * author ashley */ protected void enableButtons (boolean enable) { @@ -1887,10 +1885,7 @@ public abstract class InfoPanel extends Window implements EventListener, throws SQLException; /** * notify to search editor of a value change in the selection info - * @param event event - * */ - protected void showHistory() {} /** * Has History (false) @@ -1930,7 +1925,7 @@ public abstract class InfoPanel extends Window implements EventListener, * Save Selection Details * To be overwritten by concrete classes * this function call when close info window. - * default infoWindow will set value of all column of current selected record to environment variable with {@link Env.TAB_INF} + * default infoWindow will set value of all column of current selected record to environment variable with {@link Env#TAB_INFO} * class extends can do more by override it. */ protected void saveSelectionDetail() {} @@ -2209,7 +2204,8 @@ public abstract class InfoPanel extends Window implements EventListener, protected void updateSubcontent (){ updateSubcontent(-1);}; /** - * Update relate info for a specific row, if targetRow < 0 update using selected row + * Update relate info for a specific row, if targetRow < 0 update using selected row + * @param targetRow */ protected void updateSubcontent (int targetRow){}; diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPaymentPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPaymentPanel.java index eed2d4e6cd..f7e1d46e7e 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPaymentPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPaymentPanel.java @@ -127,7 +127,6 @@ public class InfoPaymentPanel extends InfoPanel implements ValueChangeListener, /** * Detail Protected Constructor * - * @param modal modal * @param WindowNo window no * @param value query value * @param multiSelection multiple selections @@ -142,11 +141,11 @@ public class InfoPaymentPanel extends InfoPanel implements ValueChangeListener, /** * Detail Protected Constructor * - * @param modal modal * @param WindowNo window no * @param value query value * @param multiSelection multiple selections * @param whereClause where clause + * @param lookup */ public InfoPaymentPanel(int WindowNo, String value, boolean multiSelection, String whereClause, boolean lookup) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoProductPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoProductPanel.java index 5075acc887..39cd6e1178 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoProductPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoProductPanel.java @@ -173,9 +173,10 @@ public class InfoProductPanel extends InfoPanel implements EventListener /** * Standard Constructor - * @param WindowNo window no + * @param windowNo window no * @param M_Warehouse_ID warehouse * @param M_PriceList_ID price list + * @param multipleSelection * @param value Query Value or Name if enclosed in @ * @param whereClause where clause */ @@ -188,11 +189,13 @@ public class InfoProductPanel extends InfoPanel implements EventListener /** * Standard Constructor - * @param WindowNo window no + * @param windowNo window no * @param M_Warehouse_ID warehouse * @param M_PriceList_ID price list + * @param multipleSelection * @param value Query Value or Name if enclosed in @ * @param whereClause where clause + * @param lookup */ public InfoProductPanel(int windowNo, int M_Warehouse_ID, int M_PriceList_ID, boolean multipleSelection,String value, diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/LoginPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/LoginPanel.java index e2dedd0e6a..418304ce6e 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/LoginPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/LoginPanel.java @@ -635,7 +635,7 @@ public class LoginPanel extends Window implements EventListener // This temporary validation code is added to check the reported bug // [ adempiere-ZK Web Client-2832968 ] User context lost? - // https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2832968&group_id=176962 + // https://sourceforge.net/p/adempiere/zk-web-client/303/ // it's harmless, if there is no bug then this must never fail currSess.setAttribute("Check_AD_User_ID", Env.getAD_User_ID(ctx)); // End of temporary code for [ adempiere-ZK Web Client-2832968 ] User context lost? diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/QuickCustomizeGridViewPanel.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/QuickCustomizeGridViewPanel.java index 0fe80e229e..4878003e44 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/QuickCustomizeGridViewPanel.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/QuickCustomizeGridViewPanel.java @@ -100,11 +100,11 @@ public class QuickCustomizeGridViewPanel extends Panel { /** * Sort Tab Constructor - * - * @param WindowNo - * Window No + * @param WindowNo Window No + * @param AD_Tab_ID + * @param AD_User_ID * @param columnsWidth - * @param GridTab + * @param gridFieldIds */ public QuickCustomizeGridViewPanel(int WindowNo, int AD_Tab_ID, int AD_User_ID, Map columnsWidth, ArrayList gridFieldIds) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WAttachment.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WAttachment.java index db05bf5d90..cdfcf3fcc7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WAttachment.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WAttachment.java @@ -151,14 +151,13 @@ public class WAttachment extends Window implements EventListener /** * Constructor. - * loads Attachment, if ID <> 0 + * loads Attachment, if ID <> 0 * @param WindowNo window no * @param AD_Attachment_ID attachment * @param AD_Table_ID table * @param Record_ID record key * @param trxName transaction */ - public WAttachment( int WindowNo, int AD_Attachment_ID, int AD_Table_ID, int Record_ID, String trxName) { @@ -167,14 +166,14 @@ public class WAttachment extends Window implements EventListener /** * Constructor. - * loads Attachment, if ID <> 0 + * loads Attachment, if ID <> 0 * @param WindowNo window no * @param AD_Attachment_ID attachment * @param AD_Table_ID table * @param Record_ID record key * @param trxName transaction + * @param eventListener */ - public WAttachment( int WindowNo, int AD_Attachment_ID, int AD_Table_ID, int Record_ID, String trxName, EventListener eventListener) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WOnlyCurrentDays.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WOnlyCurrentDays.java index 914d09007f..f248b3b086 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WOnlyCurrentDays.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WOnlyCurrentDays.java @@ -49,8 +49,6 @@ public class WOnlyCurrentDays extends Window implements EventListener, Di /** * Constructor - * @param parent parent frame - * @param buttonLocation lower left corner of the button */ public WOnlyCurrentDays() { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WSchedule.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WSchedule.java index e179ace079..6fb0a44333 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WSchedule.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/WSchedule.java @@ -80,7 +80,6 @@ public class WSchedule extends Window implements EventListener /** * Constructor * @param is InfoSchedule for call back - * @param type Type of schedule TYPE_... */ public WSchedule (InfoSchedule is) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/part/WindowContainer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/part/WindowContainer.java index 241f61c209..84b47efe7e 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/part/WindowContainer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/part/WindowContainer.java @@ -328,7 +328,7 @@ public class WindowContainer extends AbstractUIPart implements EventListener desktopHeight + * Set height of popup, window or dialog to heightInPixel. Set height to 100% if heightInPixel > desktopHeight * @param comp * @param heightInPixel Height in Pixel */ @@ -97,7 +97,7 @@ public class ZKUpdateUtil { } /** - * Set width of popup, window or dialog to widthInPixel. Set width to 100% if widthInPixel > desktopWidth + * Set width of popup, window or dialog to widthInPixel. Set width to 100% if widthInPixel > desktopWidth * @param comp * @param widthInPixel */ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/CustomizeGridViewDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/CustomizeGridViewDialog.java index d551a42a55..846d82a038 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/CustomizeGridViewDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/CustomizeGridViewDialog.java @@ -35,11 +35,11 @@ public class CustomizeGridViewDialog extends Window { /** * Standard Constructor - * @param WindowNo window no + * @param windowNo window no * @param AD_Tab_ID tab * @param AD_User_ID user - * @param columnsWidth - * @param isQuickForm + * @param columnsWidth + * @param isQuickForm */ public CustomizeGridViewDialog(int windowNo, int AD_Tab_ID, int AD_User_ID, Map columnsWidth, ArrayList gridFieldIds, boolean isQuickForm) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FDialog.java index bec4d5c869..ff925623e0 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FDialog.java @@ -102,15 +102,14 @@ public class FDialog /** * Display warning with warning icon * @param windowNo Number of Window + * @param comp * @param adMessage Message to be translated * @param message Additional message - * @param title If none then one will be generated * * @see #warn(int, String) * @see #warn(int, String, String) * @see #warn(int, Component, String, String, String) */ - public static void warn(int windowNo, Component comp, String adMessage, String message) { warn(windowNo, comp, adMessage, message, null); @@ -200,13 +199,12 @@ public class FDialog * Display error with error icon * @param windowNo Number of Window * @param adMessage Message to be translated - * @param adMessage Additional message + * @param msg Additional message * * @see #error(int, String) * @see #error(int, Component, String) * @see #error(int, Component, String, String) */ - public static void error(int windowNo, String adMessage, String msg) { error(windowNo, null, adMessage, msg); @@ -290,11 +288,10 @@ public class FDialog /************************************************************************** * Ask Question with question icon and (OK) (Cancel) buttons * - * @param WindowNo Number of Window - * @param c Container (owner) - * @param AD_Message Message to be translated + * @param windowNo Number of Window + * @param comp Container (owner) + * @param adMessage Message to be translated * @param msg Additional clear text message - * * @return true, if OK */ public static boolean ask(int windowNo, Component comp, String adMessage, String msg) @@ -305,11 +302,11 @@ public class FDialog /************************************************************************** * Ask Question with question icon and (OK) (Cancel) buttons * - * @param WindowNo Number of Window - * @param c Container (owner) - * @param AD_Message Message to be translated + * @param windowNo Number of Window + * @param comp Container (owner) + * @param adMessage Message to be translated * @param msg Additional clear text message - * + * @param callback * @return true, if OK */ public static boolean ask(int windowNo, Component comp, String adMessage, String msg, final Callback callback) @@ -342,13 +339,11 @@ public class FDialog /************************************************************************** * Ask Question with question icon and (OK) (Cancel) buttons * - * @param WindowNo Number of Window - * @param c Container (owner) - * @param AD_Message Message to be translated - * + * @param windowNo Number of Window + * @param comp Container (owner) + * @param adMessage Message to be translated * @return true, if OK */ - public static boolean ask(int windowNo, Component comp, String adMessage) { return ask(windowNo, comp, adMessage, (Callback)null); @@ -449,13 +444,14 @@ public class FDialog /************************************************************************** * Ask Question with question icon and (OK) (Cancel) buttons * - * @param WindowNo Number of Window - * @param c Container (owner) - * @param AD_Message Message to be translated - * + * @param title + * @param windowNo Number of Window + * @param comp Container (owner) + * @param adMessage Message to be translated + * @param callback + * @param args * @return true, if OK */ - public static boolean ask(String title, int windowNo, Component comp, String adMessage, final Callback callback, Object ... args) { Callback msgCallback = null; @@ -557,12 +553,12 @@ public class FDialog /************************************************************************** * Ask Question with question icon and (OK) (Cancel) buttons * - * @param WindowNo Number of Window - * @param c Container (owner) + * @param windowNo Number of Window + * @param comp Container (owner) * @param title Title of the dialog panel - * @param AD_Message Message to be translated + * @param adMessage Message to be translated * @param msg Additional clear text message - * + * @param callback * @return true, if OK */ public static boolean ask(int windowNo, Component comp, String title, String adMessage, String msg, final Callback callback) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java index 8d92cab42c..10e81e3633 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java @@ -313,7 +313,7 @@ public class FindWindow extends Window implements EventListener, ValueCha * @param findFields findFields * @param minRecords minRecords * @param adTabId - * @param AbstractADWindowContent windowPanel + * @param windowPanel AbstractADWindowContent **/ public FindWindow (int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/IReportViewerExportSource.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/IReportViewerExportSource.java index 74600e4673..25d3d8ced7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/IReportViewerExportSource.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/IReportViewerExportSource.java @@ -62,7 +62,7 @@ public interface IReportViewerExportSource { * Get media/content by content type and file extension * @param contentType * @param fileExtension - * @return {@link AMediae} + * @return {@link AMedia} */ public AMedia getMedia(String contentType, String fileExtension); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/InfoSchedule.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/InfoSchedule.java index d4720e1329..b06b71bd42 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/InfoSchedule.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/InfoSchedule.java @@ -62,7 +62,7 @@ import org.zkoss.zul.Vbox; /** - * Schedule - Resource availability & assigment. + * Schedule - Resource availability and assigment. * * @author Jorg Janke * @version $Id: InfoSchedule.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $ @@ -103,7 +103,8 @@ public class InfoSchedule extends Window implements EventListener * Constructor * @param mAssignment optional assignment * @param createNew if true, allows to create new assignments - * @param listener + * @param parent + * @param callback */ public InfoSchedule (MResourceAssignment mAssignment, boolean createNew, Component parent, Callback callback) { @@ -432,7 +433,8 @@ public class InfoSchedule extends Window implements EventListener * Callback. * Called from WSchedule after WAssignmentDialog finished * @param assignment New/Changed Assignment - * @param b + * @param createNew + * @param cancelled */ public void mAssignmentCallback (MResourceAssignment assignment, boolean createNew, boolean cancelled) { diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WAssignmentDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WAssignmentDialog.java index aeb84f3a2a..e1c0e775b7 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WAssignmentDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WAssignmentDialog.java @@ -82,7 +82,7 @@ public class WAssignmentDialog extends Window implements EventListener *
     	 * 		Creates a new assignment oor displays an assignment
     	 * 		Create new:	(ID == 0)
    -	 * 			check availability & create assignment
    +	 * 			check availability and create assignment
     	 * 			(confirmed when order/incoice/timeExpense is processed)
     	 * 			alternatively let InfoResource do the assignment
     	 * 			return ID
    @@ -130,7 +130,7 @@ public class WAssignmentDialog extends Window implements EventListener
     	private boolean		m_setting = false;
     	/**	Logger							*/
     	private static final CLogger log = CLogger.getCLogger(WAssignmentDialog.class);
    -	/**	Lookup with Resource & UOM		*/
    +	/**	Lookup with Resource and UOM		*/
     	private HashMap	m_lookup = new HashMap();
     	
     	//
    diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WChat.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WChat.java
    index abff5114fa..42819cbc7c 100644
    --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WChat.java
    +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WChat.java
    @@ -74,7 +74,7 @@ public class WChat extends Window implements EventListener, DialogEvents
     
     	/**
     	 *	Constructor.
    -	 *	loads Chat, if ID <> 0
    +	 *	loads Chat, if ID <> 0
     	 *  @param WindowNo window no
     	 *  @param CM_Chat_ID chat
     	 *  @param AD_Table_ID table
    diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WEMailDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WEMailDialog.java
    index c45a52809d..138b95ce4f 100644
    --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WEMailDialog.java
    +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WEMailDialog.java
    @@ -93,7 +93,7 @@ import org.zkoss.zul.South;
      *  @version 	$Id: EMailDialog.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
      *  
      *  globalqss: integrate phib fixing bug reported here
    - *     http://sourceforge.net/tracker/index.php?func=detail&aid=1568765&group_id=176962&atid=879332
    + *     https://sourceforge.net/p/adempiere/bugs/62/
      * 
      *  phib - fixing bug [ 1568765 ] Close email dialog button broken
      *  
    diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WLocationDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WLocationDialog.java
    index 9d7f5fe656..de86638c03 100644
    --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WLocationDialog.java
    +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WLocationDialog.java
    @@ -79,7 +79,7 @@ import org.zkoss.zul.Vbox;
      * 			
  • FR [ 2794312 ] Location AutoComplete * @author Teo Sarca, teo.sarca@gmail.com *
  • BF [ 2995212 ] NPE on Location dialog - * https://sourceforge.net/tracker/?func=detail&aid=2995212&group_id=176962&atid=955896 + * https://sourceforge.net/p/adempiere/zk-web-client/419/ * * @TODO: Implement fOnline button present in swing client * diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPostIt.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPostIt.java index 01b85aadcf..4d2be54baa 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPostIt.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPostIt.java @@ -57,11 +57,11 @@ public class WPostIt extends Window implements EventListener{ private MPostIt m_postIt; /** - * * @param title - * @param text - * @param editable - * @param maxSize + * @param postItID + * @param tableID + * @param recordID + * @param trxName */ public WPostIt(String title, int postItID, int tableID, int recordID, /*String created, String updated,*/ String trxName) { super(); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WRecordAccessDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WRecordAccessDialog.java index bc7f3c4f43..fdfe8de217 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WRecordAccessDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WRecordAccessDialog.java @@ -56,7 +56,7 @@ public class WRecordAccessDialog extends Window implements EventListener /** * Record Access Dialog - * @param owner owner + * @param parent owner * @param AD_Table_ID table * @param Record_ID record */ diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WTextEditorDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WTextEditorDialog.java index f8ef8efb38..9b769ff129 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WTextEditorDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WTextEditorDialog.java @@ -69,7 +69,7 @@ public class WTextEditorDialog extends Window implements EventListener{ * @param text * @param editable * @param maxSize - * @param isHtml - select the html tab at start + * @param IsHtml - select the html tab at start */ public WTextEditorDialog(String title, String text, boolean editable, int maxSize, boolean IsHtml) { this(title, text, editable, maxSize, IsHtml, true); diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/ZkReportViewer.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/ZkReportViewer.java index 18b53113f5..69954d3909 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/ZkReportViewer.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/ZkReportViewer.java @@ -129,9 +129,9 @@ import org.zkoss.zul.impl.XulElement; * @author Jorg Janke * @version $Id: Viewer.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $ * globalqss: integrate phib contribution from - * http://sourceforge.net/tracker/index.php?func=detail&aid=1566335&group_id=176962&atid=879334 + * https://sourceforge.net/p/adempiere/patches/4/ * globalqss: integrate Teo Sarca bug fixing - * Colin Rooney 2007/03/20 RFE#1670185 & BUG#1684142 + * Colin Rooney 2007/03/20 RFE#1670185 and BUG#1684142 * Extend security to Info queries * * @author Teo Sarca, SC ARHIPAC SERVICE SRL diff --git a/org.adempiere.ui/src/org/compiere/apps/AbstractProcessCtl.java b/org.adempiere.ui/src/org/compiere/apps/AbstractProcessCtl.java index b97f9c1e82..0d39802724 100644 --- a/org.adempiere.ui/src/org/compiere/apps/AbstractProcessCtl.java +++ b/org.adempiere.ui/src/org/compiere/apps/AbstractProcessCtl.java @@ -54,7 +54,8 @@ public abstract class AbstractProcessCtl implements Runnable { /************************************************************************** * Constructor - * @param parent Container & ASyncProcess + * @param aProcessUI + * @param WindowNo * @param pi Process info * @param trx Transaction * Created in process(), VInvoiceGen.generateInvoices @@ -321,12 +322,12 @@ public abstract class AbstractProcessCtl implements Runnable protected abstract void updateProgressWindowTitle(String title); /** - * Lock UI & show Waiting + * Lock UI and show Waiting */ protected abstract void lock (); /** - * Unlock UI & dispose Waiting. + * Unlock UI and dispose Waiting. * Called from run() */ protected abstract void unlock (); diff --git a/org.adempiere.ui/src/org/compiere/apps/form/InOutGen.java b/org.adempiere.ui/src/org/compiere/apps/form/InOutGen.java index eaaec51312..9516110046 100644 --- a/org.adempiere.ui/src/org/compiere/apps/form/InOutGen.java +++ b/org.adempiere.ui/src/org/compiere/apps/form/InOutGen.java @@ -211,8 +211,7 @@ public class InOutGen extends GenForm } // executeQuery /** - * Save Selection & return selection Query or "" - * @return where clause like C_Order_ID IN (...) + * Save Selection and return selection Query or "" */ public void saveSelection(IMiniTable miniTable) { diff --git a/org.adempiere.ui/src/org/compiere/apps/form/InvoiceGen.java b/org.adempiere.ui/src/org/compiere/apps/form/InvoiceGen.java index 2b8ecdaba1..28174036e9 100644 --- a/org.adempiere.ui/src/org/compiere/apps/form/InvoiceGen.java +++ b/org.adempiere.ui/src/org/compiere/apps/form/InvoiceGen.java @@ -215,8 +215,7 @@ public class InvoiceGen extends GenForm } // executeQuery /** - * Save Selection & return selecion Query or "" - * @return where clause like C_Order_ID IN (...) + * Save Selection and return selection Query or "" */ public void saveSelection(IMiniTable miniTable) { diff --git a/org.adempiere.ui/src/org/compiere/print/ReportCtl.java b/org.adempiere.ui/src/org/compiere/print/ReportCtl.java index 8b8d233435..4a71f81a8e 100644 --- a/org.adempiere.ui/src/org/compiere/print/ReportCtl.java +++ b/org.adempiere.ui/src/org/compiere/print/ReportCtl.java @@ -120,7 +120,6 @@ public class ReportCtl * @param parent The window which invoked the printing * @param WindowNo The windows number which invoked the printing * @param pi process info - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if created */ static public boolean start (IProcessUI parent, int WindowNo, ProcessInfo pi) @@ -183,7 +182,7 @@ public class ReportCtl /************************************************************************** * Start Standard Report. - * - Get Table Info & submit + * - Get Table Info and submit * @param pi Process Info * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK @@ -195,7 +194,7 @@ public class ReportCtl /************************************************************************** * Start Standard Report. - * - Get Table Info & submit + * - Get Table Info and submit * @param pi Process Info * @param WindowNo The windows number which invoked the printing * @param IsDirectPrint if true, prints directly - otherwise View @@ -209,14 +208,13 @@ public class ReportCtl /************************************************************************** * Start Standard Report. - * - Get Table Info & submit.
    + * - Get Table Info and submit.
    * A report can be created from: *
      *
    1. attached MPrintFormat, if any (see {@link ProcessInfo#setTransientObject(Object)}, {@link ProcessInfo#setSerializableObject(java.io.Serializable)} *
    2. process information (AD_Process.AD_PrintFormat_ID, AD_Process.AD_ReportView_ID) *
    * @param pi Process Info - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK */ static public boolean startStandardReport (ProcessInfo pi) @@ -226,7 +224,7 @@ public class ReportCtl /************************************************************************** * Start Standard Report. - * - Get Table Info & submit.
    + * - Get Table Info and submit.
    * A report can be created from: *
      *
    1. attached MPrintFormat, if any (see {@link ProcessInfo#setTransientObject(Object)}, {@link ProcessInfo#setSerializableObject(java.io.Serializable)} @@ -234,7 +232,6 @@ public class ReportCtl *
    * @param pi Process Info * @param WindowNo The windows number which invoked the printing - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK */ static public boolean startStandardReport (ProcessInfo pi, int WindowNo) diff --git a/org.idempiere.javadoc/pom.xml b/org.idempiere.javadoc/pom.xml index 7985fa9dc6..def7fc82fd 100644 --- a/org.idempiere.javadoc/pom.xml +++ b/org.idempiere.javadoc/pom.xml @@ -81,6 +81,10 @@ org.checkerframework.* org.codehaus.* org.kohsuke.* + io.github.* + io.keikai.* + metainfo.tld + com.zaxxer.* " - teo_sarca [ 1705768 ] - // http://sourceforge.net/tracker/index.php?func=detail&aid=1705768&group_id=176962&atid=879332 + // https://sourceforge.net/p/adempiere/bugs/504/ @Test public void test1705768() { sql = "SELECT 'Partner <--> Organization', 's2\\$', 's3' FROM DUAL"; @@ -507,7 +507,7 @@ public final class Convert_PostgreSQLTest extends AbstractTestCase { /** * Test BF [3137355 ] PG query not valid when contains quotes and backslashes. - * https://sourceforge.net/tracker/?func=detail&aid=3137355&group_id=176962&atid=879332 + * https://sourceforge.net/p/adempiere/bugs/2560/ */ @Test public void test3137355() diff --git a/org.idempiere.test/src/org/idempiere/test/base/POTest.java b/org.idempiere.test/src/org/idempiere/test/base/POTest.java index 6c8ba429e0..a6b38ed785 100644 --- a/org.idempiere.test/src/org/idempiere/test/base/POTest.java +++ b/org.idempiere.test/src/org/idempiere/test/base/POTest.java @@ -247,7 +247,7 @@ public class POTest extends AbstractTestCase /** * If one object fails on after save we should not revert all transaction. * BF [ 2849122 ] PO.AfterSave is not rollback on error - * https://sourceforge.net/tracker/index.php?func=detail&aid=2849122&group_id=176962&atid=879332# + * https://sourceforge.net/p/adempiere/bugs/2073/ */ @Test public void testAfterSaveError_BF2849122() diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java index dcf10ee4d9..41cc9f1610 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/CompiereService.java @@ -364,7 +364,7 @@ public class CompiereService { } /** - * @return set password + * @param pass */ public synchronized void setPassword(String pass) { m_password = pass; @@ -378,7 +378,7 @@ public class CompiereService { } /** - * @return set expiry minutes + * @param expiryMinutes */ public synchronized void setExpiryMinutes(int expiryMinutes) { m_expiryMinutes = expiryMinutes; diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/Process.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/Process.java index 9132382717..7e4d4fa1ed 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/Process.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/adinterface/Process.java @@ -762,7 +762,6 @@ public class Process { * Called also directly from ProcessDialog, VInOutGen, VInvoiceGen, VPayPrint * @param type document type in ReportEngine * @param Record_ID id - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if success */ public static ReportEngine startDocumentPrint (int type, int Record_ID) @@ -780,9 +779,8 @@ public class Process { /************************************************************************** * Start Standard Report. - * - Get Table Info & submit + * - Get Table Info and submit * @param pi Process Info - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if OK */ static public ReportEngine startStandardReport (ProcessInfo pi) @@ -801,7 +799,6 @@ public class Process { * Start Check Print. * Find/Create * @param C_Payment_ID Payment - * @param IsDirectPrint if true, prints directly - otherwise View * @return true if success */ public static ReportEngine startCheckPrint (int C_Payment_ID) diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java index 650a457f66..5d6f1d97eb 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/AbstractService.java @@ -496,11 +496,9 @@ public class AbstractService { } /** - * * @param strValue * @param columnClass * @param colName - * @param m_webservicetype * @return */ protected Object convertToObj(String strValue,Class columnClass,String colName){ diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/GetListLookup.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/GetListLookup.java index 217187c131..40da2ee87e 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/GetListLookup.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/GetListLookup.java @@ -207,7 +207,7 @@ public class GetListLookup extends Lookup { } /** - * Refresh & return number of items read. + * Refresh and return number of items read. * Get get data of parent lookups * @return no of items read */ diff --git a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/QueryDataLookup.java b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/QueryDataLookup.java index 0ef0991bee..466448a46c 100644 --- a/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/QueryDataLookup.java +++ b/org.idempiere.webservices/WEB-INF/src/org/idempiere/webservices/client/QueryDataLookup.java @@ -223,7 +223,7 @@ public class QueryDataLookup extends Lookup { } /** - * Refresh & return number of items read. + * Refresh and return number of items read. * Get get data of parent lookups * @return no of items read */