sikendar - 2015-08-20

Hi,i am new to PMD and i need to add rules in pmd to avoid white space in between component in jsp.so any one can help in this.

Exa.

<input type="text"/>

<input type="submit"/>

in above example you can see there many space between component,so now when we will check code with pmd i want pmd also check this and tell the developer to avoid using white sapce between componet.