2643 Commits

Author SHA1 Message Date
Tom Copeland
a41858f2f8 Fixed some stuff PMD found; moved DocumentNavigator test code in there
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2698 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-21 15:37:35 +00:00
Tom Copeland
9d1af2b7a5 Added some more debug info
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2697 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-21 14:52:34 +00:00
Tom Copeland
aacf47e2b4 Import cleaning
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2696 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-21 14:43:28 +00:00
Tom Copeland
2e45401a79 Simplified test a bit
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2695 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-21 14:42:19 +00:00
Tom Copeland
5e85b4663f Minor optimization to EmptyCatchBlock
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2694 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-21 13:47:44 +00:00
Jiger Patel
8c29e1f879 Updated to PMD 1.8
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2693 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-20 05:57:32 +00:00
Tom Copeland
363f5f7cc8 rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2691 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-19 18:22:32 +00:00
Tom Copeland
9920a112ff rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2690 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-19 18:22:20 +00:00
Tom Copeland
dbbd3dba07 rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2689 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-19 18:21:53 +00:00
Tom Copeland
a696f39349 rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2688 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-19 18:14:57 +00:00
Tom Copeland
755564bf81 Implemented OptimizableToArrayCallRule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2687 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-18 19:23:57 +00:00
Tom Copeland
360cc4c025 Minor docs tweaking
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2686 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-18 18:17:53 +00:00
Tom Copeland
dc74244b5e Added two new rules from Will Sargent
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2685 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-18 18:06:51 +00:00
Tom Copeland
e0e116305d AdditiveExpression nodes are in the AST now
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2684 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-17 17:54:07 +00:00
Tom Copeland
15606be898 Implementing Mike's Double.NaN suggestion
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2683 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-17 16:10:00 +00:00
Tom Copeland
b24f5a1da2 Fixed file read/write typo
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2682 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-17 14:56:22 +00:00
Tom Copeland
672d606a56 Cleaned up imports
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2681 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-14 18:29:29 +00:00
Tom Copeland
d443fc629d Fixed the 'AST overexpanded' and the 'Bitwise operators not included' bugs. Big, big change to the grammar. Needs some more testing, I daresay. Good times.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2680 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-14 18:21:41 +00:00
Tom Copeland
1c397d1b6b Removed broken 'placeholder' stuff from ASTUnaryExpression
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2679 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-13 17:35:57 +00:00
Tom Copeland
93755c5868 Better AST dumps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2678 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-13 15:37:10 +00:00
Tom Copeland
5147d5cf5d Added EqualityExpression to the AST
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2677 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-13 15:13:55 +00:00
Tom Copeland
3a61690fa1 Minor refactorings
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2676 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-12 19:52:30 +00:00
Tom Copeland
50a7474c46 new URL for assent
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2675 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-10 13:19:57 +00:00
Tom Copeland
70d96d2c57 Checking in Will Sargent's ExceptionAsFlowControlRule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2674 51baf565-9d33-0410-a72c-fc3788e3496d
2004-05-06 18:45:24 +00:00
Philippe Herlin
e2540ed5ab Releasing v2.0.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2671 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-29 21:24:18 +00:00
Philippe Herlin
4515250fe7 Upgrading to PMD v1.7
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2670 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-29 21:22:53 +00:00
Philippe Herlin
597840cfac Releasing v2.0.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2667 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-29 21:15:56 +00:00
Philippe Herlin
d5296a625a Upgrading to PMD v1.7
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2666 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-29 21:15:09 +00:00
Jiger Patel
1c4201c30f Updated to PMD 1.7 and PMDJEditPlugin version to 2.5
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2658 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-27 05:52:33 +00:00
Tom Copeland
32bd2263e0 Added new product
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2657 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-26 13:25:47 +00:00
Tom Copeland
ac7a3bdc6c Less Javaish, more Rubyish
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2656 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-23 13:35:17 +00:00
Tom Copeland
48861069a7 *** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2655 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-22 15:02:49 +00:00
Tom Copeland
b547dbf370 rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2653 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-22 14:43:45 +00:00
Tom Copeland
0770e91049 rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2652 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-22 14:39:04 +00:00
Tom Copeland
4ad63f56d3 Oops, removed duplicate copy of FindBugs
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2651 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 20:11:08 +00:00
Tom Copeland
93caa149fc Removed manifest from jar file; it was only there for the Main-class attribute, and it's not very useful now since PMD has several dependencies.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2650 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 18:35:37 +00:00
Tom Copeland
4eefe25e4e Updated ant version
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2649 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 18:31:50 +00:00
Tom Copeland
b30b6203f0 Uncommented test
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2648 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 16:26:54 +00:00
Tom Copeland
e16c14ba95 Finished up the XPath cleansing
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2647 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 14:26:37 +00:00
Gunnlaugur Thor Briem
48687d7a1f Add synchronization to avoid concurrent-modification exceptions.
Still need to rethink that use of a static field. Seems suspect.


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2646 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 02:33:04 +00:00
Gunnlaugur Thor Briem
3e009f0d0a Fetch the main window (to be parent of ProgressDialog) with proper
synchronization (i.e. in AWT event thread), fixing bug 787144.
Clean up imports and get rid of multiple fetches of the resource
bundle (flagged by a PMD rule violation for duplicate strings :).


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2645 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-21 01:33:08 +00:00
Tom Copeland
860e20eac9 Import cleanup
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2644 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 21:12:36 +00:00
Tom Copeland
1cb5521f5a More removal of XPath rule defs
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2643 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 21:09:33 +00:00
Philippe Herlin
0d0a805a15 Releasing v2.0.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2638 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 21:03:12 +00:00
Philippe Herlin
f26eac014d Releasing v2.0.3
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2637 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 20:52:14 +00:00
Tom Copeland
5df39fb4b2 More removal of ugly duplicated XPath rule definitions. w00t.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2636 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 20:44:27 +00:00
Tom Copeland
ee210634df Refactored away duplicate XPath rule definitions, yay!
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2635 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 18:23:10 +00:00
Tom Copeland
35ca25a263 Refactored away duplicate XPath rule definitions, yay!
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2634 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-20 18:03:04 +00:00
Philippe Herlin
38f0990d7e Upgrading to PMD v1.6
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2633 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-19 22:41:15 +00:00
Philippe Herlin
e862ffeac8 Upgrading to PMD v1.6
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2632 51baf565-9d33-0410-a72c-fc3788e3496d
2004-04-19 22:34:31 +00:00