Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0044175Openbravo ERPZ. Otherspublic2020-05-22 16:342020-05-25 08:08
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
PR20Q3 
alostale
Core
No
0044175: A number of non-public xsql files/method are present but never used
Automated checking all xsql-files showed a number of files / methods which are not used and also are not part of the public api.

They should be removed as unused resources.
Found by SHU experimental tool + manual review
No tags attached.
blocks design defect 0032688 acknowledged Triage Platform Base remove unused resources 
Issue History
2020-05-22 16:34shuehnerNew Issue
2020-05-22 16:34shuehnerAssigned To => shuehner
2020-05-22 16:34shuehnerModules => Core
2020-05-22 16:34shuehnerTriggers an Emergency Pack => No
2020-05-22 16:37hgbotCheckin
2020-05-22 16:37hgbotNote Added: 0120191
2020-05-22 16:37hgbotStatusnew => resolved
2020-05-22 16:37hgbotResolutionopen => fixed
2020-05-22 16:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/181b1d0e3a28466701bd02a24274bc40a464395a [^]
2020-05-22 16:57shuehnerReview Assigned To => alostale
2020-05-25 08:08alostaleNote Added: 0120211
2020-05-25 08:08alostaleStatusresolved => closed
2020-05-25 08:08alostaleFixed in Version => 3.0PR20Q3
2020-05-25 08:10alostaleRelationship addedblocks 0032688

Notes
(0120191)
hgbot   
2020-05-22 16:37   
Repository: erp/devel/pi
Changeset: 181b1d0e3a28466701bd02a24274bc40a464395a
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri May 22 16:35:33 2020 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/181b1d0e3a28466701bd02a24274bc40a464395a [^]

Fixed ISSUE-44175. Removed unused non-public xsql files / SqlMethod.

All those files / methods are never used and are neither part of the API
So they can be just removed as unused resources.

---
M src/org/openbravo/base/secureApp/Attribute_data.xsql
M src/org/openbravo/base/secureApp/Seguridad_data.xsql
M src/org/openbravo/common/actionhandler/CashflowForecast_data.xsql
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Amount_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SE_ProjectLine_Value_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Product_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Stock_data.xsql
M src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product_data.xsql
M src/org/openbravo/erpCommon/ad_forms/AcctSchema_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocLCCost_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocMatchInv_data.xsql
M src/org/openbravo/erpCommon/ad_forms/DocProduction_data.xsql
M src/org/openbravo/erpCommon/ad_forms/FactLine_data.xsql
M src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences_data.xsql
M src/org/openbravo/erpCommon/ad_process/ClientCombo_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportInvoices_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportProduction_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql
M src/org/openbravo/erpCommon/utility/Alert_data.xsql
M src/org/openbravo/erpCommon/utility/ReferencedLink_data.xsql
M src/org/openbravo/erpCommon/utility/UsedByLink_data.xsql
M src/org/openbravo/erpReports/ReportRegisterByVatJR_data.xsql
R src/org/openbravo/erpCommon/ad_callouts/LocatorCombo_data.xsql
R src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Product_data.xsql
R src/org/openbravo/erpCommon/ad_callouts/SL_Production_Product_data.xsql
R src/org/openbravo/erpCommon/ad_process/UpdateAuditTrail_data.xsql
---
(0120211)
alostale   
2020-05-25 08:08   
reviewed