View Issue Details

IDProjectCategoryView StatusLast Update
0001037SavaPage[All Projects] Generalpublic2019-08-05 16:41
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0 
Target Version1.1.0Fixed in Version1.1.0 
Summary0001037: Optimize Java synchronization
DescriptionIST: 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.
TagsNo tags attached.

Activities

rijkr

2019-08-05 16:41

administrator   ~0000163

release 1.1.0

Issue History

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