Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0041591Localization Pack: SpainAEAT 347public2019-08-06 15:432019-09-10 17:33
collazoandy4 
collazoandy4 
normalminorhave not tried
closedfixed 
5
 
 
Sandrahuguet
0041591: Several warnings are shown in the console while compiling with JDK 11
[javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:310: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:309: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] final BigDecimal cashLimit = new BigDecimal(strCashAmountLimit).divide(new BigDecimal(100), 12,
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:556: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:556: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:557: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:557: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:574: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:574: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:575: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_EVEN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:575: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_EVEN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:592: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:592: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:593: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_EVEN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:593: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_EVEN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:624: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:623: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] BigDecimal bdLimit = new BigDecimal(strAmountLimit).divide(new BigDecimal(100), 3,
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:677: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:677: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:678: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:678: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:793: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:793: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:794: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:794: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:1052: warning: [deprecation] Integer(String) in Integer has been deprecated
    [javac] Map<String, BigDecimal> mapCash = mapCashYearMapBPAmt.get(new Integer(strYear));
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:1065: warning: [deprecation] Integer(String) in Integer has been deprecated
    [javac] mapCashYearMapBPAmt.get(new Integer(strYear))));
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:1069: warning: [deprecation] Integer(String) in Integer has been deprecated
    [javac] mapCashYearMapBPAmt.get(new Integer(strYear))));
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:2223: warning: [deprecation] ROUND_UP in BigDecimal has been deprecated
    [javac] multiply.multiply(dp.getAmount()).divide(totalGenerated, 1000, BigDecimal.ROUND_UP));
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java:2223: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] multiply.multiply(dp.getAmount()).divide(totalGenerated, 1000, BigDecimal.ROUND_UP));
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java:426: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java:425: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] BigDecimal bdLimit = new BigDecimal(strCashAmtLimit).divide(new BigDecimal(100), 12,
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:325: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:325: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:326: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:326: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:349: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:349: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:350: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:350: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:371: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:371: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:372: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:372: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:394: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:394: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:395: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:395: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:429: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:429: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:430: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:430: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:535: warning: [deprecation] ROUND_HALF_EVEN in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:535: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdRate = ((BigDecimal) o[4]).divide(new BigDecimal(100), 3, BigDecimal.ROUND_HALF_EVEN);
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:536: warning: [deprecation] ROUND_HALF_DOWN in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:536: warning: [deprecation] divide(BigDecimal,int,int) in BigDecimal has been deprecated
    [javac] bdAux = bdAmt.divide(bdRate, 3, BigDecimal.ROUND_HALF_DOWN); // Tax amount / Tax Rate = Net
    [javac] ^
    [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat347apr.es/src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java:1275: warning: [deprecation] Integer(String) in Integer has been deprecated
    [javac] isSales ? strRealEstateSalesCashVATTaxes : "in ('')", new Integer(line2.substring(4, 8))
-
No tags attached.
related to feature request 0038130 closed caristu Openbravo ERP support JDK 11 
Issue History
2019-08-06 15:43collazoandy4New Issue
2019-08-06 15:43collazoandy4Assigned To => collazoandy4
2019-08-06 23:53collazoandy4Statusnew => scheduled
2019-09-10 17:09hgbotCheckin
2019-09-10 17:09hgbotNote Added: 0114507
2019-09-10 17:09hgbotStatusscheduled => resolved
2019-09-10 17:09hgbotResolutionopen => fixed
2019-09-10 17:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/1b434aeb0106db27625d33a3b3f20994bdfaaec4 [^]
2019-09-10 17:09hgbotCheckin
2019-09-10 17:09hgbotNote Added: 0114508
2019-09-10 17:33SandrahuguetReview Assigned To => Sandrahuguet
2019-09-10 17:33SandrahuguetNote Added: 0114512
2019-09-10 17:33SandrahuguetStatusresolved => closed
2019-09-13 12:37SandrahuguetRelationship addedrelated to 0038130

Notes
(0114507)
hgbot   
2019-09-10 17:09   
Repository: erp/pmods/org.openbravo.module.aeat347apr.es
Changeset: 1b434aeb0106db27625d33a3b3f20994bdfaaec4
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Tue Sep 10 16:50:47 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/1b434aeb0106db27625d33a3b3f20994bdfaaec4 [^]

Fixes issue 41591:Several warnings are shown in the console while compiling with
JDK 11

Removed depreceated BigDecimal rounding constants
Replaced new Integer by Integer.parseInt

---
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java
M src/org/openbravo/module/aeat347apr/es/v2014/AEAT347ReportAPR2014.java
---
(0114508)
hgbot   
2019-09-10 17:09   
Repository: erp/pmods/org.openbravo.module.aeat347apr.es
Changeset: 919274759099987dca369031e84f3175a5f803bd
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Sep 10 16:58:42 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/919274759099987dca369031e84f3175a5f803bd [^]

related to issue 41591 fix javadoc warnings

---
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java
---
(0114512)
Sandrahuguet   
2019-09-10 17:33   
code review + testing ok