75ed2a3a598b7f92f47f2b7405787bb19931c9fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 5 | ||
Change Parameter Type types : RandomValues.Types[] to types : RandomValues.Type[] in method private assertValueAmongTypes(types RandomValues.Type[], value Value) : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Parameter Type types : Types... to types : Type... in method public excluding(types Type...) : Type[] in class org.neo4j.values.storable.RandomValues | From | To | |
Change Parameter Type type : Types to type : Type in method public nextValueOfType(type Type) : Value in class org.neo4j.values.storable.RandomValues | From | To | |
Change Parameter Type type : RandomValues.Types to type : RandomValues.Type in method public nextValue(type RandomValues.Type) : Value in class org.neo4j.test.rule.RandomRule | From | To | |
Change Parameter Type types : Types... to types : Type... in method public nextValueOfTypes(types Type...) : Value in class org.neo4j.values.storable.RandomValues | From | To | |
Change Return Type | 3 | ||
Change Return Type Types[] to Type[] in method public excluding(types Type...) : Type[] in class org.neo4j.values.storable.RandomValues | From | To | |
Change Return Type Types[] to Type[] in method package arrayTypes() : Type[] in class org.neo4j.values.storable.RandomValues.Type | From | To | |
Change Return Type List<RandomValues.Types> to List<RandomValues.Type> in method public supportedValueTypes() : List<RandomValues.Type> in class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.values.storable.RandomValues.Types renamed to org.neo4j.values.storable.RandomValues.Type | From | To | |
Change Variable Type | 9 | ||
Change Variable Type excluding : RandomValues.Types[] to excluding : RandomValues.Type[] in method public excluding() : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Variable Type types : List<RandomValues.Types> to types : List<RandomValues.Type> in method public testExactMatchOnRandomValues() : void in class org.neo4j.kernel.api.index.SimpleRandomizedIndexAccessorCompatibility | From | To | |
Change Variable Type including : RandomValues.Types[] to including : RandomValues.Type[] in method public excluding() : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Variable Type type : RandomValues.Types to type : RandomValues.Type in method private assertValueAmongTypes(types RandomValues.Type[], value Value) : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Variable Type types : List<RandomValues.Types> to types : List<RandomValues.Type> in method public testExactMatchOnRandomCompositeValues() : void in class org.neo4j.kernel.api.index.CompositeRandomizedIndexAccessorCompatibility | From | To | |
Change Variable Type excludedType : RandomValues.Types to excludedType : RandomValues.Type in method public excluding() : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Variable Type including : RandomValues.Types[] to including : RandomValues.Type[] in method public nextValueOfTypes() : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Variable Type types : List<RandomValues.Types> to types : List<RandomValues.Type> in method public testExactMatchOnRandomCompositeValues() : void in class org.neo4j.kernel.api.index.CompositeIndexAccessorCompatibility | From | To | |
Change Variable Type type : RandomValues.Types to type : RandomValues.Type in method public nextValueOfTypes() : void in class org.neo4j.values.storable.RandomValuesTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ARRAY_TYPES : Types[] to ARRAY_TYPES : Type[] in class org.neo4j.values.storable.RandomValues | From | To | |
Change Attribute Type ALL_TYPES : Types[] to ALL_TYPES : Type[] in class org.neo4j.values.storable.RandomValues | From | To |