9c862829c1ee4e312eca40479199337c29bb1375
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package testIsAtParameters() : void renamed to package testIsAtParametersPositive() : void in class org.fluentlenium.test.page.isat.IsAtTest | From | To | |
Rename Variable | 1 | ||
Rename Variable matcher : Matcher to matcherNoQueryInput : Matcher in method public parse(input String) : ParsedUrlTemplate in class org.fluentlenium.core.url.UrlTemplate | From | To | |
Extract Variable | 1 | ||
Extract Variable parameter : String in method package testIsAtParametersPositive() : void from class org.fluentlenium.test.page.isat.IsAtTest | From | To | |
Inline Variable | 1 | ||
Inline Variable noQueryInput : String in method public parse(input String) : ParsedUrlTemplate from class org.fluentlenium.core.url.UrlTemplate | From | To | |
Extract Method | 4 | ||
Extract Method private replaceParameters(fixedTemplate String) : String extracted from private buildParsePattern() : String in class org.fluentlenium.core.url.UrlTemplate | From | To | |
Extract Method private escapeQuestionMarkQuanitifiers(fixedTemplate String) : String extracted from private buildParsePattern() : String in class org.fluentlenium.core.url.UrlTemplate | From | To | |
Extract Method private ignoreEndingSlash(fixedTemplate String) : String extracted from private buildParsePattern() : String in class org.fluentlenium.core.url.UrlTemplate | From | To | |
Extract Method private ignoreLeadingSlash(fixedTemplate String) : String extracted from private buildParsePattern() : String in class org.fluentlenium.core.url.UrlTemplate | From | To |