Openbravo Issue Tracking System - Modules
View Issue Details
0038436ModulesAdvanced Warehouse Operationspublic2018-04-24 14:012018-04-24 16:25
aferraz 
aferraz 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0038436: JDK 9: Remove newInstance() deprecation warnings
Starting from JDK9, clazz.newInstance() is deprecated in favor of clazz.getDeclaredConstructor().newInstance(). This deprecated method call is present in the following classes:

- WarehouseAlgorithmsUtils.java
- Utilities.java
*
No tags attached.
related to feature request 0037083 closed alostale Openbravo ERP support JDK 9 
Issue History
2018-04-24 14:01aferrazNew Issue
2018-04-24 14:01aferrazAssigned To => Triage Finance
2018-04-24 14:02hgbotCheckin
2018-04-24 14:02hgbotNote Added: 0104054
2018-04-24 14:02hgbotStatusnew => resolved
2018-04-24 14:02hgbotResolutionopen => fixed
2018-04-24 14:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/67f724fad6865771b3cd738243d5f743fbd2c28b [^]
2018-04-24 14:02aferrazAssigned ToTriage Finance => aferraz
2018-04-24 14:21aferrazReview Assigned To => dmiguelez
2018-04-24 14:22aferrazRelationship addedrelated to 0037083
2018-04-24 16:25dmiguelezNote Added: 0104062
2018-04-24 16:25dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0104054)
hgbot   
2018-04-24 14:02   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 67f724fad6865771b3cd738243d5f743fbd2c28b
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 24 14:02:16 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/67f724fad6865771b3cd738243d5f743fbd2c28b [^]

Fixes issue 38436: Remove newInstance() deprecation warnings

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/WarehouseAlgorithmsUtils.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/utils/Utilities.java
---
(0104062)
dmiguelez   
2018-04-24 16:25   
Code Review + Testing Ok