tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1742 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -41,7 +41,7 @@ public class GUI implements CPDListener {
|
||||
}
|
||||
}
|
||||
|
||||
private JTextField rootDirectoryField = new JTextField(System.getProperty("user.home")/* + "/tmp/ant"*/);
|
||||
private JTextField rootDirectoryField = new JTextField(System.getProperty("user.home"));
|
||||
private JTextField minimumLengthField = new JTextField("75");
|
||||
private JTextField timeField = new JTextField(6);
|
||||
private JTextField comparisonsField = new JTextField(8);
|
||||
|
@ -28,7 +28,7 @@
|
||||
<li>Didier Duquennoy - pmd-netbeans feedback</li>
|
||||
<li>Adam Nemeth - bug report on missing final attribute for local variable declarations</li>
|
||||
<li>Gunnlaugur Thor Briem - bug report on JavaCC parser's use of java.lang.Error</li>
|
||||
<li>Frédéric Harper - bug report and subsequent troubleshooting</li>
|
||||
<li>Frederic Harper - bug report and subsequent troubleshooting</li>
|
||||
<li>Mats Henricson - an XSLT script and several bug reports</li>
|
||||
<li>Jesse Glick - an excellent discussion on the UnnecessaryConstructorRule</li>
|
||||
<li>Luke Francl - numerous <b>high quality</b> feature suggestions and bug reports</li>
|
||||
|
@ -6,9 +6,9 @@
|
||||
<body>
|
||||
<links>
|
||||
<item name="SourceForge.net Project Page"
|
||||
href="http://www.sf.net/projects/pmd" />
|
||||
href="http://sourceforge.net/projects/pmd" />
|
||||
<item name="Hosted by SourceForge"
|
||||
href="http://www.sf.net" />
|
||||
href="http://sourceforge.net" />
|
||||
<item name="Ultra*Log"
|
||||
href="http://www.ultralog.net/" />
|
||||
<item name="DARPA"
|
||||
|
Reference in New Issue
Block a user