Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFB8B17546 for ; Thu, 21 May 2015 10:25:17 +0000 (UTC) Received: (qmail 22620 invoked by uid 500); 21 May 2015 10:25:17 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 22569 invoked by uid 500); 21 May 2015 10:25:17 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 22425 invoked by uid 99); 21 May 2015 10:25:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 10:25:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE6E1E481C; Thu, 21 May 2015 10:25:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: niclas@apache.org To: commits@zest.apache.org Date: Thu, 21 May 2015 10:25:02 -0000 Message-Id: <37944e0e37ed45f798b25ea47cd7c9dd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/6] zest-qi4j git commit: Removed all comment Removed all comment Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/d5c54551 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/d5c54551 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/d5c54551 Branch: refs/heads/ZEST-22_toEntity-toValue Commit: d5c54551dcbb6424b68d5dbc0235dbe26d90bcb1 Parents: a91ed9d Author: Niclas Hedhman Authored: Thu May 21 16:18:34 2015 +0800 Committer: Niclas Hedhman Committed: Thu May 21 16:18:34 2015 +0800 ---------------------------------------------------------------------- .../runtime/composite/TypedModifierInvocationHandler.java | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/d5c54551/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java b/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java index 2467436..4e9654a 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java @@ -27,14 +27,6 @@ public final class TypedModifierInvocationHandler { try { -/* - // Remove this, and run InvocationInjectionTest to verify - if( !method.isAccessible() ) - { - method.setAccessible( true ); // TODO: This is a massive Performance Killer. Needs to be taken care of. - } -*/ - return this.method.invoke( fragment, args ); } catch( InvocationTargetException e )