Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 266 Bytes

CheckResultSet.md

File metadata and controls

8 lines (5 loc) · 266 Bytes

CheckResultSet

Category: pmd
Rule Key: pmd:CheckResultSet


Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. Indeed, if the value return is "false", the developer should deal with it !