senny/emacs-eclim

Eclim problems not working properly

Opened this issue · 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.

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

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

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.

@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