01d2ffafd9f3971f66cab5c0381325d6ee74ba48
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type ranges : List<Range<Integer>> to ranges : Collection<TextRange> in method private formatInternal(file PsiFile, ranges Collection<TextRange>) : void in class com.google.googlejavaformat.intellij.GoogleJavaFormatCodeStyleManager | From | To | |
Extract Variable | 1 | ||
Extract Variable documentManager : PsiDocumentManager in method private formatInternal(file PsiFile, ranges Collection<TextRange>) : void from class com.google.googlejavaformat.intellij.GoogleJavaFormatCodeStyleManager | From | To | |
Extract Method | 3 | ||
Extract Method private overrideFormatterForFile(file PsiFile) : boolean extracted from public reformatText(file PsiFile, ranges Collection<TextRange>) : void in class com.google.googlejavaformat.intellij.GoogleJavaFormatCodeStyleManager | From | To | |
Extract Method private overrideFormatterForFile(file PsiFile) : boolean extracted from public reformatTextWithContext(file PsiFile, ranges Collection<TextRange>) : void in class com.google.googlejavaformat.intellij.GoogleJavaFormatCodeStyleManager | From | To | |
Extract Method private overrideFormatterForFile(file PsiFile) : boolean extracted from public reformatText(file PsiFile, startOffset int, endOffset int) : void in class com.google.googlejavaformat.intellij.GoogleJavaFormatCodeStyleManager | From | To |