2aa0166f331f0d21cfa7e42bb5cd40a2c2b253a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Attribute Type | 2 | ||
| Change Attribute Type sum : AtomicInteger to sum : UnsynchronisedAdder in class org.neo4j.concurrent.WorkSyncTest | From | To | |
| Change Attribute Type count : AtomicInteger to count : UnsynchronisedAdder in class org.neo4j.concurrent.WorkSyncTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private unlock() : void extracted from public apply(work W) : void in class org.neo4j.concurrent.WorkSync | From | To | |
| Extract Method private tryLock(tryCount int, unit WorkUnit<Material,W>) : boolean extracted from public apply(work W) : void in class org.neo4j.concurrent.WorkSync | From | To |