clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
83 stars 6 forks source link

Plugin Verifier error (?) #23

Closed YannCebron closed 1 year ago

YannCebron commented 1 year ago

Plugin Verifier run again 2023.2 branch reports invocation of CTOR in

com.github.clojure-lsp:0.12.0 (#393083) https://plugins.jetbrains.com/plugin/22489
Method com.github.clojure_lsp.intellij.extension.status_bar_factory.refresh_status_bar.invokeStatic(java.lang.Object factory, java.lang.Object project) : java.lang.Object contains an *invokespecial* instruction referencing an unresolved constructor com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager.<init>(com.intellij.openapi.project.Project)

I'm not sure if that's what your Clojure code actually does, but it should never build an instance of StatusBarWidgetsManager. Eventually it might be a false positive from Plugin Verifier (bytecode-level analysis).

Could you please check? Thanks.

ericdallo commented 1 year ago

Yes, that was fixed some commits ago already! thank you!