2c390a3f21c0d836675e002acaa7b71b4dde3750
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getSettingValue(key String) : Optional<?> renamed to public getValue(key String) : Optional<?> in class org.neo4j.kernel.configuration.Config | From | To | |
Rename Method public getParams() : Map<String,String> renamed to public getRaw() : Map<String,String> in class org.neo4j.kernel.configuration.Config | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<String> to Map<String,String> in method public validate(settings Map<String,String>) : Map<String,String> in class org.neo4j.graphdb.config.SettingValidator | From | To | |
Change Return Type Collection<String> to Map<String,String> in method public validate(rawConfig Map<String,String>) : Map<String,String> in class org.neo4j.graphdb.config.Setting | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type config : Map<String,String> to config : Map<String,ConfigValue> in class org.neo4j.jmx.impl.ConfigurationBean | From | To |