Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0036437 | Openbravo ERP | A. Platform | public | 2017-07-06 13:44 | 2017-07-07 10:24 | |||||||
Reporter | shuehner | |||||||||||
Assigned To | shuehner | |||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 3.0PR17Q4 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | alostale | |||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0036437: Avoid using Vector<Object> when only single type of data is used in the list (platform part) | |||||||||||
Description | Vector<Object> or any other of Object only make sense when planning to save several types of data inside the list. When only stores i.e. Strings or objects of some other single class it does not make sense to use Vector<Object>: - as no benefit - harder to read + debug - need extra casts when retrieving data So this issue is about fixing simple cases which break this. Note: Cases are selected as: a.) simply fixable b.) causing issues in latest release of some external code-checking tool (checkerframework) | |||||||||||
Steps To Reproduce | - | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=10897&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2017-07-06 13:44 | shuehner | New Issue | ||||||||||
2017-07-06 13:44 | shuehner | Assigned To | => platform | |||||||||
2017-07-06 13:44 | shuehner | OBNetwork customer | => No | |||||||||
2017-07-06 13:44 | shuehner | Modules | => Core | |||||||||
2017-07-06 13:44 | shuehner | Triggers an Emergency Pack | => No | |||||||||
2017-07-06 13:44 | shuehner | Relationship added | related to 0036436 | |||||||||
2017-07-06 13:44 | shuehner | File Added: vector-object-platform.diff | ||||||||||
2017-07-06 13:45 | shuehner | Note Added: 0097911 | ||||||||||
2017-07-07 10:16 | alostale | Assigned To | platform => shuehner | |||||||||
2017-07-07 10:16 | alostale | Review Assigned To | => alostale | |||||||||
2017-07-07 10:22 | hgbot | Checkin | ||||||||||
2017-07-07 10:22 | hgbot | Note Added: 0097933 | ||||||||||
2017-07-07 10:22 | hgbot | Status | new => resolved | |||||||||
2017-07-07 10:22 | hgbot | Resolution | open => fixed | |||||||||
2017-07-07 10:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/08518044d2b0f5f7d237f3fe54e4c78b3e4cb41a [^] | |||||||||
2017-07-07 10:24 | alostale | Note Added: 0097935 | ||||||||||
2017-07-07 10:24 | alostale | Status | resolved => closed | |||||||||
2017-07-07 10:24 | alostale | Fixed in Version | => 3.0PR17Q4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|