547 Commits

Author SHA1 Message Date
David Dixon-Peugh
974c6c9f21 Initial revision
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@362 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 21:28:10 +00:00
David Craine
08f2b0d19d Chagned build process in project so the PMD classes would not be included in the PMDOpenTools.jar file
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@361 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 20:41:03 +00:00
David Craine
17f00dfdd2 <No Comment Entered>
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@360 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 20:40:57 +00:00
David Craine
41b7b0ae3e Fixed some PMD-detected errors
Changed the message when no rulesets were selected to indicate that no violations occured rather than an error message.


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@359 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 20:22:14 +00:00
David Craine
88197c841a <No Comment Entered>
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@358 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 20:22:10 +00:00
David Craine
836bd825f3 *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@357 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 20:10:56 +00:00
Tom Copeland
e7ac856f1d fixing 581853
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@356 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 19:50:45 +00:00
Tom Copeland
59efc7b4b6 implemented DontImportJavaLang rule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@355 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-15 14:19:47 +00:00
Tom Copeland
7019ea4464 now it picks up more cases
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@354 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-14 18:57:04 +00:00
Tom Copeland
51764e5e64 refactoring DuplicateImportRule; getting ready for catching the 'single type import is duplicate of import on demand' thing
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@353 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-14 17:55:03 +00:00
Tom Copeland
6e694f8cd9 simplified it a bit
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@352 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-14 16:09:41 +00:00
Tom Copeland
38101e6411 duplicate imports twiddling
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@351 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-14 14:05:04 +00:00
Tom Copeland
df5aca4bd5 fixing typo
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@350 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 03:33:26 +00:00
Tom Copeland
1735ebd9e8 fixed oops
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@349 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 03:16:44 +00:00
Tom Copeland
01dd54d9e6 updated DuplicateImportsRule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@348 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 03:09:42 +00:00
Tom Copeland
19bf563a15 updated DuplicateImportsRule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@347 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 03:01:59 +00:00
Tom Copeland
fddbb0d7e7 added DuplicateImportsRule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@346 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 02:56:50 +00:00
Tom Copeland
31d4351c22 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@345 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:58:45 +00:00
Tom Copeland
82e88de5ac starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@344 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:23:47 +00:00
Tom Copeland
6ef6e1c524 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@343 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:23:46 +00:00
Tom Copeland
e0b3946ee8 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@342 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:18:48 +00:00
Tom Copeland
3667089c97 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@341 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:15:39 +00:00
Tom Copeland
784f3b8093 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@340 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:06:29 +00:00
Tom Copeland
9992d0f511 starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@339 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 01:00:44 +00:00
Tom Copeland
d702bad87e starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@338 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 00:43:28 +00:00
Tom Copeland
06862eaa4f starting to work on type resolution
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@337 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 00:24:19 +00:00
Tom Copeland
59ee7c0fb1 modified to use TreeSet
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@336 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 00:07:20 +00:00
Tom Copeland
57941684af refactoring
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@335 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-13 00:01:20 +00:00
Tom Copeland
54a33a63c9 refactoring duplicated code
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@334 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 23:58:04 +00:00
Tom Copeland
a21cb4a1d9 modified so that description is now parsed and set
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@333 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 23:55:47 +00:00
Tom Copeland
76e5deabd6 prepping for next release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@332 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 17:06:22 +00:00
Tom Copeland
8bbbcf1f30 prepping for 0.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@330 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 16:59:43 +00:00
Tom Copeland
88ba168c32 prepping for 0.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@329 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 16:59:42 +00:00
David Craine
14b7da579d *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@328 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 15:00:53 +00:00
David Dixon-Peugh
5abbbe35fe Added David Craine to developers.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@327 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:53:40 +00:00
David Dixon-Peugh
7f4db9b243 Added Rich to Contrib, and the new PMD Logo.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@326 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:52:01 +00:00
David Dixon-Peugh
750323ff27 Logos from Rich.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@325 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:48:46 +00:00
David Craine
dc40b90129 *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@323 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:44:41 +00:00
David Craine
e9cb465de4 *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@322 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:34:35 +00:00
David Craine
e0e8d253e9 Updated to usepmd 0.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@321 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:30:42 +00:00
David Craine
5aa080b186 Updated to use pmd 0.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@320 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:30:08 +00:00
David Craine
51ad38ed18 *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@319 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:18:09 +00:00
David Craine
460cef86f1 <No Comment Entered>
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@318 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 14:17:18 +00:00
Tom Copeland
13ac71f82f adding the concept of registered rulesets
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@317 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 13:34:24 +00:00
Tom Copeland
74aa0f6363 adding the concept of registered rulesets
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@316 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 13:28:16 +00:00
David Craine
5e634bfa07 Added documentation and enabled double-clicking to select items in the property page
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@315 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 01:58:50 +00:00
Tom Copeland
3da83985d5 tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@314 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 00:42:11 +00:00
Tom Copeland
b7a692ce86 updating to work with pmd-0.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@313 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 00:35:41 +00:00
Tom Copeland
0ce2b38d2f tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@312 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-12 00:23:46 +00:00
David Dixon-Peugh
83d7a5cec0 First crack at a logo.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@311 51baf565-9d33-0410-a72c-fc3788e3496d
2002-07-11 23:47:48 +00:00