Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0043744 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | have not tried | 2020-04-15 16:20 | 2020-04-22 08:15 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 19a7373870cc | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0043744: When fixing HQLStyle issues in mobile.core 1 case was not fully fixed | |||||||
Description | This is follow up to issue 41890 which did not fully fix 1 case inside mobile.core While it rewrote creation of HQL from StringBuilder to String it missed to remove the old .toString() call added when using the StringBuilder. As calling toString() on a String is not useful that should be removed. Also not having that fixed triggers still false positives with our automation. | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0119188) hgbot (developer) 2020-04-15 16:23 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 19a7373870cce0922a202701fec5648c2503241f Author: Stefan Hühner <stefan.huehner <at> openbravo.com> Date: Wed Apr 15 16:22:40 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/19a7373870cce0922a202701fec5648c2503241f [^] Fixes ISSUE-43744: Remove useless <String>.toString() call This is small follow up fix to 43572. That issue replaced StringBuilder append chains with a simple String but missed to remove the final toString() call. --- M src/org/openbravo/mobile/core/login/ProfileUtils.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-04-15 16:20 | shuehner | New Issue | |
2020-04-15 16:20 | shuehner | Assigned To | => shuehner |
2020-04-15 16:20 | shuehner | OBNetwork customer | => No |
2020-04-15 16:20 | shuehner | Triggers an Emergency Pack | => No |
2020-04-15 16:20 | shuehner | Relationship added | related to 0041890 |
2020-04-15 16:23 | hgbot | Checkin | |
2020-04-15 16:23 | hgbot | Note Added: 0119188 | |
2020-04-15 16:23 | hgbot | Status | new => resolved |
2020-04-15 16:23 | hgbot | Resolution | open => fixed |
2020-04-15 16:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/19a7373870cce0922a202701fec5648c2503241f [^] |
2020-04-15 16:24 | shuehner | Review Assigned To | => marvintm |
2020-04-22 08:15 | marvintm | Status | resolved => closed |
2020-04-22 08:15 | marvintm | Fixed in Version | => RR20Q3 |
Copyright © 2000 - 2009 MantisBT Group |