541e17d07520e5dac7daec1b188abe6bd12d6aad
Files Diff
- Added: 25
- Removed: 2
- Renamed: 0
- Modified: 87
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public token(tok String) : void renamed to public tokens(tokens List<String>) : void in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Rename Method public token() : String renamed to public tokens() : List<String> in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tok : String to tokens : List<String> in method public tokens(tokens List<String>) : void in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Change Return Type | 1 | ||
Change Return Type String to List<String> in method public tokens() : List<String> in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute tok : String to tokens : List<String> in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tok : String to tokens : List<String> in class org.apache.ignite.console.agent.AgentConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tok : String to tokens : List<String> in method public tokens(tokens List<String>) : void in class org.apache.ignite.console.agent.AgentConfiguration | From | To |