Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclemma - how to ignore 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!

like image 862
hba Avatar asked May 30 '10 05:05

hba


1 Answers

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.

like image 108
dplass Avatar answered Nov 10 '22 05:11

dplass