2cd25016328ac6b43d685950327e5a1b06e8b157
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method private binaryOperation(lhs Expression, rhs Expression, operator String) : void extracted from public and(lhs Expression, rhs Expression) : void in class org.neo4j.codegen.source.MethodSourceWriter | From | To | |
Extract Method private binaryOperation(lhs Expression, rhs Expression, operator String) : void extracted from public or(lhs Expression, rhs Expression) : void in class org.neo4j.codegen.source.MethodSourceWriter | From | To | |
Extract Method private numberOperation(type TypeReference, onInt Runnable, onLong Runnable, onFloat Runnable, onDouble Runnable) : void extracted from public gt(lhs Expression, rhs Expression, type TypeReference) : void in class org.neo4j.codegen.bytecode.ByteCodeExpressionVisitor | From | To | |
Extract Method private binaryOperation(lhs Expression, rhs Expression, operator String) : void extracted from public gt(lhs Expression, rhs Expression, ignored TypeReference) : void in class org.neo4j.codegen.source.MethodSourceWriter | From | To | |
Extract Method private binaryOperation(lhs Expression, rhs Expression, operator String) : void extracted from public equal(lhs Expression, rhs Expression, ignored TypeReference) : void in class org.neo4j.codegen.source.MethodSourceWriter | From | To | |
Extract Method private binaryOperation(lhs Expression, rhs Expression, operator String) : void extracted from private add(lhs Expression, rhs Expression) : void in class org.neo4j.codegen.source.MethodSourceWriter | From | To |