Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038335 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | minor | have not tried | 2018-04-11 16:57 | 2018-04-16 18:02 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | b463e9fb5285 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | caristu | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038335: Fix Java 9 warnings in org.openbravo.utility.multiplebpselector module | |||||||
Description | There are two Java 9 eclipse compile warnings in the BusinessPartnerSelectorMULTIBP class of the org.openbravo.utility.multiplebpselector module. The constructor Integer(String) is deprecated | |||||||
Steps To Reproduce | - Install the org.openbravo.utility.multiplebpselector module: https://code.openbravo.com/erp/mods/org.openbravo.utility.multiplebpselector [^] - Build Openbravo with Java 9 - Check warnings | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0103826) hgbot (developer) 2018-04-11 17:10 |
Repository: erp/mods/org.openbravo.utility.multiplebpselector Changeset: c82d76380fc28240ae03e976a6718768bc600bc7 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Apr 11 16:59:35 2018 +0200 URL: http://code.openbravo.com/erp/mods/org.openbravo.utility.multiplebpselector/rev/c82d76380fc28240ae03e976a6718768bc600bc7 [^] Related with issue 38335: Adds license and fixes java format --- M src/org/openbravo/utility/multiplebpselector/BusinessPartnerSelectorMULTIBP.java --- |
(0103827) hgbot (developer) 2018-04-11 17:10 |
Repository: erp/mods/org.openbravo.utility.multiplebpselector Changeset: b463e9fb5285abaf87aa31c64d55ff293a503fab Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Apr 11 17:10:15 2018 +0200 URL: http://code.openbravo.com/erp/mods/org.openbravo.utility.multiplebpselector/rev/b463e9fb5285abaf87aa31c64d55ff293a503fab [^] Fixes issue 38335: Replaces new Integer with Integer.parseInt new Integer(stringValue).intValue has been replaced with Integer.parseInt(stringValue), which returns a primitive int value. --- M src/org/openbravo/utility/multiplebpselector/BusinessPartnerSelectorMULTIBP.java --- |
(0103914) caristu (developer) 2018-04-16 18:02 edited on: 2018-04-18 11:10 |
Reviewed. Fixed in version 1.0.100[1]. [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleVersionDetail?moduleVersionId=98645A2E379A4A7CA18CB29E66150020 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2018-04-11 16:57 | AugustoMauch | New Issue | |
2018-04-11 16:57 | AugustoMauch | Assigned To | => AugustoMauch |
2018-04-11 16:57 | AugustoMauch | Modules | => Core |
2018-04-11 16:57 | AugustoMauch | Triggers an Emergency Pack | => No |
2018-04-11 17:10 | hgbot | Checkin | |
2018-04-11 17:10 | hgbot | Note Added: 0103826 | |
2018-04-11 17:10 | hgbot | Checkin | |
2018-04-11 17:10 | hgbot | Note Added: 0103827 | |
2018-04-11 17:10 | hgbot | Status | new => resolved |
2018-04-11 17:10 | hgbot | Resolution | open => fixed |
2018-04-11 17:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.utility.multiplebpselector/rev/b463e9fb5285abaf87aa31c64d55ff293a503fab [^] |
2018-04-11 17:22 | AugustoMauch | Review Assigned To | => caristu |
2018-04-11 18:29 | AugustoMauch | Relationship added | related to 0037083 |
2018-04-16 18:02 | caristu | Note Added: 0103914 | |
2018-04-16 18:02 | caristu | Status | resolved => closed |
2018-04-18 11:10 | caristu | Note Edited: 0103914 | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |