b40bb563c85a40e905a41cf81335c6af4ccb4b89
Files Diff
- Added: 5
- Removed: 4
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type items : List<AsciiDocItem> to items : List<SettingDescription> in method public generateListAndTableCombo(items List<SettingDescription>) : String in class org.neo4j.kernel.configuration.docs.AsciiDocListGenerator | From | To | |
Rename Variable | 1 | ||
Rename Variable asciiDocItems : List<AsciiDocItem> to settingDescriptions : List<SettingDescription> in method public dumpJmxInfo() : void in class jmx.JmxDocTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.neo4j.kernel.configuration.AsciiDocItem moved and renamed to org.neo4j.kernel.configuration.docs.SettingsDescription | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.kernel.configuration.AsciiDocListGenerator moved to org.neo4j.kernel.configuration.docs.AsciiDocListGenerator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute id : String to settings : List<SettingDescription> in class org.neo4j.kernel.configuration.docs.SettingsDescription | From | To | |
Change Variable Type | 2 | ||
Change Variable Type item : AsciiDocItem to item : SettingDescription in method public generateListAndTableCombo(items List<SettingDescription>) : String in class org.neo4j.kernel.configuration.docs.AsciiDocListGenerator | From | To | |
Change Variable Type asciiDocItems : List<AsciiDocItem> to settingDescriptions : List<SettingDescription> in method public dumpJmxInfo() : void in class jmx.JmxDocTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type id : String to settings : List<SettingDescription> in class org.neo4j.kernel.configuration.docs.SettingsDescription | From | To | |
Change Attribute Type type : Setting<String> to type : Setting<ConnectorType> in class org.neo4j.graphdb.factory.GraphDatabaseSettings.Connector | From | To |