b466d7a8b763d31550302162cd84855864f3a07f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable proposals : List<CompletionProposal> to allAnnotations : List<DiagnosticAnnotation> in method private collectQuickFixableAnnotations(range LinearRange, document Document, annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>, goToClosest boolean, resultingDiagnostics List<Diagnostic>) : int in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable diagnostics : List<Diagnostic> to resultingDiagnostics : List<Diagnostic> in method private collectQuickFixableAnnotations(range LinearRange, document Document, annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>, goToClosest boolean, resultingDiagnostics List<Diagnostic>) : int in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type proposals : List<CompletionProposal> to allAnnotations : List<DiagnosticAnnotation> in method private collectQuickFixableAnnotations(range LinearRange, document Document, annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>, goToClosest boolean, resultingDiagnostics List<Diagnostic>) : int in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private collectQuickFixableAnnotations(range LinearRange, document Document, annotations Map<Annotation,org.eclipse.che.ide.api.editor.text.Position>, goToClosest boolean, resultingDiagnostics List<Diagnostic>) : int extracted from public computeQuickAssistProposals(invocationContext QuickAssistInvocationContext, callback CodeAssistCallback) : void in class org.eclipse.che.plugin.languageserver.ide.editor.quickassist.LanguageServerQuickAssistProcessor | From | To |