From dev-return-17842-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Nov 01 20:08:19 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 83629 invoked from network); 1 Nov 2010 20:08:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 20:08:19 -0000 Received: (qmail 14597 invoked by uid 500); 1 Nov 2010 20:08:50 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 14567 invoked by uid 500); 1 Nov 2010 20:08:50 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 14559 invoked by uid 99); 1 Nov 2010 20:08:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 20:08:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 20:08:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1K8QTg016994 for ; Mon, 1 Nov 2010 20:08:26 GMT Message-ID: <30151468.180821288642106558.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 16:08:26 -0400 (EDT) From: "Rick Curtis (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Assigned: (OPENJPA-1865) Makes inefficient use of keySet iterator instead of entrySet iterator In-Reply-To: <18456632.179921288640425625.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-1865: ------------------------------------ Assignee: Rick Curtis > Makes inefficient use of keySet iterator instead of entrySet iterator > --------------------------------------------------------------------- > > Key: OPENJPA-1865 > URL: https://issues.apache.org/jira/browse/OPENJPA-1865 > Project: OpenJPA > Issue Type: Improvement > Components: performance > Affects Versions: 2.0.1 > Reporter: Guy Korland > Assignee: Rick Curtis > Attachments: patch.txt > > > Running FindBugs over the code shows some simple enhancements. > e.g. "Makes inefficient use of keySet iterator instead of entrySet iterator" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.