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

JSP file coverage using clover

jayadev mishra December 6, 2017

Hi , i have a application which is multi modules say(A B C D) in which each have webapp folder .inside each webapp folder i have other folders (having jps files each lets say A>WebApp >AFolder--jsps , A>WebApp >BFolder--jsps)

 

i need to instrument all jsps available inside C> webapp

issues is some jsp files from C> webapp includes jsp files from other projects say<%@ include file="A/WebApp/WebINF/layouts/xyz.jsp" %>

It is giving file not found exception . can some one help

Thanks

 

 

1 answer

0 votes
Grzegorz Lewandowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 7, 2017

Clover can't instrument JSP files. It works on Java source code level so technically I could imagine you'll be able to instrument generated Java classes, I'm not sure though how it's going to work in an container  environment. 

 

That being said, there's no built-in support for this so you'll have to handle this manually. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events