Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Code coverage for JDK 1.3/1.4
Permanently deleted user
Created
Does teamcity provide code coverage reports for projects compiled with JDK 1.3/1.4? Reason I ask is because IDEA only supports coverage information for projects with JRE 1.5 .
Yes, TeamCity provides coverage reports for all jdks. The difference is contained in the fact that TeamCity does offline instrumentation while IDEA does it online.
Yes, TeamCity provides coverage reports for all jdks. The difference is contained in the fact that TeamCity does offline instrumentation while IDEA does it online.