In following code I've got coverage till return but not for finally and related
code when java actually run it. What is the mistake ?
public String getNodeID() {
mResourcesNodesLock.lock();
try {
return mResourcesNodes.get(LOCAL_RESOURCES_NODE).id;
} finally {
mResourcesNodesLock.unlock();
}
}
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/0740fa04-0f90-4f4d-863c-9d0ea5ebb580%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.