senny/emacs-eclim

Add Checkstyle *Feature*

Closed this issue · 1 comments

gopar commented

I saw on vim that you are able to call checkstyle on the current file. It would be nice to have this in emacs too. Not sure how much effort it would take to create this.

Since it's per buffer you could take a look at flycheck. Although I can simply imagine situation when user is very confused by the information from flycheck and our own custom problems marks in the same time. Maybe... maybe it would be better first to add scope (workspace/file?) to problems command in eclim to be able to call it per buffer and then use flycheck for both.