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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.