Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 6816 invoked from network); 13 Feb 2007 10:18:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 10:18:27 -0000 Received: (qmail 72021 invoked by uid 500); 13 Feb 2007 10:18:34 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 71579 invoked by uid 500); 13 Feb 2007 10:18:33 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 71564 invoked by uid 99); 13 Feb 2007 10:18:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 02:18:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 02:18:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 87EF37142E4 for ; Tue, 13 Feb 2007 02:18:05 -0800 (PST) Message-ID: <3779472.1171361885538.JavaMail.jira@brutus> Date: Tue, 13 Feb 2007 02:18:05 -0800 (PST) From: "Carsten Ziegeler (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Assigned: (COCOON-1984) o.a.c.environment.TemplateObjectModelHelper.ParametersMap does not override toString() In-Reply-To: <13205051.1169112210262.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/COCOON-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned COCOON-1984: ---------------------------------------- Assignee: Carsten Ziegeler > o.a.c.environment.TemplateObjectModelHelper.ParametersMap does not override toString() > -------------------------------------------------------------------------------------- > > Key: COCOON-1984 > URL: https://issues.apache.org/jira/browse/COCOON-1984 > Project: Cocoon > Issue Type: Bug > Components: * Cocoon Core > Affects Versions: 2.2-dev (Current SVN) > Reporter: Mark Lundquist > Assigned To: Carsten Ziegeler > Priority: Minor > > ...and as a result, the object displays as empty, e.g. when debugging in Eclipse. I added > public String toString() { > return wrappedParameters.toString(); > } > and that fixed it. Although, I am puzzled as to why this class both extends the Avalon Parameters class and is implemented using a delegate ('wrappedParameters') of that type. Why is not extending Parameters enough? The delegate seems like an unnecessary complication. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.