076371d9b9a905aef753ac3e65c99580333d85fc
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 3 | ||
| Pull Up Method public shouldMaintainConsistency() : void from class org.neo4j.auth.FlatFilePredictableStressIT to public shouldMaintainConsistency() : void from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Method public setup() : void from class org.neo4j.auth.FlatFilePredictableStressIT to public setup() : void from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Method public teardown() : void from class org.neo4j.auth.FlatFilePredictableStressIT to public teardown() : void from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Attribute | 5 | ||
| Pull Up Attribute private flatFileRealm : InternalFlatFileRealm from class org.neo4j.auth.FlatFilePredictableStressIT to package flatFileRealm : InternalFlatFileRealm from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Attribute private roleRepository : RoleRepository from class org.neo4j.auth.FlatFilePredictableStressIT to private roleRepository : RoleRepository from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Attribute private errors : Set<Throwable> from class org.neo4j.auth.FlatFilePredictableStressIT to package errors : Set<Throwable> from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Attribute private userRepository : UserRepository from class org.neo4j.auth.FlatFilePredictableStressIT to private userRepository : UserRepository from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Pull Up Attribute private keepRunning : boolean from class org.neo4j.auth.FlatFilePredictableStressIT to private keepRunning : boolean from class org.neo4j.auth.FlatFileStressBase | From | To | |
| Move Class | 2 | ||
| Move Class org.neo4j.auth.FlatFilePredictableStressIT.IrrationalAdmin moved to org.neo4j.auth.FlatFileStressBase.IrrationalAdmin | From | To | |
| Move Class org.neo4j.auth.FlatFilePredictableStressIT.NoopJobScheduler moved to org.neo4j.auth.FlatFileStressBase.NoopJobScheduler | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.auth.FlatFileStressBase from classes [org.neo4j.auth.FlatFilePredictableStressIT] | From | To |