c48a69f961940319fd50807ca33b1449068702b3
Files Diff
- Added: 206
- Removed: 1
- Renamed: 0
- Modified: 37
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private getSeverity(type String) : String from class org.eclipse.che.ide.editor.orion.client.OrionEditorWidget to public getSeverity(annotationType String) : String from class org.eclipse.che.ide.ext.java.client.editor.JavaAnnotationModel | From | To | |
| Extract Method | 1 | ||
| Extract Method private initEditor(file VirtualFile, callback OpenEditorCallback, fileType FileType, editor EditorPartPresenter, constraints Constraints) : void extracted from private doOpen(file VirtualFile, callback OpenEditorCallback, constraints Constraints) : void in class org.eclipse.che.ide.editor.EditorAgentImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter type : String to annotationType : String in method public getSeverity(annotationType String) : String in class org.eclipse.che.ide.ext.java.client.editor.JavaAnnotationModel | From | To |