From droids-dev-return-735-apmail-incubator-droids-dev-archive=incubator.apache.org@incubator.apache.org Wed Aug 11 21:07:38 2010 Return-Path: Delivered-To: apmail-incubator-droids-dev-archive@minotaur.apache.org Received: (qmail 47120 invoked from network); 11 Aug 2010 21:07:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 21:07:38 -0000 Received: (qmail 58640 invoked by uid 500); 11 Aug 2010 21:07:37 -0000 Delivered-To: apmail-incubator-droids-dev-archive@incubator.apache.org Received: (qmail 58585 invoked by uid 500); 11 Aug 2010 21:07:37 -0000 Mailing-List: contact droids-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: droids-dev@incubator.apache.org Delivered-To: mailing list droids-dev@incubator.apache.org Received: (qmail 58577 invoked by uid 99); 11 Aug 2010 21:07:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 21:07:37 +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; Wed, 11 Aug 2010 21:07:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7BL7GDK016702 for ; Wed, 11 Aug 2010 21:07:16 GMT Message-ID: <18644514.288351281560836030.JavaMail.jira@thor> Date: Wed, 11 Aug 2010 17:07:16 -0400 (EDT) From: "Eugen Paraschiv (JIRA)" To: droids-dev@incubator.apache.org Subject: [jira] Updated: (DROIDS-99) Rename SimpleTaskValidator to MaxDepthTaskValidator according to it's responsability In-Reply-To: <10547119.288311281560717365.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DROIDS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugen Paraschiv updated DROIDS-99: ---------------------------------- Attachment: validator_rename.patch > Rename SimpleTaskValidator to MaxDepthTaskValidator according to it's responsability > ------------------------------------------------------------------------------------ > > Key: DROIDS-99 > URL: https://issues.apache.org/jira/browse/DROIDS-99 > Project: Droids > Issue Type: Improvement > Components: core > Affects Versions: 0.0.1 > Reporter: Eugen Paraschiv > Priority: Minor > Fix For: 0.0.1 > > Attachments: validator_rename.patch > > > The only responsibility of this validator is to validate according to a maximum allowed depth of a Task, so it should be renamed to reflect this fact. My suggestion is MaxDepthTaskValidator as one of many validators to make their way into Droids. I have attached a patch for this change. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.