Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0041803 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Localization Pack: Spain] AEAT 303 | minor | have not tried | 2019-09-12 15:49 | 2019-09-13 12:28 | |||
Reporter | collazoandy4 | View Status | public | |||||
Assigned To | collazoandy4 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 1e778107599e | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | Sandrahuguet | |||||||
Regression introduced in release | ||||||||
Summary | 0041803: Several warnings are shown in the console while compiling with JDK 11 | |||||||
Description | [javac] Compiling 1919 source files to /ob_spanish_pack/build/classes [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat303.es/src/org/openbravo/module/aeat303/es/AEAT303ReportDao.java:473: warning: [dep-ann] deprecated item is not annotated with @Deprecated [javac] public List<InvoiceTax> getInvoiceTax(final Organization org, final Collection<TaxRate> taxRates, [javac] ^ [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat303.es/src/org/openbravo/module/aeat303/es/util/AEAT303_Utility.java:148: warning: [deprecation] ROUND_HALF_UP in BigDecimal has been deprecated [javac] final BigDecimal bpTaxAmount = amount.setScale(2, BigDecimal.ROUND_HALF_UP); [javac] ^ [javac] /ob_spanish_pack/modules/org.openbravo.module.aeat303.es/src/org/openbravo/module/aeat303/es/util/AEAT303_Utility.java:148: warning: [deprecation] setScale(int,int) in BigDecimal has been deprecated [javac] final BigDecimal bpTaxAmount = amount.setScale(2, BigDecimal.ROUND_HALF_UP); [javac] ^ [javac] 3 warnings | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0114556) hgbot (developer) 2019-09-13 09:50 |
Repository: erp/pmods/org.openbravo.module.aeat303.es Changeset: 22968250fc37eb768a5a26139e31ec922d475e5a Author: Armaignac <collazoandy4 <at> gmail.com> Date: Thu Sep 12 10:04:34 2019 -0400 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat303.es/rev/22968250fc37eb768a5a26139e31ec922d475e5a [^] Related to issue 41803: Set new Eclipse build-int format --- M src/org/openbravo/module/aeat303/es/AEAT303ReportDao.java M src/org/openbravo/module/aeat303/es/util/AEAT303_Utility.java --- |
(0114557) hgbot (developer) 2019-09-13 09:50 |
Repository: erp/pmods/org.openbravo.module.aeat303.es Changeset: 1e778107599ed5cfad30605d974d33e8ba5f2f83 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Thu Sep 12 10:06:10 2019 -0400 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat303.es/rev/1e778107599ed5cfad30605d974d33e8ba5f2f83 [^] Fixes issue 41803: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/aeat303/es/AEAT303ReportDao.java M src/org/openbravo/module/aeat303/es/util/AEAT303_Utility.java --- |
(0114558) hgbot (developer) 2019-09-13 09:50 |
Repository: erp/pmods/org.openbravo.module.aeat303.es Changeset: 904bd95fa55710a65512b374ad3799628e1365ce Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Sep 13 09:49:57 2019 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat303.es/rev/904bd95fa55710a65512b374ad3799628e1365ce [^] related to issue 41803 fix javadoc warnings --- M src/org/openbravo/module/aeat303/es/AEAT303ReportDao.java M src/org/openbravo/module/aeat303/es/util/AEAT303_Utility.java --- |
(0114571) Sandrahuguet (developer) 2019-09-13 12:28 |
code review + testing ok |
Issue History | |||
Date Modified | Username | Field | Change |
2019-09-12 15:49 | collazoandy4 | New Issue | |
2019-09-12 15:49 | collazoandy4 | Assigned To | => collazoandy4 |
2019-09-12 15:49 | collazoandy4 | Status | new => scheduled |
2019-09-13 09:50 | hgbot | Checkin | |
2019-09-13 09:50 | hgbot | Note Added: 0114556 | |
2019-09-13 09:50 | hgbot | Checkin | |
2019-09-13 09:50 | hgbot | Note Added: 0114557 | |
2019-09-13 09:50 | hgbot | Status | scheduled => resolved |
2019-09-13 09:50 | hgbot | Resolution | open => fixed |
2019-09-13 09:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat303.es/rev/1e778107599ed5cfad30605d974d33e8ba5f2f83 [^] |
2019-09-13 09:50 | hgbot | Checkin | |
2019-09-13 09:50 | hgbot | Note Added: 0114558 | |
2019-09-13 12:28 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-09-13 12:28 | Sandrahuguet | Note Added: 0114571 | |
2019-09-13 12:28 | Sandrahuguet | Status | resolved => closed |
2019-09-13 12:38 | Sandrahuguet | Relationship added | related to 0038130 |
Copyright © 2000 - 2009 MantisBT Group |