Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 77908 invoked from network); 21 Dec 2009 16:30:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Dec 2009 16:30:46 -0000 Received: (qmail 73646 invoked by uid 500); 21 Dec 2009 16:30:45 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 73571 invoked by uid 500); 21 Dec 2009 16:30:45 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 73561 invoked by uid 99); 21 Dec 2009 16:30:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2009 16:30:45 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 21 Dec 2009 16:30:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FDAE29A0012 for ; Mon, 21 Dec 2009 08:30:18 -0800 (PST) Message-ID: <925062063.1261413018653.JavaMail.jira@brutus> Date: Mon, 21 Dec 2009 16:30:18 +0000 (UTC) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-1956) Collect duplicate & reusable code in WebConsoleUtil In-Reply-To: <325268787.1261403298136.JavaMail.jira@brutus> 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/FELIX-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated FELIX-1956: ------------------------------------- Affects Version/s: webconsole-2.0.4 Fix Version/s: webconsole-2.0.6 > Collect duplicate & reusable code in WebConsoleUtil > --------------------------------------------------- > > Key: FELIX-1956 > URL: https://issues.apache.org/jira/browse/FELIX-1956 > Project: Felix > Issue Type: Improvement > Components: Web Console > Affects Versions: webconsole-2.0.4 > Reporter: Valentin Valchev > Assignee: Felix Meschberger > Priority: Trivial > Fix For: webconsole-2.0.6 > > Attachments: eclipse-warnings-duplicate-code.patch > > > I've looked at the Web Console code and found some common methods that are used in the plugins. These methods can be reused by third party plugins and it would be nice, if they are exported as new class WebConsoleUtil. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.