1c14cdd9e7358dcab9e55558dd1c46a793e71656
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type progressor : ArtificialClock.Progressor to progressor : FakeClock.Progressor in method package MockInputStream(progressor FakeClock.Progressor, chunks String...) in class org.neo4j.test.InputStreamAwaiterTest.MockInputStream | From | To | |
| Move Method | 1 | ||
| Move Method public progressor(time long, unit TimeUnit) : Progressor from class org.neo4j.test.ArtificialClock to public progressor(time long, unit TimeUnit) : Progressor from class org.neo4j.helpers.FakeClock | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.test.ArtificialClock.Progressor moved to org.neo4j.helpers.FakeClock.Progressor | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type clock : ArtificialClock to clock : FakeClock in method public shouldTimeoutWhenDifferentContentProvided() : void in class org.neo4j.test.InputStreamAwaiterTest | From | To | |
| Change Variable Type clock : ArtificialClock to clock : FakeClock in method public shouldTimeoutWhenNoContentProvided() : void in class org.neo4j.test.InputStreamAwaiterTest | From | To | |
| Change Variable Type clock : ArtificialClock to clock : FakeClock in method public shouldWaitForALineWithoutBlocking() : void in class org.neo4j.test.InputStreamAwaiterTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type progressor : ArtificialClock.Progressor to progressor : FakeClock.Progressor in class org.neo4j.test.InputStreamAwaiterTest.MockInputStream | From | To | |
| Change Attribute Type clock : ArtificialClock to clock : FakeClock in class org.neo4j.kernel.impl.util.collection.TimedRepositoryTest | From | To |