From issues-return-4053-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Wed May 07 22:26:19 2008 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 43058 invoked from network); 7 May 2008 22:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 22:26:18 -0000 Received: (qmail 12276 invoked by uid 500); 7 May 2008 22:26:18 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 12208 invoked by uid 500); 7 May 2008 22:26:18 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 12197 invoked by uid 99); 7 May 2008 22:26:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 15:26:18 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 22:25:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E8DF7234C107 for ; Wed, 7 May 2008 15:25:55 -0700 (PDT) Message-ID: <839277083.1210199155952.JavaMail.jira@brutus> Date: Wed, 7 May 2008 15:25:55 -0700 (PDT) From: "Matt Benson (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (SANDBOX-236) Eliminate methods in Generator class that simply invoke same-named methods from Algorithms against the calling Generator In-Reply-To: <186450470.1208791522257.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SANDBOX-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595068#action_12595068 ] Matt Benson commented on SANDBOX-236: ------------------------------------- It looks like noone feels strongly about this, so my current plan is to remove Algorithms from the Generator interface wholesale. Maybe a future enhancement can use RT instrumentation to adapt Algorithms onto a given Generator. > Eliminate methods in Generator class that simply invoke same-named methods from Algorithms against the calling Generator > ------------------------------------------------------------------------------------------------------------------------ > > Key: SANDBOX-236 > URL: https://issues.apache.org/jira/browse/SANDBOX-236 > Project: Commons Sandbox > Issue Type: Improvement > Components: Functor > Reporter: Matt Benson > > I believe that any convenience gained by these methods' presence will be negated by increasing user confusion as Algorithms may be expanded while Generator is "stuck" as a result of its being an interface. It would be more consistent to remove these now rather than incur a "partial, but decreasing symmetry" relationship between this static utility class and interface as time goes on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.