eclemma - how to ignore source

hba picture hba · May 30, 2010 · Viewed 8.9k times · Source

I'm using junit/eclemma; it works great, except I'd like to instruct eclemma to ignore certain methods or classes. For example, how would i instruct eclemma to ignore getters/setters.

Thanks in advance!

Answer

dplass picture dplass · Jun 2, 2010

You can specify in the preferences which classes to ignore using a regexp ("Only path entries matching"). See http://www.eclemma.org/userdoc/preferences.html for details.

I don't think you can ignore methods though.