d32660244b32e3358379c005b806b9da2aa373c6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCapturedLocals(type TypeElement) : Iterable<VariableElement> renamed to public getCapturedVars(type TypeElement) : Iterable<VariableElement> in class com.google.devtools.j2objc.util.CaptureInfo | From | To | |
| Move Method | 1 | ||
| Move Method private isCapturing() : boolean from class com.google.devtools.j2objc.translate.LambdaRewriter.RewriteContext to public isCapturing(type TypeElement) : boolean from class com.google.devtools.j2objc.util.CaptureInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type captureParam : IVariableBinding to captureParam : VariableElement in method protected addOuterParameters(typeNode AbstractTypeDeclaration, constructor MethodDeclaration) : void in class com.google.devtools.j2objc.translate.InnerClassExtractor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable innerFieldType : ITypeBinding in method protected addOuterParameters(typeNode AbstractTypeDeclaration, constructor MethodDeclaration) : void from class com.google.devtools.j2objc.translate.InnerClassExtractor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter field : VariableElement to param : VariableElement in method private LocalCapture(var VariableElement, param VariableElement) in class com.google.devtools.j2objc.util.CaptureInfo.LocalCapture | From | To |