agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [6160:6166]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Method attempts to access a result set field with index 0</ShortDescription>
        <LongDescription>Method {1} attempts to access a result set field with index 0</LongDescription>
        <Details>
            <![CDATA[
<p> A call to getXXX or updateXXX methods of a result set was made where the
field index is 0. As ResultSet fields start at index 1, this is always a mistake.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/findBugs/messages.xml [6171:6177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <ShortDescription>Method attempts to access a result set field with index 0</ShortDescription>
        <LongDescription>Method {1} attempts to access a result set field with index 0</LongDescription>
        <Details>
            <![CDATA[
<p> A call to getXXX or updateXXX methods of a result set was made where the
field index is 0. As ResultSet fields start at index 1, this is always a mistake.</p>
]]>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



