From droids-dev-return-764-apmail-incubator-droids-dev-archive=incubator.apache.org@incubator.apache.org Sat Aug 14 11:59:44 2010 Return-Path: Delivered-To: apmail-incubator-droids-dev-archive@minotaur.apache.org Received: (qmail 68840 invoked from network); 14 Aug 2010 11:59:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Aug 2010 11:59:43 -0000 Received: (qmail 20068 invoked by uid 500); 14 Aug 2010 11:59:43 -0000 Delivered-To: apmail-incubator-droids-dev-archive@incubator.apache.org Received: (qmail 19985 invoked by uid 500); 14 Aug 2010 11:59:41 -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 19463 invoked by uid 99); 14 Aug 2010 11:59:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Aug 2010 11:59:40 +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; Sat, 14 Aug 2010 11:59:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7EBxHeL023087 for ; Sat, 14 Aug 2010 11:59:17 GMT Message-ID: <7998436.348621281787157029.JavaMail.jira@thor> Date: Sat, 14 Aug 2010 07:59:17 -0400 (EDT) From: "Eugen Paraschiv (JIRA)" To: droids-dev@incubator.apache.org Subject: [jira] Resolved: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DROIDS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugen Paraschiv resolved DROIDS-99. ----------------------------------- Resolution: Fixed > 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.