Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036819Openbravo ERPZ. Otherspublic2017-09-09 11:372017-09-12 11:01
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0036819: api-change related to src-wad 2.50 unused code-removal
In issue 36818 (related to earlier 34214) lots of unused src-wad code was removed resulting in the following API-changes.

src-wad code itself is not tracked by the API-check system but as module can add custom GUI elements (WADControl) the change done to that internal API is reported & documented here.

A search in all published modules in forge/centralrepository has been done and no module is using those so the risk to break modules is low.

Changes regarding java api:
1.) method removals in class org.openbravo.wad.controls.WADControl
- addAdditionDefaulJavaFields
- addAdditionDefaulSQLFields
- columnIdentifier
- getDefaultValue
- getDisplayLogic
- getLinkColumnId
- getReadOnlyLogicColumn
- getSQLCasting
- has2UIFields
- isLink
- isText
- processSelCol
- processTable
- toJava

2.) class org.openbravo.wad.WadUtility removed public visibility

3.) Removed xsql generated classes
- org.openbravo.wad.EditionFieldsdata
- org.openbravo.wad.TableRelationData

4.) Removals in xsql generated class org.openbravo.wad.FieldsData
- identifierColumns
- parentsColumnName
- parentsColumnReal
- select
- selectSequence
- tableKeyColumnName
-
No tags attached.
related to defect 0036818 closed shuehner Big code-cleanup in src-wad related to "2.50 code removal" done earlier in 17Q2 
Issue History
2017-09-09 11:37shuehnerNew Issue
2017-09-09 11:37shuehnerAssigned To => alostale
2017-09-09 11:37shuehnerModules => Core
2017-09-09 11:37shuehnerTriggers an Emergency Pack => No
2017-09-09 11:37shuehnerRelationship addedrelated to 0036818
2017-09-09 16:10hgbotCheckin
2017-09-09 16:10hgbotNote Added: 0098922
2017-09-09 16:10hgbotStatusnew => resolved
2017-09-09 16:10hgbotResolutionopen => fixed
2017-09-09 16:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/16b47c445793a40a69f531d1a34d8eed8b3f4d93 [^]
2017-09-09 16:20shuehnerAssigned Toalostale => shuehner
2017-09-12 11:01alostaleStatusresolved => closed

Notes
(0098922)
hgbot   
2017-09-09 16:10   
Repository: erp/devel/api-checks
Changeset: 16b47c445793a40a69f531d1a34d8eed8b3f4d93
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Sep 09 16:09:47 2017 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/16b47c445793a40a69f531d1a34d8eed8b3f4d93 [^]

Fixed 36819. Accept api-change related to 2.50/src-wad unused code removal

---
M java/reference/java.japi.gz
---