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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037770
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2018-01-30 12:582018-02-02 08:57
ReporteralostaleView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision94e43180e93f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037770: API change: some removals in very old and obsolete code

DescriptionThe following elements are removed:

class org.openbravo.dal.core.DalUUIDHexGenerator
class org.openbravo.erpCommon.utility.CalculateCoreRevision
class org.openbravo.service.datasource.DataSourceJavaScriptCreator

field org.openbravo.dal.xml.XMLConstants.DATE_TIME_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_REVISION_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_VERSION_ATTRIBUTE

method org.openbravo.dal.xml.EntityXMLConverter.addSystemAttributes(org.xml.sax.helpers.AttributesImpl)
method org.openbravo.dal.xml.EntityXMLConverter.setAddSystemAttributes(boolean)
method org.openbravo.erpCommon.utility.OBVersion.getVersionId()
method org.openbravo.service.datasource.BaseDataSourceService.getJavaScriptCreator()
Steps To Reproduce-
Proposed SolutionThey are obsolote and there is no known module making use of them
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0037497 closedshuehner DalUUIDHexGenerator class is deprecated and unused since 2011 it should be removed 
blocks feature request 0036433 closedshuehner DataSourceJavaScriptCreator class is deprecated and not used so candidate for removal 
blocks defect 0037501 closedjarmendariz About popup shows hg revision id of core repo which is not useful and should be removed. 
blocks defect 0037499 closedshuehner Remove unused feature to export ob_version + code_revision into xml files 
blocks defect 0037496 closedshuehner CalculateCoreRevision class is unused and should be removed 

-  Notes
(0102051)
hgbot (developer)
2018-01-30 13:04

Repository: erp/devel/api-checks
Changeset: 2a33989630e9bc9c6465e7da7606ab08df926ab5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 30 13:03:00 2018 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/2a33989630e9bc9c6465e7da7606ab08df926ab5 [^]

fixed 37770: API change: some removals in very old and obsolete code

The following elements are removed:

class org.openbravo.dal.core.DalUUIDHexGenerator
class org.openbravo.erpCommon.utility.CalculateCoreRevision
class org.openbravo.service.datasource.DataSourceJavaScriptCreator

field org.openbravo.dal.xml.XMLConstants.DATE_TIME_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_REVISION_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_VERSION_ATTRIBUTE

method org.openbravo.dal.xml.EntityXMLConverter.addSystemAttributes(org.xml.sax.helpers.AttributesImpl)
method org.openbravo.dal.xml.EntityXMLConverter.setAddSystemAttributes(boolean)
method org.openbravo.erpCommon.utility.OBVersion.getVersionId()
method org.openbravo.service.datasource.BaseDataSourceService.getJavaScriptCreator()

---
M java/reference/java.japi.gz
---
(0102060)
hgbot (developer)
2018-01-30 15:38

Repository: retail/api-checks-retail
Changeset: 94e43180e93f34b7a51d373f8f6d13df389068e3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 30 15:37:41 2018 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/94e43180e93f34b7a51d373f8f6d13df389068e3 [^]

fixed 37770: API change: some removals in very old and obsolete code

The following elements are removed:

class org.openbravo.dal.core.DalUUIDHexGenerator
class org.openbravo.erpCommon.utility.CalculateCoreRevision
class org.openbravo.service.datasource.DataSourceJavaScriptCreator

field org.openbravo.dal.xml.XMLConstants.DATE_TIME_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_REVISION_ATTRIBUTE
field org.openbravo.dal.xml.XMLConstants.OB_VERSION_ATTRIBUTE

method org.openbravo.dal.xml.EntityXMLConverter.addSystemAttributes(org.xml.sax.helpers.AttributesImpl)
method org.openbravo.dal.xml.EntityXMLConverter.setAddSystemAttributes(boolean)
method org.openbravo.erpCommon.utility.OBVersion.getVersionId()
method org.openbravo.service.datasource.BaseDataSourceService.getJavaScriptCreator()

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

- Issue History
Date Modified Username Field Change
2018-01-30 12:58 alostale New Issue
2018-01-30 12:58 alostale Assigned To => platform
2018-01-30 12:58 alostale Modules => Core
2018-01-30 12:58 alostale Triggers an Emergency Pack => No
2018-01-30 12:59 alostale Relationship added blocks 0037497
2018-01-30 12:59 alostale Relationship added blocks 0036496
2018-01-30 12:59 alostale Relationship added blocks 0036433
2018-01-30 12:59 alostale Relationship added blocks 0037501
2018-01-30 12:59 alostale Relationship added blocks 0037499
2018-01-30 13:00 alostale Relationship added blocks 0037496
2018-01-30 13:00 alostale Relationship deleted blocks 0036496
2018-01-30 13:04 hgbot Checkin
2018-01-30 13:04 hgbot Note Added: 0102051
2018-01-30 13:04 hgbot Status new => resolved
2018-01-30 13:04 hgbot Resolution open => fixed
2018-01-30 13:04 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/2a33989630e9bc9c6465e7da7606ab08df926ab5 [^]
2018-01-30 13:07 alostale Assigned To platform => alostale
2018-01-30 13:07 alostale Review Assigned To => alostale
2018-01-30 13:07 alostale Status resolved => closed
2018-01-30 15:38 hgbot Checkin
2018-01-30 15:38 hgbot Note Added: 0102060
2018-01-30 15:38 hgbot Status closed => resolved
2018-01-30 15:38 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/api-checks/rev/2a33989630e9bc9c6465e7da7606ab08df926ab5 [^] => http://code.openbravo.com/retail/api-checks-retail/rev/94e43180e93f34b7a51d373f8f6d13df389068e3 [^]
2018-02-02 08:57 alostale Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker