Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 41160 invoked from network); 9 Feb 2010 18:33:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 18:33:56 -0000 Received: (qmail 71174 invoked by uid 500); 9 Feb 2010 18:33:56 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 71141 invoked by uid 500); 9 Feb 2010 18:33:55 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 71131 invoked by uid 99); 9 Feb 2010 18:33:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 18:33:55 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 18:33:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9FA6234C045 for ; Tue, 9 Feb 2010 10:33:32 -0800 (PST) Message-ID: <1558871366.15371265740412825.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Feb 2010 18:33:32 +0000 (UTC) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Work stopped: (AMQNET-233) Code cleanup: clean unused "using statements, unused dll references and correct the inconsistent end of line delimiters In-Reply-To: <119479263.15171265731412832.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQNET-233 stopped by Jim Gomes. > Code cleanup: clean unused "using statements, unused dll references and correct the inconsistent end of line delimiters > ----------------------------------------------------------------------------------------------------------------------- > > Key: AMQNET-233 > URL: https://issues.apache.org/activemq/browse/AMQNET-233 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: NMS > Affects Versions: 1.2.0 > Reporter: Sebastien Rodriguez > Assignee: Jim Gomes > Priority: Trivial > Fix For: 1.2.1 > > Attachments: NMS.UsingStatements&RefClean.patch > > Original Estimate: 1 hour > Remaining Estimate: 1 hour > > There are a lot of unused using statements across the Apache.NMS solution. > As they just add some unnecessary noise to the codebase, we should remove them. We can also take the opportunity of such effort and organize them. > Also, I found some unnecessary referenced dlls (System.Data in the vs2008-nms project, System.Data in the vs2008-nms-test project) > I also encountered some inconsistent end of lines in two files, I took the opportunity of this small cleanup to make them consistent with the other files (CR LF) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.