ce341c0ee05cff82453be42d9de036cd87e83d44
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Object to GrokTesterResponse in method public grokTest(pattern String, string String) : GrokTesterResponse in class org.graylog2.rest.resources.tools.GrokTesterResource | From | To | |
Extract Method | 4 | ||
Extract Method private doTestGrok(string String, pattern String) : GrokTesterResponse extracted from public grokTest(pattern String, string String) : Object in class org.graylog2.rest.resources.tools.GrokTesterResource | From | To | |
Extract Method private doTestRegex(example String, regex String) : RegexTesterResponse extracted from public regexTester(regex String, string String) : RegexTesterResponse in class org.graylog2.rest.resources.tools.RegexTesterResource | From | To | |
Extract Method private doSubstringTest(string String, beginIndex int, endIndex int) : SubstringTesterResponse extracted from public substringTester(beginIndex int, endIndex int, string String) : SubstringTesterResponse in class org.graylog2.rest.resources.tools.SubstringTesterResource | From | To | |
Extract Method private doSplitAndIndexTest(string String, splitBy String, index int) : SplitAndIndexTesterResponse extracted from public splitAndIndexTester(splitBy String, index int, string String) : SplitAndIndexTesterResponse in class org.graylog2.rest.resources.tools.SplitAndIndexTesterResource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter string : String to example : String in method private doTestRegex(example String, regex String) : RegexTesterResponse in class org.graylog2.rest.resources.tools.RegexTesterResource | From | To |