c11b93f5f4eb68e6490888ae2c7c04c79ce8fdd4
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getPermutationsConditions(context ResourceContext, permutationAxes List<String>, logger TreeLogger) : Set<String> renamed to private getCurrentDeferredBindingProperties(context ResourceContext, permutationAxes List<String>, logger TreeLogger) : Set<String> in class com.google.gwt.resources.rg.GssResourceGenerator | From | To | |
Rename Method private visitBooleanExpression(booleanExpressionNode CssBooleanExpressionNode) : void renamed to public enterBooleanExpression(booleanExpressionNode CssBooleanExpressionNode) : void in class com.google.gwt.resources.gss.PermutationsCollector | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public enterConditionalRule(node CssConditionalRuleNode) : boolean from class com.google.gwt.resources.gss.PermutationsCollector to public enterConditionalRule(node CssConditionalRuleNode) : boolean from class com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to void in method private finalizeTree(cssTree CssTree) : void in class com.google.gwt.resources.rg.GssResourceGenerator | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor from classes [com.google.gwt.resources.gss.PermutationsCollector] | From | To | |
Extract Variable | 1 | ||
Extract Variable gss : String in method private convertToGss(concatenatedCss String, context ResourceContext, logger TreeLogger) : ConversionResult from class com.google.gwt.resources.rg.GssResourceGenerator | From | To | |
Extract Method | 2 | ||
Extract Method private assertFileContentEqualsAfterConversionAndIsGssCompatible(inputCssFile String, expectedGssFile String, lenient boolean, simpleBooleanConditionPredicate Predicate<String>) : void extracted from private assertFileContentEqualsAfterConversionAndIsGssCompatible(inputCssFile String, expectedGssFile String, lenient boolean) : void in class com.google.gwt.resources.converter.Css2GssTest | From | To | |
Extract Method private quitEarly(errorMsg String) : void extracted from package parseOrQuit(args String[]) : Options in class com.google.gwt.resources.converter.Css2Gss.Options | From | To |