c7d59105c0dfae172db8d70820077d81040b3f6d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type configOptions : List<ConfigOption<?>> to configOptions : List<OptionWithMetaInfo> in method private sortOptions(configOptions List<OptionWithMetaInfo>) : void in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Parameter Type options : Collection<ConfigOption<?>> to options : Collection<OptionWithMetaInfo> in method package Tree(groups ConfigGroup[], options Collection<OptionWithMetaInfo>) in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree | From | To | |
Change Parameter Type options : List<ConfigOption<?>> to options : List<OptionWithMetaInfo> in method private toHtmlTable(options List<OptionWithMetaInfo>) : String in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Parameter Type option : ConfigOption<?> to option : OptionWithMetaInfo in method private assignOption(option OptionWithMetaInfo) : void in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree.Node | From | To | |
Change Return Type | 4 | ||
Change Return Type List<ConfigOption<?>> to List<OptionWithMetaInfo> in method private getConfigOptions() : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree.Node | From | To | |
Change Return Type List<ConfigOption<?>> to List<OptionWithMetaInfo> in method private extractConfigOptions(clazz Class<?>) : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Return Type List<ConfigOption<?>> to List<OptionWithMetaInfo> in method package getDefaultOptions() : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree | From | To | |
Change Return Type List<ConfigOption<?>> to List<OptionWithMetaInfo> in method package findConfigOptions(configGroup ConfigGroup) : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree | From | To | |
Change Variable Type | 6 | ||
Change Variable Type configOptions : List<ConfigOption<?>> to configOptions : List<OptionWithMetaInfo> in method private extractConfigOptions(clazz Class<?>) : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Variable Type option : ConfigOption<?> to option : OptionWithMetaInfo in method private toHtmlTable(options List<OptionWithMetaInfo>) : String in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Variable Type configOptions : List<ConfigOption<?>> to configOptions : List<OptionWithMetaInfo> in method package generateTablesForClass(optionsClass Class<?>) : List<Tuple2<ConfigGroup,String>> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Variable Type option : ConfigOption<?> to option : OptionWithMetaInfo in method package Tree(groups ConfigGroup[], options Collection<OptionWithMetaInfo>) in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree | From | To | |
Change Variable Type allOptions : List<ConfigOption<?>> to allOptions : List<OptionWithMetaInfo> in method package generateTablesForClass(optionsClass Class<?>) : List<Tuple2<ConfigGroup,String>> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configOptions : List<ConfigOption<?>> to configOptions : List<OptionWithMetaInfo> in class org.apache.flink.docs.configuration.ConfigOptionsDocGenerator.Tree.Node | From | To |