2002-07-08 15:43:20 +00:00
< html > < head >
2002-07-08 17:24:35 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< title >
PMD JEdit Plug-in Users' Guide
< / title >
< body >
< h1 > PMD JEdit Plug-in Users' Guide< / h1 >
2002-07-08 17:38:49 +00:00
< hr >
< h2 > Installation< / h2 >
2002-07-08 17:24:35 +00:00
< h3 > System requirements< / h3 >
2002-07-08 17:38:49 +00:00
< p > PMD is a Java source code analyzer. The PMD JEdit Plugin requires at least JEdit 4.0final. < a href = "http://pmd.sf.net/" target = "_blank" > Here's< / a > the PMD web site.< / p >
2002-07-08 17:24:35 +00:00
< h3 > Installation< / h3 >
2002-07-08 17:38:49 +00:00
< p > The Plugin comes as a single .zip file.
2002-07-08 17:24:35 +00:00
Just unzip it into your JEdit directory and it'll put a couple of jar files into your jars directory, restart JEdit,
and you'll be ready to go.< / p >
< h2 > Integration< / h2 >
2002-07-08 17:38:49 +00:00
< p > The software adds a new menu item group into the < b > Plugins< / b > menu of the editor view. There's one new menu item:< / p >
2002-07-08 17:24:35 +00:00
< ul >
< li >
< b > Plugins< / b > -> < b > PMD< / b > -> < b > Check active buffer< / b > (< b > Ctrl-Shift-F11< / b > ).
Runs the currently displayed Java file through the PMD code checking rules and displays a pop up window with the results.< / p >
2002-07-08 15:43:20 +00:00
< / li >
2002-07-08 17:24:35 +00:00
< / ul >
< h2 > License< / h2 >
< p > The JEdit Plug-in is free software, released under the Apache license.< / p >
2002-07-08 17:38:49 +00:00
< / body >
< / html >