Temporarily remove:

`com.intellij.diagnostic.PerformanceWatcher.Snapshot` class now interface
: Recompile the dependant code or use `com.intellij.diagnostic.PerformanceWatcherImpl.SnapshotImpl` instead
This commit is contained in:
Jakub Chrzanowski 2021-08-04 08:04:56 +02:00
parent d189b9da40
commit 0b1dea8706
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -78,9 +78,6 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.intellij.execution.process.ColoredOutputTypeRegistry.getAnsiColorKey(int)` method removed `com.intellij.execution.process.ColoredOutputTypeRegistry.getAnsiColorKey(int)` method removed
: Use `com.intellij.execution.process.ColoredOutputTypeRegistryImpl.getAnsiColorKey(int)` instead : Use `com.intellij.execution.process.ColoredOutputTypeRegistryImpl.getAnsiColorKey(int)` instead
`com.intellij.diagnostic.PerformanceWatcher.Snapshot` class now interface
: Recompile the dependant code or use `com.intellij.diagnostic.PerformanceWatcherImpl.SnapshotImpl` instead
`com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed `com.intellij.openapi.fileEditor.impl.EditorTabPresentationUtil.getEditorTabTitle(Project, VirtualFile, EditorWindow)` method parameter `EditorWindow` removed
: This parameter never needed, but lead to code coupling : This parameter never needed, but lead to code coupling