Introduce wrapper for EditorFactoryListener to warn about compatibility issues

This commit is contained in:
Nikolay Krasko
2019-01-17 16:59:40 +03:00
parent 74bc440e44
commit 3548d25095
5 changed files with 42 additions and 7 deletions
+1
View File
@@ -116,6 +116,7 @@
<Problem reference="com.intellij.openapi.extensions.ExtensionPointName#getPoint" reason="Absent in 182." />
<Problem reference="com.intellij.openapi.extensions.ExtensionPointName#findExtensionOrFail" reason="Absent in 182." />
<Problem reference="com.intellij.openapi.ui.popup.PopupChooserBuilder#PopupChooserBuilder(javax.swing.JList)" reason="Generified in 182. Use PopupChooserBuilderWrapper instead." />
<Problem reference="com.intellij.openapi.editor.event.EditorFactoryListener" reason="Default implementations were added in 183. Use EditorFactoryListenerWrapper for inheritance instead." />
</list>
</option>
</inspection_tool>