46f5378be27fdcbf722d7fd781a6f1b02c83a991
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type lhs : AnyValue to lhs : TextValue in method public regex(lhs TextValue, rhs TextValue) : BooleanValue in class org.neo4j.cypher.operations.CypherBoolean | From | To | |
Change Parameter Type rhs : AnyValue to rhs : TextValue in method public regex(lhs TextValue, rhs TextValue) : BooleanValue in class org.neo4j.cypher.operations.CypherBoolean | From | To | |
Change Return Type | 1 | ||
Change Return Type Value to BooleanValue in method public regex(lhs TextValue, rhs TextValue) : BooleanValue in class org.neo4j.cypher.operations.CypherBoolean | From | To | |
Extract Method | 1 | ||
Extract Method public asTextValue(value AnyValue) : TextValue extracted from package asString(value AnyValue) : String in class org.neo4j.cypher.operations.CypherFunctions | From | To |