Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Clover coverage on Java instrumented classes

Penny Dutson April 3, 2013

Can Clover get coverage on the instrumented classes created using GWT?

1 answer

1 accepted

0 votes
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 3, 2013

Yes, but it has some limitations. Due to the nature of GWT which translates Java to JavaScript for code parts which are supposed to run in a web browser, such code parts if instrumented by Clover won't translate.

It means that you have to:

  • either instrument server side code only
  • or instrument everything but run application in a framework simulating GWT (like gwt-test-utils).

See: Using+Clover+with+the+GWT-maven+plugin

Cheers
Marek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events