Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #26912 All Revisions ] Back to Issue ]
Summary 0026912: The merge of the pi-aprm-windows project has broken the api
Revision 2014-06-19 19:18 by AugustoMauch
Description 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
Revision 2014-06-19 18:55 by AugustoMauch
Description 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, so it is not an actual api change, only a false positive.

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
Revision 2014-06-19 18:27 by AugustoMauch
Description 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, so it is not an actual api change, only a false positive.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker