| Anonymous | Login | 2010-09-09 21:07 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki |
| View Issue Details[ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0000057 | jquantlib | [All Projects] tools | public | 2008-12-20 13:02 | 2009-03-09 00:09 | |
| Reporter | Richard Gomes | |||||
| Assigned To | Ueli Hofstetter | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | closed | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | 0.1.2 | Fixed in Version | 0.1.2 | |||
| Summary | 0000057: PMD should detect uses of java.util.Vector | |||||
| Description | PMD should detect uses of java.util.Vector | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0000100) Richard Gomes (manager) 2009-02-02 02:34 |
* I've created colt.xml and fastutil.xml under directory src/main/pmd as example. * I've integrated these 2 rulesets in pom.xml near line 900: <ruleset>${basedir}/src/main/pmd/colt.xml</ruleset> <ruleset>${basedir}/src/main/pmd/fastutil.xml</ruleset> * The following articles explain how PMD rulesets can be created: http://pmd.sourceforge.net/howtowritearule.html [^] http://www.onjava.com/pub/a/onjava/2003/04/09/pmd_rules.html [^] |
|
(0000112) Ueli Hofstetter (developer) 2009-02-03 12:39 |
review/confirm |
|
(0000139) Richard Gomes (manager) 2009-02-08 16:44 |
This checking is, in fact, already provided by PMD. Could you please enable default rulesets related to * http://pmd.sourceforge.net/rules/index.html#Migration_Rules [^] * http://pmd.sourceforge.net/rules/index.html#Finalizer_Rules [^] * http://pmd.sourceforge.net/rules/index.html#Java_Logging_Rules [^] After that you can delete src/main/pmd/vector.xml, which will not be needed anymore. Thanks |
|
(0000234) Richard Gomes (manager) 2009-03-09 00:09 |
Do not fix: PMD already warns about use of Vector |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-12-20 13:02 | Richard Gomes | New Issue | |
| 2008-12-20 13:02 | Richard Gomes | Status | new => assigned |
| 2008-12-20 13:02 | Richard Gomes | Assigned To | => Dominik Holenstein |
| 2009-01-25 06:40 | Dominik Holenstein | Assigned To | Dominik Holenstein => |
| 2009-01-25 21:22 | Richard Gomes | Target Version | => 0.1.2 |
| 2009-01-25 23:24 | Richard Gomes | Relationship added | child of 0000030 |
| 2009-01-27 01:12 | Administrator | Status | assigned => new |
| 2009-02-02 02:34 | Richard Gomes | Note Added: 0000100 | |
| 2009-02-02 19:18 | Ueli Hofstetter | Status | new => assigned |
| 2009-02-02 19:18 | Ueli Hofstetter | Assigned To | => Ueli Hofstetter |
| 2009-02-03 12:39 | Ueli Hofstetter | Note Added: 0000112 | |
| 2009-02-03 12:39 | Ueli Hofstetter | Assigned To | Ueli Hofstetter => Richard Gomes |
| 2009-02-08 16:44 | Richard Gomes | Note Added: 0000139 | |
| 2009-02-08 16:44 | Richard Gomes | Issue Monitored: Dominik Holenstein | |
| 2009-02-08 16:44 | Richard Gomes | Assigned To | Richard Gomes => Ueli Hofstetter |
| 2009-02-08 18:34 | Ueli Hofstetter | Status | assigned => resolved |
| 2009-02-08 18:34 | Ueli Hofstetter | Resolution | open => fixed |
| 2009-03-09 00:09 | Richard Gomes | Note Added: 0000234 | |
| 2009-03-09 00:09 | Richard Gomes | Status | resolved => closed |
| 2009-03-09 00:09 | Richard Gomes | Fixed in Version | => 0.1.2 |
| Copyright © 2000 - 2009 MantisBT Group |