forked from phoedos/pmd
Correcting an erronous link.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5906 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@@ -1072,7 +1072,7 @@ public class Test {
|
||||
since="4.1"
|
||||
class="net.sourceforge.pmd.rules.XPathRule"
|
||||
message="Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet."
|
||||
externalInfoUrl="http://refdoc.venezia.dev.impots/multiproject/pmdSODA/chapters/chapitre-11.1-jdbc.html#_JDBC-RS_">
|
||||
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CheckResultSet">
|
||||
<description>
|
||||
<![CDATA[
|
||||
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. Indeed,
|
||||
|
Reference in New Issue
Block a user