Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97D601883F for ; Wed, 16 Mar 2016 10:47:40 +0000 (UTC) Received: (qmail 59939 invoked by uid 500); 16 Mar 2016 10:47:40 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 59875 invoked by uid 500); 16 Mar 2016 10:47:40 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Delivered-To: moderator for dev@felix.apache.org Received: (qmail 89065 invoked by uid 99); 16 Mar 2016 08:03:07 -0000 From: CodingFabian To: dev@felix.apache.org Reply-To: dev@felix.apache.org Message-ID: Subject: [GitHub] felix pull request: [FELIX-5217] fileinstall: Improve WatcherScann... Content-Type: text/plain Date: Wed, 16 Mar 2016 08:03:07 +0000 (UTC) GitHub user CodingFabian opened a pull request: https://github.com/apache/felix/pull/58 [FELIX-5217] fileinstall: Improve WatcherScanner performance note that the other option is to call addAll before the loop, but because the return value is ignored anyway, it is slightly more efficient to do this in the loop. You can merge this pull request into a Git repository by running: $ git pull https://github.com/CodingFabian/felix FELIX-5217 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/58.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #58 ---- commit f324e9ea13f265d418131cfdce99d8d9315f7991 Author: Fabian Lange Date: 2016-03-16T07:59:26Z [FELIX-5217] fileinstall: Improve WatcherScanner performance ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---