Code coverage with AspectJ and Lombok -


we using lombok , other annotations (using aspectj) lot in our code , impacting branch coverage. there way exclude auto-generated code in code coverage calculations. using jacoco code coverage.

disclaimer: i'm clover developer @ atlassian.

did try other code coverage tools? instance, atlassian clover based on source code instrumentation (contrary jacoco or cobertura rely on bytecode instrumenation). different approach, clover more "transparent" bytecode-manipulating tools. using clover + lombok + aspectj should fine in case.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -