Skip to content

Commit fc3a5ff

Browse files
Exclude false positive spotbugs warnings
1 parent e1550e9 commit fc3a5ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

spotbugs-exclude.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,19 @@
4444
<Class name="org.wso2.lsp4intellij.utils.FileUtils"/>
4545
<Method name="findProjectsFor"/>
4646
</And>
47+
<And>
48+
<Class name="org.wso2.lsp4intellij.listeners.LSPTypedHandler"/>
49+
<Method name="charTyped"/>
50+
</And>
51+
<And>
52+
<Class name="org.wso2.lsp4intellij.listeners.LSPTypedHandler"/>
53+
<Method name="checkAutoPopup"/>
54+
</And>
55+
<And>
56+
<Class name="org.wso2.lsp4intellij.statusbar.LSPServerStatusWidgetFactory"/>
57+
<Method name="createWidget"/>
58+
</And>
59+
4760
</Or>
4861
</And>
4962
</Match>

0 commit comments

Comments
 (0)