1aa2a675f3e0af4b37523fb246334f3b1296b24d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public beginCatch(exception Parameter) : void renamed to public tryCatchBlock(body List<Consumer<MethodEmitter>>, catchClauses List<CatchClause>, finalClauses List<Consumer<MethodEmitter>>, localVariables LocalVariables, resources Resource...) : void in class org.neo4j.codegen.MethodEmitter | From | To | |
Rename Method public beginCatch(exception Parameter) : void renamed to public tryCatchBlock(body List<Consumer<MethodEmitter>>, catchClauses List<CatchClause>, finalClauses List<Consumer<MethodEmitter>>, localVariables LocalVariables, resources Resource...) : void in class org.neo4j.codegen.InvalidState | From | To | |
Change Return Type | 2 | ||
Change Return Type CodeBlock to TryBlock in method public tryBlock(resourceType TypeReference, resourceName String, resource Expression) : TryBlock in class org.neo4j.codegen.CodeBlock | From | To | |
Change Return Type CodeBlock to TryBlock in method public tryBlock(resourceType Class<?>, resourceName String, resource Expression) : TryBlock in class org.neo4j.codegen.CodeBlock | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type localVariables : Map<String,LocalVariable> to localVariables : LocalVariables in class org.neo4j.codegen.CodeBlock | From | To |