View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001037 | SavaPage | [All Projects] General | public | 2019-03-07 22:07 | 2019-08-05 16:41 |
Reporter | rijkr | Assigned To | rijkr | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.0 | ||||
Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
Summary | 0001037: Optimize Java synchronization | ||||
Description | IST: Java synchronized is applied on entire method most of the times. SOLL: Synchronize critical sections only and do not use the same lock on objects that are not manipulated together. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-07 22:07 | rijkr | New Issue | |
2019-03-07 22:07 | rijkr | Status | new => assigned |
2019-03-07 22:07 | rijkr | Assigned To | => rijkr |
2019-03-11 13:36 | rijkr | Status | assigned => resolved |
2019-03-11 13:36 | rijkr | Resolution | open => fixed |
2019-03-11 13:36 | rijkr | Fixed in Version | => 1.1.0 |
2019-08-05 16:41 | rijkr | Status | resolved => closed |
2019-08-05 16:41 | rijkr | Note Added: 0000163 |