Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037232 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2017-11-06 13:04 | 2020-01-21 19:13 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | normal | Resolution | out of date | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | 9 | |||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037232: JDK9: compilation warnings - Retail Team | |||||||
Description | Compiling Openbravo with Java 9 produces a big number of warnings. Most of them are caused by deprecation of methods. | |||||||
Steps To Reproduce | 1. Build Openbravo with Java 9 -> Check warnings Find attached warnings split by team [1]. --- [1] https://docs.google.com/a/openbravo.com/spreadsheets/d/1W0i8s183pX2s37rh8Qy3-G_nZi1kywLD-yeGqiMRaX8/edit?usp=sharing [^] | |||||||
Proposed Solution | Most of these warnings are caused by deprecation, proposed alternatives in Java 9 are already present in Java 7 (which is current minimum requirement). Furthermore, these alternatives are generally better in terms of performance. So, in all of these cases were alternative exists in Java 7, it should be used in favor of Java 9 deprecated one. | |||||||
Tags | No tags attached. | |||||||
Attached Files | j9-warns [^] (112,947 bytes) 2017-11-06 13:04 [Show Content] [Hide Content]== Platform == /OpenbravoTest/src/org/openbravo/test/role/inheritance AccessPropagation.java line 97 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance AccessPropagationNotInherited.java line 93 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/erpCommon/obps ActivationKey.java line 460 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/obps ActivationKey.java line 523 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/obps ActivationKey.java line 537 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/obps ActivationKey.java line 961 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.service.json/src/org/openbravo/service/json AdvancedQueryBuilder.java line 892 The constructor Boolean(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ApplyModulesCallServlet.java line 130 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/authentication AuthenticationManager.java line 115 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/src/org/openbravo/costing AverageAlgorithm.java line 150 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/costing AverageAlgorithm.java line 149 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/base/model/domaintype BooleanDomainType.java line 48 The constructor Boolean(String) is deprecated /OpenbravoCore/src/org/openbravo/buildvalidation BuildValidationHandler.java line 89 The method newInstance() from the type Class<capture#3-of ?> is deprecated /openbravo/src/org/openbravo/base/model/domaintype ButtonDomainType.java line 48 The constructor Boolean(String) is deprecated /openbravo/src/org/openbravo/erpCommon/obps CheckCleanCache.java line 52 The constructor Boolean(String) is deprecated /openbravo/src/org/openbravo/base/model Column.java line 400 The constructor Boolean(boolean) is deprecated /OpenbravoCore/src/org/openbravo/database ConnectionProviderImpl.java line 100 The constructor Double(String) is deprecated /OpenbravoCore/src/org/openbravo/database ConnectionProviderImpl.java line 98 The constructor Integer(String) is deprecated /OpenbravoCore/src/org/openbravo/database ConnectionProviderImpl.java line 99 The constructor Integer(String) is deprecated /openbravo/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector CustomQuerySelectorDatasource.java line 357 The constructor Boolean(String) is deprecated /OpenbravoTest/src/org/openbravo/test/dal DalStoredProcedureTest.java line 83 The constructor Long(String) is deprecated /OpenbravoTest/src/org/openbravo/test/dal DalStoredProcedureTest.java line 84 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource DataSourceProperty.java line 207 The method newInstance() from the type Class<capture#6-of ?> is deprecated /openbravo/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource DataSourceServlet.java line 644 The constructor Character(char) is deprecated /openbravo/src/org/openbravo/scheduling DefaultJob.java line 51 The method newInstance() from the type Class<capture#1-of ? extends Process> is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance DeletedAccessPropagation.java line 114 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance DeletedAccessPropagation.java line 115 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance DeletedAccessPropagation.java line 116 The constructor Long(long) is deprecated /OpenbravoTest/client.application-src-test/org/openbravo/client/application/test DisplayLogicAtServerLevelTest.java line 150 The method isAccessible() from the type AccessibleObject is deprecated /OpenbravoTest/src/org/openbravo/test/xml EntityXMLImportTestBusinessObject.java line 379 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/xml EntityXMLImportTestBusinessObject.java line 380 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/xml EntityXMLImportTestBusinessObject.java line 381 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/xml EntityXMLImportTestBusinessObject.java line 382 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/xml EntityXMLImportTestBusinessObject.java line 383 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference EnumUIDefinition.java line 59 The constructor Long(long) is deprecated /OpenbravoCore/src/org/openbravo/database ExternalConnectionPool.java line 51 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/window FormInitializationComponent.java line 1487 The method newInstance() from the type Class<capture#5-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/utility GenericTree.java line 238 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility GenericTreeServlet.java line 88 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility GenericTreeServlet.java line 88 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility GenericTreeServlet.java line 89 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/utility GenericTreeServlet.java line 123 The method newInstance() from the type Class<capture#2-of ?> is deprecated /OpenbravoTest/src/org/openbravo/test/base HiddenObjectHelper.java line 41 The method isAccessible() from the type AccessibleObject is deprecated /OpenbravoTest/src/org/openbravo/test/base HiddenObjectHelper.java line 62 The method isAccessible() from the type AccessibleObject is deprecated /OpenbravoTest/src/org/openbravo/test/base HiddenObjectHelper.java line 75 The method isAccessible() from the type AccessibleObject is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance HorizontalInheritance.java line 140 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance HorizontalInheritance.java line 141 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance HorizontalInheritance.java line 142 The constructor Long(long) is deprecated /OpenbravoCore/src/org/openbravo/base HttpBaseServlet.java line 708 The method newInstance() from the type Class<capture#3-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/modules ImportModule.java line 635 The constructor Double(double) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ImportModule.java line 635 The constructor Double(double) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ImportModule.java line 1310 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ImportModule.java line 1999 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/service/importprocess ImportProcessUtils.java line 66 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/service/importprocess ImportProcessUtils.java line 69 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/erpCommon/utility JRFieldProviderDataSource.java line 80 The constructor Byte(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility JRFieldProviderDataSource.java line 105 The constructor Double(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility JRFieldProviderDataSource.java line 111 The constructor Float(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility JRFieldProviderDataSource.java line 117 The constructor Integer(String) is deprecated /openbravo/modules/org.openbravo.service.json/src/org/openbravo/service/json JsonToDataConverter.java line 199 The constructor Float(float) is deprecated /openbravo/modules/org.openbravo.service.json/src/org/openbravo/service/json JsonToDataConverter.java line 201 The constructor Float(float) is deprecated /openbravo/modules/org.openbravo.service.json/src/org/openbravo/service/json JsonToDataConverter.java line 197 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference LinkUIDefinition.java line 54 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/base/model/domaintype LongDomainType.java line 62 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/base/model ModelProvider.java line 377 The method newInstance() from the type Class<capture#3-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms ModuleManagement.java line 1784 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms ModuleManagement.java line 1791 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms ModuleManagement.java line 1798 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ModuleReferenceDataClientTree.java line 88 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ModuleReferenceDataOrgTree.java line 324 The constructor Integer(String) is deprecated /OpenbravoCore/src/org/openbravo/modulescript ModuleScriptHandler.java line 63 The method newInstance() from the type Class<capture#3-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/modules ModuleTree.java line 281 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/modules ModuleTree.java line 96 The constructor Integer(String) is deprecated /OpenbravoCore/src/org/openbravo/base MultipartRequest.java line 178 The constructor Byte(byte) is deprecated /OpenbravoCore/src/org/openbravo/base MultipartRequest.java line 177 The constructor Integer(int) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application OBBindings.java line 274 The method newInstance() from the type Class<capture#4-of ?> is deprecated /openbravo/src/org/openbravo/dal/core OBInterceptor.java line 106 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/utility OBMessageUtils.java line 425 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/src/org/openbravo/base/provider OBProvider.java line 244 The method newInstance() from the type Class<capture#4-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/utility OpenPentaho.java line 68 The constructor Integer(String) is deprecated /OpenbravoTest/weld-src-test/org/openbravo/base/weld/test ParameterCdiTestRule.java line 66 The method isAccessible() from the type AccessibleObject is deprecated /openbravo/src/org/openbravo/erpCommon/utility/reporting/printing PrintController.java line 928 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/utility/reporting/printing PrintController.java line 1296 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/utility/reporting/printing PrintController.java line 1297 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/utility/reporting/printing PrintController.java line 1322 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/utility/reporting/printing PrintController.java line 1323 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/base/model Property.java line 532 The constructor Float(String) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RecalculatePermissions.java line 68 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RecalculatePermissions.java line 137 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RecalculatePermissions.java line 138 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/base/model Reference.java line 138 The method newInstance() from the type Class<capture#23-of ?> is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/report ReportingUtils.java line 755 The constructor Float(double) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/report ReportingUtils.java line 756 The constructor Float(double) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/report ReportingUtils.java line 788 The constructor Float(double) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/report ReportingUtils.java line 789 The constructor Float(double) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 55 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 60 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 100 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 105 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 154 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 156 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 158 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 174 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 226 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 228 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 230 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 245 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 297 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 299 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 301 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 316 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance RoleInheritanceRestrictions.java line 359 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/base ServerVersionChecker.java line 76 The constructor Integer(String) is deprecated /openbravo/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference StringUIDefinition.java line 80 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms TranslationManager.java line 577 The constructor Integer(int) is deprecated /openbravo/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference UIDefinitionController.java line 187 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference UIDefinitionController.java line 197 The method newInstance() from the type Class<StringUIDefinition> is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1447 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1452 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1453 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1495 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1499 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 1500 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 2262 The constructor Long(long) is deprecated /openbravo/src/org/openbravo/erpCommon/utility Utility.java line 2263 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/dal ValidationTest.java line 75 The constructor Double(double) is deprecated /OpenbravoTest/src/org/openbravo/test/dal ValidationTest.java line 93 The constructor Double(double) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance VerticalInheritance.java line 111 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/role/inheritance VerticalInheritance.java line 112 The constructor Long(long) is deprecated /OpenbravoWAD/src/org/openbravo/wad WadConnection.java line 75 The constructor Double(String) is deprecated /OpenbravoWAD/src/org/openbravo/wad WadConnection.java line 73 The constructor Integer(String) is deprecated /OpenbravoWAD/src/org/openbravo/wad WadConnection.java line 74 The constructor Integer(String) is deprecated /OpenbravoWAD/src/org/openbravo/wad WadUtility.java line 445 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility WindowTabs.java line 132 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/utility WindowTree.java line 485 The constructor Float(float) is deprecated /openbravo/src/org/openbravo/erpCommon/utility WindowTree.java line 486 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility WindowTree.java line 486 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/utility WindowTree.java line 493 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/dal/xml XMLTypeConverter.java line 161 The constructor Boolean(String) is deprecated /openbravo/src/org/openbravo/dal/xml XMLTypeConverter.java line 164 The constructor Boolean(String) is deprecated /openbravo/src/org/openbravo/dal/xml XMLTypeConverter.java line 167 The constructor Float(String) is deprecated /openbravo/src/org/openbravo/dal/xml XMLTypeConverter.java line 158 The constructor Long(long) is deprecated == Functional == /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2534 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2547 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2806 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2818 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2533 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2818 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 614 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 1175 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2546 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms AcctServer.java line 2805 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/info BusinessPartnerMultiple.java line 384 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/info BusinessPartnerMultiple.java line 385 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility COAUtility.java line 863 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility COAUtility.java line 863 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ConvertQuotationIntoOrder.java line 321 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ConvertQuotationIntoOrder.java line 320 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 177 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 184 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 200 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 206 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 176 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 183 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 200 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromInvoice.java line 206 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 327 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 183 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 209 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 213 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 329 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 208 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 327 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 183 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 213 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromOrder.java line 329 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 154 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 161 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 198 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 201 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 160 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 154 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 198 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CopyFromPOOrder.java line 200 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 620 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 647 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 858 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 862 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 619 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 646 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 857 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/costing CostingMigrationProcess.java line 862 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/costing CostingServer.java line 494 The method newInstance() from the type Class<capture#2-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process CreateCashFlowStatement.java line 335 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process CreateCashFlowStatement.java line 335 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 162 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 163 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 164 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 165 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 296 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 297 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 298 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 299 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 506 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 507 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 508 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFile.java line 509 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 2407 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1739 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1716 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1720 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1739 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1767 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1980 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 2193 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1738 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1766 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1715 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1720 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1739 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 1980 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateFrom.java line 2193 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateRegFactAcct.java line 140 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateRegFactAcct.java line 388 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateWorkEffort.java line 144 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton CreateWorkEffort.java line 144 The method divide(BigDecimal, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocAmortization.java line 187 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocBank.java line 223 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocCash.java line 240 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocCostAdjustment.java line 155 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocDPManagement.java line 174 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocDoubtfulDebt.java line 178 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocDoubtfulDebt.java line 150 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocDoubtfulDebt.java line 178 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINBankStatement.java line 120 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINFinAccTransaction.java line 590 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINFinAccTransaction.java line 456 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINFinAccTransaction.java line 589 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINPayment.java line 435 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINPayment.java line 370 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINPayment.java line 434 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINReconciliation.java line 934 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINReconciliation.java line 588 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocFINReconciliation.java line 934 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocGLJournal.java line 173 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInOut.java line 174 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInternalConsumption.java line 165 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInventory.java line 162 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 145 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 513 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 656 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 939 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 1102 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 1194 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 305 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 513 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 656 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 939 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 1102 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocInvoice.java line 1194 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLCCost.java line 199 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLCCost.java line 247 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLCCost.java line 169 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLCCost.java line 198 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLCCost.java line 246 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocLandedCost.java line 162 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 346 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 370 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 413 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 344 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 369 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 410 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMatchInv.java line 209 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocMovement.java line 155 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocOrder.java line 199 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocPayment.java line 166 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms DocProduction.java line 158 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler DoubtFulDebtPickEditLines.java line 136 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler DoubtFulDebtPickEditLines.java line 136 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/event ElementValueEventHandler.java line 118 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/event ElementValueEventHandler.java line 126 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.client.application/src/org/openbravo/client/application/event ElementValueEventHandler.java line 179 The constructor Long(String) is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility EndYearCloseUtility.java line 119 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 281 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 283 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 285 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 339 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 379 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 395 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 281 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 283 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 285 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 339 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 379 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process ExpenseAPInvoice.java line 395 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 488 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 491 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 461 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 463 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 465 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 497 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 487 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 490 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 461 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 463 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 465 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_actionButton ExpenseSOrder.java line 497 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_AddPayment.java line 553 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_AddPayment.java line 1394 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_AddPayment.java line 1394 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_AddPayment.java line 552 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility FIN_BankStatementImport.java line 255 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_ExecutePayment.java line 92 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility FIN_MatchingTransaction.java line 36 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 181 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 420 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 423 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 500 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 181 The method divide(BigDecimal, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 420 The method divide(BigDecimal, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 500 The method divide(BigDecimal, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process FIN_PaymentMonitorProcess.java line 422 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 334 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 336 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 858 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 860 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 862 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 865 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 333 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 335 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 857 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 859 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 861 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms FactLine.java line 864 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 156 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 170 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 182 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 155 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 169 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test FundsTransferTest.java line 181 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton ImportBankFile.java line 70 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 58 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 293 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 294 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 265 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 266 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 265 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports MInOutTraceReports.java line 266 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms MaterialReceiptPending.java line 462 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms MaterialReceiptPending.java line 465 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms MaterialReceiptPending.java line 462 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_forms MaterialReceiptPending.java line 465 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler OrderCreatePOLines.java line 174 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/common/actionhandler OrderCreatePOLines.java line 192 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/common/actionhandler OrderCreatePOLines.java line 174 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler OrderCreatePOLines.java line 191 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 66 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 75 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 77 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 216 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 279 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 216 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 279 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 65 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 74 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_process PaymentMonitor.java line 76 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReport.java line 1010 The constructor Boolean(boolean) is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReport.java line 1011 The constructor Boolean(boolean) is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 972 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 979 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1023 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1080 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1086 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1181 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1187 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1375 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 972 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 979 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1022 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1080 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1086 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1181 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1187 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports PaymentReportDao.java line 1375 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test PaymentTest_02.java line 97 The method divide(BigDecimal, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility PriceAdjustment.java line 82 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility PriceAdjustment.java line 123 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility PriceAdjustment.java line 121 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/businessUtility PriceAdjustment.java line 82 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/info ProductMultiple.java line 357 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/info ProductMultiple.java line 358 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/info ProjectMultiple.java line 328 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/info ProjectMultiple.java line 329 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportGeneralLedger.java line 639 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportGeneralLedgerJournal.java line 370 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceCustomerDimensionalAnalysesJR.java line 1110 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceCustomerDimensionalAnalysesJR.java line 1112 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceCustomerDimensionalAnalysesJR_legacy.java line 749 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceCustomerDimensionalAnalysesJR_legacy.java line 751 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceVendorDimensionalAnalysesJR.java line 638 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportInvoiceVendorDimensionalAnalysesJR.java line 640 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportMaterialDimensionalAnalysesJR.java line 560 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportMaterialDimensionalAnalysesJR.java line 562 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportOrderNotInvoiceJR.java line 232 The constructor Boolean(boolean) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 212 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 215 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 217 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 225 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 211 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 215 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 217 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportParetoProduct.java line 225 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 380 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 609 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 614 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 381 The field BigDecimal.ROUND_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 617 The field BigDecimal.ROUND_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 379 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 608 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 614 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 380 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportProjectProgress.java line 617 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportPurchaseDimensionalAnalysesJR.java line 553 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportPurchaseDimensionalAnalysesJR.java line 555 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportSalesDimensionalAnalyzeJR.java line 738 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportSalesDimensionalAnalyzeJR.java line 740 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportShipmentDimensionalAnalyzeJR.java line 720 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_reports ReportShipmentDimensionalAnalyzeJR.java line 722 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpReports ReportVatRegisterJR.java line 183 The constructor Integer(int) is deprecated /openbravo/src/org/openbravo/erpReports ReportVatRegisterJR.java line 160 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_CalculateExchangeRate.java line 71 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Amount.java line 72 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Amount.java line 98 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Amount.java line 72 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Amount.java line 98 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Product.java line 136 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Product.java line 174 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Product.java line 136 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SE_Expense_Product.java line 174 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Conversion_Rate.java line 45 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Conversion_Rate.java line 54 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_CreateFromMultiple_Conversion.java line 107 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_CreateFromMultiple_Conversion.java line 107 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_CreateLines_Conversion_UOM.java line 103 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_CreateLines_Conversion_UOM.java line 103 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_GlobalUse_Conversion.java line 68 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_GlobalUse_Conversion.java line 68 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InOut_Conversion.java line 72 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InOut_Conversion.java line 72 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Internal_Consumption_Conversion.java line 70 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Internal_Consumption_Conversion.java line 70 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvAmtUpd_AmtUnitCost.java line 44 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvAmtUpd_AmtUnitCost.java line 43 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Inventory_Conversion.java line 71 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Inventory_Conversion.java line 71 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 50 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 55 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 51 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 55 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 50 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 54 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 51 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_InvoiceTax_Amt.java line 55 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 81 The constructor Integer(String) is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 233 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 91 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 92 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 93 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 109 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 204 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 205 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 206 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 221 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 233 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 109 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 232 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 91 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 92 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 93 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 204 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 204 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 206 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 221 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Amt.java line 233 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Conversion.java line 71 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Invoice_Conversion.java line 71 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 62 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 64 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 66 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 62 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 63 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_JournalLineAmt.java line 65 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 54 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 56 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 61 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 63 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 71 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 79 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 85 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 54 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 55 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 61 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 62 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 70 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 78 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_MachineCost.java line 85 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Movement_Conversion.java line 70 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Movement_Conversion.java line 70 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 234 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 81 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 82 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 83 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 84 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 85 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 86 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 87 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 88 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 89 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 90 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 134 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 246 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 252 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 336 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 355 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 134 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 234 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 246 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 81 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 82 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 83 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 84 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 85 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 86 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 87 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 88 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 89 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 90 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 251 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 336 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Amt.java line 354 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Conversion.java line 72 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Conversion.java line 72 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Product.java line 123 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Order_Product.java line 123 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 145 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 147 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 149 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 151 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 170 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 182 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Payment_Amounts.java line 194 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_ProductionPlan_Conversion.java line 47 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_ProductionPlan_Conversion.java line 47 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Production_Conversion.java line 70 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Production_Conversion.java line 70 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 61 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 84 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 104 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 105 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 62 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 74 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 85 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 97 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 107 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 60 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 84 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 103 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 104 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 61 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 74 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 84 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 97 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Margin.java line 107 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 72 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 83 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 62 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 73 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 86 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 72 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 82 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 62 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 72 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_Project_Planned.java line 86 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 87 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 107 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 114 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 139 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 86 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 106 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 113 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Amt.java line 138 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Conversion.java line 72 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Conversion.java line 72 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Product.java line 101 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Product.java line 102 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Product.java line 100 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_RequisitionLine_Product.java line 101 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_SequenceProduct_Conversion.java line 70 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_SequenceProduct_Conversion.java line 70 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_WorkRequirement_Conversion.java line 45 The field BigDecimal.ROUND_CEILING is deprecated /openbravo/src/org/openbravo/erpCommon/ad_callouts SL_WorkRequirement_Conversion.java line 45 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler SRMOPickEditLines.java line 279 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/common/actionhandler SRMOPickEditLines.java line 293 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/src/org/openbravo/common/actionhandler SRMOPickEditLines.java line 279 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler SRMOPickEditLines.java line 292 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler ServiceOrderLineRelate.java line 366 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/common/actionhandler ServiceOrderLineRelate.java line 366 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/event ServiceRelationEventHandler.java line 183 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/src/org/openbravo/event ServiceRelationEventHandler.java line 183 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/src/org/openbravo/common/actionhandler SetNewBPCurrency.java line 74 The constructor Double(double) is deprecated /OpenbravoTest/src/org/openbravo/test/taxes TaxesTest.java line 1098 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/taxes TaxesTest.java line 1098 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12851 The constructor Long(long) is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13151 The field BigDecimal.ROUND_HALF_EVEN is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13160 The field BigDecimal.ROUND_HALF_EVEN is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13219 The field BigDecimal.ROUND_HALF_EVEN is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13228 The field BigDecimal.ROUND_HALF_EVEN is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9602 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9615 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9638 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9651 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9699 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9700 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9767 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9787 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9847 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9848 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9880 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9897 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9918 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9939 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9962 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9983 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12420 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12424 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12428 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12464 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12468 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12472 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12484 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12488 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12492 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12525 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12529 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12533 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12569 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12573 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12577 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12587 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12591 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12595 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12680 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12682 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12741 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12742 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12750 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12752 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13145 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13152 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13154 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13161 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13213 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13220 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13222 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13229 The field BigDecimal.ROUND_HALF_UP is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9602 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9615 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9638 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9651 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9767 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9787 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9889 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9910 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9931 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9954 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9975 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9699 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9700 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9847 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9848 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 9880 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12420 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12424 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12428 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12464 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12468 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12472 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12484 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12488 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12492 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12525 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12529 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12533 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12569 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12573 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12577 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12587 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12591 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12595 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12680 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12682 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12741 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 12750 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13064 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13145 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13149 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13154 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13158 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13213 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13217 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13222 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/test/costing TestCosting.java line 13226 The method setScale(int, int) from the type BigDecimal is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test TestUtility.java line 308 The constructor Long(String) is deprecated /OpenbravoTest/src/org/openbravo/advpaymentmngt/test TestUtility.java line 377 The constructor Long(String) is deprecated == Retail == /openbravo/modules/org.openbravo.retail.discounts/src/org/openbravo/retail/discounts AddPack.java line 190 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.discounts/src/org/openbravo/retail/discounts AddPack.java line 203 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.discounts/src/org/openbravo/retail/discounts AddPack.java line 190 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.discounts/src/org/openbravo/retail/discounts AddPack.java line 203 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal CashCloseProcessor.java line 395 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal CashCloseProcessor.java line 399 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal CashCloseProcessor.java line 395 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal CashCloseProcessor.java line 398 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 162 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 197 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 202 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 229 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 253 The field BigDecimal.ROUND_HALF_EVEN is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 162 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 197 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 202 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 229 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term CashCloseReport.java line 253 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 172 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 176 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 183 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 185 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 190 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 208 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 235 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 236 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 247 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 258 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 260 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 270 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 282 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 235 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 260 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 171 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 176 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 183 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 185 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 189 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 208 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 236 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 247 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 258 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 270 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/ad_reports CashUpReport.java line 282 The method setScale(int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.mobile.core/src/org/openbravo/mobile/core/authenticate MobileKeyAuthenticationManager.java line 61 The method newInstance() from the type Class<capture#1-of ?> is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal OrderGroupingProcessor.java line 432 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal OrderGroupingProcessor.java line 434 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal OrderLoader.java line 299 The constructor Double(double) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal OrderLoader.java line 2271 The method newInstance() from the type Class<PaymentProcessor> is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 396 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 405 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 490 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 499 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 581 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal POSUtils.java line 590 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/term Payments.java line 102 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal ProcessCashMgmt.java line 94 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal ProcessCashMgmt.java line 94 The method divide(BigDecimal, int, int) from the type BigDecimal is deprecated /openbravo/modules/org.openbravo.mobile.core/src/org/openbravo/mobile/core/process SimpleQueryBuilder.java line 754 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.mobile.core/src/org/openbravo/mobile/core/listener StatusBackgroundProcessScheduler.java line 118 The constructor Long(long) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal SyncAllErrorsWhileImporting.java line 62 The constructor Long(String) is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal UpdateCashup.java line 248 The field BigDecimal.ROUND_HALF_UP is deprecated /openbravo/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal UpdateCashup.java line 248 The method setScale(int, int) from the type BigDecimal is deprecated | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0117159) shuehner (administrator) 2020-01-21 19:13 |
Closing as outdated. The topic have long been fixed in other issues like 37966 back then. |
Issue History | |||
Date Modified | Username | Field | Change |
2017-11-06 13:04 | alostale | New Issue | |
2017-11-06 13:04 | alostale | Assigned To | => Retail |
2017-11-06 13:04 | alostale | File Added: j9-warns | |
2017-11-06 13:04 | alostale | Modules | => Core |
2017-11-06 13:04 | alostale | Triggers an Emergency Pack | => No |
2017-11-06 13:04 | alostale | Issue generated from | 0037230 |
2017-11-06 13:04 | alostale | Relationship added | related to 0037230 |
2017-11-06 13:05 | alostale | Relationship added | related to 0031477 |
2017-11-06 13:05 | alostale | Relationship added | related to 0037083 |
2017-11-06 13:22 | alostale | Steps to Reproduce Updated | View Revisions |
2017-11-06 13:26 | alostale | Issue Monitored: alostale | |
2019-06-18 11:28 | caristu | Summary | JDK9: compilation warnings - Platform Team => JDK9: compilation warnings - Retail Team |
2020-01-21 19:13 | shuehner | Note Added: 0117159 | |
2020-01-21 19:13 | shuehner | Status | new => closed |
2020-01-21 19:13 | shuehner | Resolution | open => out of date |
Copyright © 2000 - 2009 MantisBT Group |