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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0041591
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Localization Pack: Spain] AEAT 347minorhave not tried2019-08-06 15:432019-09-10 17:33
Reportercollazoandy4View Statuspublic 
Assigned Tocollazoandy4 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision1b434aeb0106
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned ToSandrahuguet
Regression introduced in release
Summary

0041591: Several warnings are shown in the console while compiling with JDK 11

Description[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))
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0038130 closedcaristu Openbravo ERP support JDK 11 

-  Notes
(0114507)
hgbot (developer)
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 (developer)
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 (developer)
2019-09-10 17:33

code review + testing ok

- Issue History
Date Modified Username Field Change
2019-08-06 15:43 collazoandy4 New Issue
2019-08-06 15:43 collazoandy4 Assigned To => collazoandy4
2019-08-06 23:53 collazoandy4 Status new => scheduled
2019-09-10 17:09 hgbot Checkin
2019-09-10 17:09 hgbot Note Added: 0114507
2019-09-10 17:09 hgbot Status scheduled => resolved
2019-09-10 17:09 hgbot Resolution open => fixed
2019-09-10 17:09 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/1b434aeb0106db27625d33a3b3f20994bdfaaec4 [^]
2019-09-10 17:09 hgbot Checkin
2019-09-10 17:09 hgbot Note Added: 0114508
2019-09-10 17:33 Sandrahuguet Review Assigned To => Sandrahuguet
2019-09-10 17:33 Sandrahuguet Note Added: 0114512
2019-09-10 17:33 Sandrahuguet Status resolved => closed
2019-09-13 12:37 Sandrahuguet Relationship added related to 0038130


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker