lsp-java icon indicating copy to clipboard operation
lsp-java copied to clipboard

"There are no classes to redefine." shows every time when I save my change in dap-mode

Open huangfeiyu opened this issue 1 year ago • 1 comments

Hi @yyoncho, I guess the issue has something to do with your latest change 2fe0ba5, it worked before the change. I use attach debug, here is my dap configuration:

(dap-register-debug-template
  "Java Attach"
  (list :name "Java Attach"
        :type "java"
        :request "attach"
        :hostName "localhost"
        :projectName "jdt.ls-java-project"
        :port 11550))

huangfeiyu avatar Jun 16 '23 03:06 huangfeiyu

I noticed, actually, it is just the message misleading. I mean after I save changes, filed compiled automatically and successfully, and applied successfully. But the message shows always.

huangfeiyu avatar Aug 24 '23 02:08 huangfeiyu