c017098e6104f04c420dd5821c66e3ab72e730ca
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type whatToIntern : byte to whatToIntern : int in method public exec(jprogram JProgram, program JsProgram, whatToIntern int) : Map<JsName,JsLiteral> in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Parameter Type whatToIntern : byte to whatToIntern : int in method public LiteralInterningVisitor(program JProgram, scope JsScope, alwaysIntern boolean, occurrencesPerLiteral Multiset<JsLiteral>, whatToIntern int) in class com.google.gwt.dev.js.JsLiteralInterner.LiteralInterningVisitor | From | To | |
Change Attribute Type | 7 | ||
Change Attribute Type INTERN_REGEXES : byte to INTERN_REGEXES : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Attribute Type whatToIntern : byte to whatToIntern : int in class com.google.gwt.dev.js.JsLiteralInterner.LiteralInterningVisitor | From | To | |
Change Attribute Type INTERN_OBJECT_LITERALS : byte to INTERN_OBJECT_LITERALS : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Attribute Type INTERN_STRINGS : byte to INTERN_STRINGS : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Attribute Type INTERN_ARRAY_LITERALS : byte to INTERN_ARRAY_LITERALS : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Attribute Type INTERN_ALL : byte to INTERN_ALL : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Change Attribute Type INTERN_NUMBERS : byte to INTERN_NUMBERS : int in class com.google.gwt.dev.js.JsLiteralInterner | From | To | |
Extract Method | 1 | ||
Extract Method private maybeInternLiterals(interningMask int) : Map<JsName,JsLiteral> extracted from private runDetailedNamer(config ConfigurationProperties) : Map<JsName,JsLiteral> in class com.google.gwt.dev.jjs.JavaToJavaScriptCompiler | From | To |