d477c99338955c7c2667673db60490f0017ef3aa
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public validate(value Value) : void from class org.neo4j.kernel.impl.api.IndexTextValueLengthValidator to public validate(value Value) : void from class org.neo4j.kernel.impl.api.AbstractIndexKeyLengthValidator | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private checkThreshold : int from class org.neo4j.kernel.impl.api.IndexTextValueLengthValidator to private checkThreshold : int from class org.neo4j.kernel.impl.api.AbstractIndexKeyLengthValidator | From | To | |
| Pull Up Attribute private maxByteLength : int from class org.neo4j.kernel.impl.api.IndexTextValueLengthValidator to protected maxByteLength : int from class org.neo4j.kernel.impl.api.AbstractIndexKeyLengthValidator | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.kernel.impl.api.AbstractIndexKeyLengthValidator from classes [org.neo4j.kernel.impl.api.IndexTextValueLengthValidator] | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter stringSize : int to byteArraySize : int in method private getString(byteArraySize int) : String in class org.neo4j.kernel.api.impl.schema.StringLengthIndexValidationIT | From | To |