a92a13608f96ffa565197d63652ebf14be035737
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldStoreAndRetriveRolesByName() : void renamed to public shouldStoreAndRetrieveRolesByName() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type recordsFile : Path to recordsFile : File in method public loadRecordsFromFile(fileSystem FileSystemAbstraction, recordsFile File) : List<S> in class org.neo4j.server.security.auth.FileRepositorySerializer | From | To | |
| Change Parameter Type file : Path to file : File in method public FileUserRepository(fileSystem FileSystemAbstraction, file File, logProvider LogProvider) in class org.neo4j.server.security.auth.FileUserRepository | From | To | |
| Change Parameter Type file : Path to file : File in method public FileRoleRepository(fileSystem FileSystemAbstraction, file File, logProvider LogProvider) in class org.neo4j.server.security.enterprise.auth.FileRoleRepository | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute public ruleChain : RuleChain from class org.neo4j.commandline.admin.security.CreateCommandTest to public ruleChain : RuleChain from class org.neo4j.commandline.admin.security.CommandTestBase | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute private logProvider : LogProvider in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Extract Attribute private logProvider : LogProvider in class org.neo4j.server.security.auth.FileUserRepositoryTest | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute roles : FileRoleRepository to roleRepository : RoleRepository in method public shouldFailOnReadingInvalidEntries() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Replace Variable With Attribute roles : FileRoleRepository to roleRepository : RoleRepository in method public shouldNotAddEmptyUserToRole() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type roles : FileRoleRepository to roleRepository : RoleRepository in method public shouldFailOnReadingInvalidEntries() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Change Variable Type roles : FileRoleRepository to roleRepository : RoleRepository in method public shouldNotAddEmptyUserToRole() : void in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Inline Variable | 6 | ||
| Inline Variable homeDir : Path in method private assertFailedSubCommand(command String, args String[], errors String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Inline Variable configDir : Path in method private assertFailedSubCommand(command String, args String[], errors String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Inline Variable homeDir : Path in method private assertFailedUserCommand(command String, errors String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Inline Variable configDir : Path in method private assertSuccessfulSubCommand(command String, args String[], messages String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Inline Variable homeDir : Path in method private assertSuccessfulSubCommand(command String, args String[], messages String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Inline Variable configDir : Path in method private assertFailedUserCommand(command String, errors String...) : void from class org.neo4j.commandline.admin.security.UsersCommandIT | From | To | |
| Change Attribute Type | 6 | ||
| Change Attribute Type roleFile : Path to roleFile : File in class org.neo4j.server.security.enterprise.auth.FileRoleRepository | From | To | |
| Change Attribute Type authFile : Path to authFile : File in class org.neo4j.server.security.auth.FileUserRepository | From | To | |
| Change Attribute Type fs : FileSystem to fs : FileSystemAbstraction in class org.neo4j.server.security.auth.FileUserRepositoryTest | From | To | |
| Change Attribute Type roleFile : Path to roleFile : File in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Change Attribute Type fs : FileSystem to fs : FileSystemAbstraction in class org.neo4j.server.security.enterprise.auth.FileRoleRepositoryTest | From | To | |
| Change Attribute Type authFile : Path to authFile : File in class org.neo4j.server.security.auth.FileUserRepositoryTest | From | To |