Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026912Openbravo ERPA. Platformpublic2014-06-19 18:272014-06-20 09:20
AugustoMauch 
AugustoMauch 
immediatemajorhave not tried
closedfixed 
5
 
 
Core
No
0026912: The merge of the pi-aprm-windows project has broken the api
The merge of the pi-aprm-windows project has broken the api, see http://ci.openbravo.com/job/int-api/524/. [^]

In this project a change was done that made a property not needed in an ftl file, so the getter and setter methods for this property was removed from the class that provided them.

Those method were public, but only because they had to be public so that the freemarker could have access to them, no developer can be affected by this change.

org.openbravo.client.application.window:
Missing
method org.openbravo.client.application.window.OBViewParameterHandler.OBViewParameter.getRedrawOnChange(): missing in /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
method org.openbravo.client.application.window.OBViewParameterHandler.OBViewParameter.setRedrawOnChange(boolean): missing in /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
See http://ci.openbravo.com/job/int-api/524/. [^]
No tags attached.
Issue History
2014-06-19 18:27AugustoMauchNew Issue
2014-06-19 18:27AugustoMauchAssigned To => AugustoMauch
2014-06-19 18:27AugustoMauchModules => Core
2014-06-19 18:27AugustoMauchTriggers an Emergency Pack => No
2014-06-19 18:55AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=5964#r5964
2014-06-19 19:18AugustoMauchSummaryThe merge of the pi-aprm-windows project has broken the api (false positive) => The merge of the pi-aprm-windows project has broken the api
2014-06-19 19:18AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=5965#r5965
2014-06-19 19:18AugustoMauchAssigned ToAugustoMauch => dmitry_mezentsev
2014-06-19 19:30dmitry_mezentsevNote Added: 0068183
2014-06-19 19:30dmitry_mezentsevAssigned Todmitry_mezentsev => AugustoMauch
2014-06-20 09:20hgbotCheckin
2014-06-20 09:20hgbotNote Added: 0068208
2014-06-20 09:20hgbotStatusnew => resolved
2014-06-20 09:20hgbotResolutionopen => fixed
2014-06-20 09:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/6df910d39bed95b0446cc477b0d59665061a1aac [^]
2014-06-20 09:20AugustoMauchStatusresolved => closed

Notes
(0068183)
dmitry_mezentsev   
2014-06-19 19:30   
Approved.
(0068208)
hgbot   
2014-06-20 09:20   
Repository: erp/devel/api-checks
Changeset: 6df910d39bed95b0446cc477b0d59665061a1aac
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jun 20 09:19:49 2014 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/6df910d39bed95b0446cc477b0d59665061a1aac [^]

Fixes issue 26912: Two public methods on OBViewParameterHandler were removed

These two methods were public only because freemarker required them to be public to be able to have access to them. Nobody should be affected by this change.

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