7520bec2ca03dc407384b1b0388f68fed03f8386
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public scheduleRecurring(group Group, r Runnable, initialDelay long, delay long, timeUnit TimeUnit) : JobHandle renamed to public schedule(group Group, r Runnable, initialDelay long, timeUnit TimeUnit) : JobHandle in class org.neo4j.server.security.enterprise.auth.InternalFlatFileRealmIT.TestJobScheduler | From | To | |
Inline Method | 1 | ||
Inline Method private setUsersAndRoles(users ListSnapshot<User>, roles ListSnapshot<RoleRecord>) : void inlined to private readFilesFromDisk(attemptLeft int, failures List<String>) : void in class org.neo4j.server.security.enterprise.auth.InternalFlatFileRealm | From | To | |
Extract Method | 1 | ||
Extract Method protected scheduleNextFileReload() : void extracted from public start() : void in class org.neo4j.server.security.enterprise.auth.InternalFlatFileRealm | From | To |