View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002781 | SymmetricDS | Improvement | public | 2016-09-09 10:02 | 2016-09-16 13:00 |
Reporter | gatokino | Assigned To | elong | ||
Priority | low | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.2 | ||||
Target Version | 3.8.4 | Fixed in Version | 3.8.4 | ||
Summary | 0002781: Loop is continuing even when condition is meet | ||||
Description | code source of class org.jumpmind.symmetric.service.impl.DataExtractorService there are 2 for loops line 1235 and 1273 for (OutgoingBatch outgoingBatch : batches) { if (outgoingBatch.getStatus() != Status.OK) { areBatchesOk = false; } } a "break;" after the "areBatchesOk = false;" statement can improuve the code. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-09 10:02 | gatokino | New Issue | |
2016-09-09 20:48 | elong | Assigned To | => elong |
2016-09-09 20:48 | elong | Status | new => assigned |
2016-09-09 20:48 | elong | Status | assigned => resolved |
2016-09-09 20:48 | elong | Resolution | open => fixed |
2016-09-09 20:48 | elong | Fixed in Version | => 3.8.4 |
2016-09-09 20:48 | elong | Target Version | => 3.8.4 |
2016-09-09 21:00 | admin | Changeset attached | => SymmetricDS 3.8 89de283a |
2016-09-16 13:00 | admin | Status | resolved => closed |