Clean and organize "using" statements and unnecessary dll references
--------------------------------------------------------------------
Key: AMQNET-232
URL: https://issues.apache.org/activemq/browse/AMQNET-232
Project: ActiveMQ .Net
Issue Type: Improvement
Components: NMS
Affects Versions: 1.2.0
Reporter: Sebastien Rodriguez
Assignee: Jim Gomes
Fix For: 1.2.1
Attachments: UsingStatements&RefClean.patch
There are a lot of unused using statements across the Apache.NMS.ActiveMQ
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.Xml in the
vs2008-activemq project, System.Data, System.Xml in the vs2008-activemq-test
project)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.