emacs-eclim icon indicating copy to clipboard operation
emacs-eclim copied to clipboard

Eclim problems not working properly

Open MasseR opened this issue 10 years ago • 4 comments

The autoupdating of problems does not work. After initially opening emacs and java file, the problems are shown correctly, but subsequent changes to the file does not trigger updates. I also tried :eclim-problems-buffer-refresh which by its lonesome does not work, but requires to be paired up with :eclim-project-build.

MasseR avatar Jul 29 '15 09:07 MasseR

I've got auto-build set in eclipse. I'm not sure whether eclim-problems-buffer-refresh was suppose to issue rebuild or just simply refresh list without any rebuild. What I'm sure though is that auto-build works

kleewho avatar Jul 29 '15 10:07 kleewho

This seems to help. Odd that the vim version of eclim worked as-is.

MasseR avatar Jul 29 '15 10:07 MasseR

Maybe we've got bug somewhere. It needs to be checked but since there's a workaround the priority of this will be very low.

kleewho avatar Jul 29 '15 10:07 kleewho

@MasseR maybe this line about eclim's EclimJavaValidate have something to do with it? I wonder how it is used, cause I couldn't find any code reference except that one

kleewho avatar Jul 31 '15 12:07 kleewho