Er, I mean, a better 'create rule XML' panel from _Peter Van de Voorde_

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4674 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-10-16 12:54:29 +00:00
parent 0560184d06
commit e1871526ed
3 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,8 @@ Fixed CSVRenderer - had flipped line and priority columns
Fixed bug in Ant task - CSV reports were being output as text.
CloseResource rule now checks code without java.sql import.
ArrayIsStoredDirectly rule now checks Constructors
undo/redo added to text areas in designer.
undo/redo added to text areas in Designer.
Better 'create rule XML' panel in Designer.
October 4, 2006 - 3.8:
New rules:

View File

@ -16,7 +16,7 @@ import net.sourceforge.pmd.PMD;
/**
* This class is responsible for creating the
* contentpanel for the Create Rule XML Frame.
* content panel for the Create Rule XML Frame.
*/
public class CreateXMLRulePanel extends JPanel implements ActionListener{

View File

@ -52,6 +52,7 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Peter Van de Voorde - Rewrote the 'create rule XML' functionality in the designer utility</li>
<li>Josh Devins - Reported bug with annotation parsing</li>
<li>Alan Berg - Reported bug in Ant task</li>
<li>Jason Bennett - Fix for UnnecessaryLocalBeforeReturn, wrote NPathComplexity rule, patches to improve CyclomaticComplexity rule</li>