From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: I have my page size preference set to 10. The page displays 11 items, but says 1-10 of 10 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. go to systemsadmined.jsp 2. 3. Additional info:
Checks to see if the object was added to the DataResult before attempting to add it. // bug 141664: ensure we don't add duplicates to the list. if (!dr.contains(obj)) { dr.add(obj); }