IntelliJ Java IDE
The moose likes IDEs, Version Control and other tools and the fly likes Find errors in JSPs using PMD? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Find errors in JSPs using PMD?" Watch "Find errors in JSPs using PMD?" New topic
Author

Find errors in JSPs using PMD?

srinivas mallabathula
Greenhorn

Joined: Apr 12, 2011
Posts: 4
I have used PMD for finding errors of java files in Eclipse IDE. But PMD is not working for finding errors in JSP files.Is there any way to find errors in JSPs?
Seetharaman Venkatasamy
Bartender

Joined: Jan 28, 2008
Posts: 4503

http://pmd.sourceforge.net/jspsupport.html


Not everything that counts can be counted, and not everything that can be counted counts-Albert Einstein
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 23645

The biggest restriction is that your JSP must be properly formed. However if you had a good modern JSP, it wouldn't have Java code in the first place and wouldn't need PMD to run against. Catch 22.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Certs: SCEA Part 1, Part 2 & 3 & Core Spring 3, OCAJP
 
 
subject: Find errors in JSPs using PMD?
 
Threads others viewed
difference between the Find Bugs and the PMD tool
PMD and findbugs
Java bug tool
Object Arrays
Difference between PMD,FindBug and checkstyle
developer file tools