1b0b71f039659f3486da12899ef54c5b3d6e1934
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type positions : List<TypedPosition> to positions : List<Position> in method public AnnotationsIterator(positions List<Position>, map Map<Position,Annotation>) in class org.eclipse.che.ide.api.editor.annotation.AnnotationsIterator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable annotationPos : List<TypedPosition> to positions : List<Position> in method private getRegionAnnotationIterator(offset int, length int, canStartBefore boolean, canEndAfter boolean) : Iterator<Annotation> in class org.eclipse.che.ide.api.editor.annotation.AnnotationModelImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type annotationPos : List<TypedPosition> to positions : List<Position> in method private getRegionAnnotationIterator(offset int, length int, canStartBefore boolean, canEndAfter boolean) : Iterator<Annotation> in class org.eclipse.che.ide.api.editor.annotation.AnnotationModelImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type positions : List<TypedPosition> to positions : List<Position> in class org.eclipse.che.ide.api.editor.annotation.AnnotationsIterator | From | To | |
| Extract Method | 1 | ||
| Extract Method private getRegionAnnotationIterator(offset int, length int, canStartBefore boolean, canEndAfter boolean) : Iterator<Annotation> extracted from public getAnnotationIterator(offset int, length int, canStartBefore boolean, canEndAfter boolean) : Iterator<Annotation> in class org.eclipse.che.ide.api.editor.annotation.AnnotationModelImpl | From | To |