20d042f015f5f2abc24d63fdbf675758797c50e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public shouldAllowDeletingUserMultipleTimes() : void renamed to public shouldNotAllowDeletingNonExistingUser() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTest | From | To | |
| Rename Method protected resultContainsInAnyOrder(r Result, key String, items Object...) : void renamed to protected resultKeyIsArray(r Result, key String, items String[]) : void in class org.neo4j.server.security.enterprise.auth.AuthProcedureTestBase | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type items : Object... to items : String[] in method protected resultKeyIsArray(r Result, key String, items String[]) : void in class org.neo4j.server.security.enterprise.auth.AuthProcedureTestBase | From | To |