Is it possible to hide some of my code (for example autogenerated code) from eclemma code coverage tool. In c# there is an option to do it the option described here , do we have something like this in Java?
EDITED: I am not using ant, I use Eclema plugin for eclipce, is there any configuration that I can do to exclude some of my code from coverage tool.
Thank you!
At the moment this cannot be done as far as I know.
The planned EclEmma Filtering Options may in the long run make this possible though.