3a8d677d7ad80557a208a3f1062674e2cf85c9a3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type unitName : String to file : InputFile in method public parseWithoutBindings(file InputFile, source String) : Parser.ParseResult in class com.google.devtools.j2objc.jdt.JdtParser | From | To | |
Rename Variable | 1 | ||
Rename Variable compilationUnit : CompilationUnit to parseResult : Parser.ParseResult in method private processRegularSource(input ProcessingContext) : void in class com.google.devtools.j2objc.pipeline.InputFilePreprocessor | From | To | |
Inline Method | 1 | ||
Inline Method private parse(path String, source String, resolve boolean) : CompilationUnit inlined to public parse(mainType String, path String, source String) : CompilationUnit in class com.google.devtools.j2objc.javac.JavacParser | From | To | |
Change Return Type | 1 | ||
Change Return Type CompilationUnit to Parser.ParseResult in method public parseWithoutBindings(file InputFile, source String) : Parser.ParseResult in class com.google.devtools.j2objc.jdt.JdtParser | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.google.devtools.j2objc.pipeline.J2ObjCIncompatibleStripper moved and renamed to com.google.devtools.j2objc.jdt.JdtJ2ObjCIncompatibleStripper | From | To | |
Change Variable Type | 2 | ||
Change Variable Type compilationUnit : CompilationUnit to parseResult : Parser.ParseResult in method private processRegularSource(input ProcessingContext) : void in class com.google.devtools.j2objc.pipeline.InputFilePreprocessor | From | To | |
Change Variable Type stripper : J2ObjCIncompatibleStripper to stripper : JdtJ2ObjCIncompatibleStripper in method public strip(source String, unit CompilationUnit) : String in class com.google.devtools.j2objc.jdt.JdtJ2ObjCIncompatibleStripper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter unitName : String to file : InputFile in method public parseWithoutBindings(file InputFile, source String) : Parser.ParseResult in class com.google.devtools.j2objc.jdt.JdtParser | From | To |