1e74a86d89b135ad112b3aad1dd0d6074f50a5b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldOnlyListOwnQueriesWhenNotAdmin() : void renamed to public shouldOnlyListOwnQueriesWhenNotRunningAsAdmin() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
Rename Method public shouldListQueries() : void renamed to public shouldListAllQueriesWhenRunningAsAdmin() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type base : long to base : String in method private hasStartTimeAfter(base String) : Matcher<Map<String,Object>> in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
Change Parameter Type startTime : long to startTime : String in method private listedQuery(startTime String, username String, query String) : Matcher<Map<String,Object>> in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type startTime : long to startTime : String in class org.neo4j.kernel.enterprise.builtinprocs.BuiltInProcedures.QueryStatusResult | From | To |