Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043110Openbravo ERPA. Platformpublic2020-02-04 11:052020-02-27 12:40
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
3.0PR20Q2 
dmiguelez
Core
No
0043110: Apply new HQL Style in LCMatchingProcess.java
LCMatchingProcess.java has one HQL query with:
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default
-
Follow new format as in http://wiki.openbravo.com/wiki/HQL_Coding_Conventions [^]
No tags attached.
Issue History
2020-02-04 11:05inigo_lergaNew Issue
2020-02-04 11:05inigo_lergaAssigned To => platform
2020-02-04 11:05inigo_lergaModules => Core
2020-02-04 11:05inigo_lergaTriggers an Emergency Pack => No
2020-02-04 11:08inigo_lergaAssigned Toplatform => inigo_lerga
2020-02-04 11:08inigo_lergaStatusnew => scheduled
2020-02-27 12:39hgbotCheckin
2020-02-27 12:39hgbotNote Added: 0118153
2020-02-27 12:39hgbotStatusscheduled => resolved
2020-02-27 12:39hgbotResolutionopen => fixed
2020-02-27 12:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9d1c6b92f4ee6081224af503b85c7674ffa9f754 [^]
2020-02-27 12:40dmiguelezReview Assigned To => dmiguelez
2020-02-27 12:40dmiguelezNote Added: 0118154
2020-02-27 12:40dmiguelezStatusresolved => closed
2020-02-27 12:40dmiguelezFixed in Version => 3.0PR20Q2

Notes
(0118153)
hgbot   
2020-02-27 12:39   
Repository: erp/devel/pi
Changeset: 9d1c6b92f4ee6081224af503b85c7674ffa9f754
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Thu Feb 20 11:09:36 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9d1c6b92f4ee6081224af503b85c7674ffa9f754 [^]

fixes BUG-43110:Applied new HQL Style + finals added

---
M src/org/openbravo/costing/LCMatchingProcess.java
---
(0118154)
dmiguelez   
2020-02-27 12:40   
Code Review + Testing Ok