Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033223 | Retail Modules | Web POS | public | 2016-06-12 02:41 | 2016-08-24 09:01 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR16Q3 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033223: Several java warnings |
Description | Several java warnings |
Steps To Reproduce | With Retail installed
Open the Openbravo projects in Eclipse
With default warning options, verify that several warnings are shown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0032537 | RR16Q3 | closed | Retail | Class SimpleQueryBuilder has several warnings in the code for not-used vars and inner class overrides main vars |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-06-12 02:41 | Orekaria | New Issue | |
2016-06-12 02:41 | Orekaria | Assigned To | => Retail |
2016-06-12 02:41 | Orekaria | OBNetwork customer | => No |
2016-06-12 02:41 | Orekaria | Triggers an Emergency Pack | => No |
2016-06-12 02:41 | Orekaria | Assigned To | Retail => Orekaria |
2016-06-12 02:47 | Orekaria | Status | new => scheduled |
2016-06-12 19:07 | hgbot | Checkin | |
2016-06-12 19:07 | hgbot | Note Added: 0087182 | |
2016-06-12 19:07 | hgbot | Status | scheduled => resolved |
2016-06-12 19:07 | hgbot | Resolution | open => fixed |
2016-06-12 19:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6cfb00876eb73efa29864b96ffcaead8a1281924 [^] |
2016-06-12 19:08 | hgbot | Checkin | |
2016-06-12 19:08 | hgbot | Note Added: 0087183 | |
2016-06-12 19:08 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6cfb00876eb73efa29864b96ffcaead8a1281924 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6169285b9332a95bd6e99633284d3a70c5301ea4 [^] |
2016-06-13 16:40 | Orekaria | Relationship added | has duplicate 0032537 |
2016-06-20 18:58 | guilleaer | Note Added: 0087686 | |
2016-06-22 16:58 | hgbot | Checkin | |
2016-06-22 16:58 | hgbot | Note Added: 0087808 | |
2016-06-23 10:34 | guilleaer | Review Assigned To | => guilleaer |
2016-06-23 10:34 | guilleaer | Status | resolved => closed |
2016-06-23 10:34 | guilleaer | Fixed in Version | => RR16Q3 |
2016-08-24 09:01 | hgbot | Checkin | |
2016-08-24 09:01 | hgbot | Note Added: 0089328 | |
Notes |
|
(0087182)
|
hgbot
|
2016-06-12 19:07
|
|
|
|
(0087183)
|
hgbot
|
2016-06-12 19:08
|
|
|
|
|
Discount.java
-------------
I think that this part of code should be removed because it is not used:
try {
OBContext.setAdminMode(false);
(priceList.getCurrency().getObposPosprecision() == null ? priceList.getCurrency()
.getPricePrecision() : priceList.getCurrency().getObposPosprecision()).toString();
} catch (Exception e) {
log.error("Error getting currency by id: " + e.getMessage(), e);
} finally {
OBContext.restorePreviousMode();
}
CheckTerminalAuth.java
----------------------
It seems that we are not taking into account the value readed from the preference. Probably we should do something different if the value of the preference is N (false) |
|
|
(0087808)
|
hgbot
|
2016-06-22 16:58
|
|
|
|
(0089328)
|
hgbot
|
2016-08-24 09:01
|
|
|