[Monodevelop-patches-list] r1838 - in trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser: . ICSharpCode.AssemblyAnalyzer ICSharpCode.AssemblyAnalyzer/Rules/DesignRules ICSharpCode.AssemblyAnalyzer/Rules/NamingRules ICSharpCode.AssemblyAnalyzer.AddIn ICSharpCode.AssemblyAnalyzer.AddIn/Gui ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Jun 26 19:14:28 EDT 2004
Author: jluke
Date: 2004-06-26 19:14:27 -0400 (Sat, 26 Jun 2004)
New Revision: 1838
Modified:
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/AssemblyAnalyzer.cmbx
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/AssemblyAnalyserView.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/AssemblyTreeControl.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultDetailsView.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultListControl.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/ICSharpCode.AssemblyAnalyser.Addin.prjx
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/ICSharpCode.AssemblyAnalyser.prjx
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AbstractTypesPublicConstructorsRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AvoidNamespacesWithFewMembers.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventFirstParameterIsObjectRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventHandlersReturnVoidRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventSecondParameterIsEventArgsRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventsHaveTwoParametersRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/InterfaceNotEmptyRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/PropertiesShouldNotHaveSetOnly.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesHaveNoPublicInstanceFields.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesShouldBeInNamespacesRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/AttributeSuffixIsAttributeRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/CheckCollectionSuffix.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DelegatesHaveNoDelegateSuffix.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DictionaryTypeSuffixIsDictionary.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EnumsHaveNoEnumSuffix.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventArgsSuffixIsEventArgsRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventFirstParameterNameIsSender.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventHandlerSuffixIsEventHandler.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventSecondParameterNameIsE.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventsDoNotHaveBeforeOrAfterPrefix.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ExceptionSuffixIsExceptionRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/FlagEnumerationsArePlural.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/InterfacesPrefixIsI.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/MembershipConditionNamesSuffixIsMembershipCondition.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesArePascalCased.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesDoNotContainUnderscores.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyAttributesSuffixAttributeRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyCollectionsSuffixCollectionRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyEventArgsSuffixEventArgsRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyExceptionsSuffixExceptionRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyPermissionsSuffixPermissionRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyStreamsSuffixStreamRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParameterNamesDoNotHaveUnderscores.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParametersAreCamelCased.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/PermissionSuffixIsPermissionRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/StreamSuffixIsStreamRule.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypeNamesDoNotContainUnderscores.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesArePascalCased.cs
trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesImplementingInterfacesHaveNoSuffixImplRule.cs
Log:
fix for api changes
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/AssemblyAnalyzer.cmbx
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/AssemblyAnalyzer.cmbx 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/AssemblyAnalyzer.cmbx 2004-06-26 23:14:27 UTC (rev 1838)
@@ -4,8 +4,8 @@
<Execute entry="ICSharpCode.AssemblyAnalyser" type="None" />
</StartMode>
<Entries>
- <Entry filename=".\ICSharpCode.AssemblyAnalyzer.AddIn\ICSharpCode.AssemblyAnalyser.Addin.prjx" />
- <Entry filename=".\ICSharpCode.AssemblyAnalyzer\ICSharpCode.AssemblyAnalyser.prjx" />
+ <Entry filename="./ICSharpCode.AssemblyAnalyzer.AddIn/ICSharpCode.AssemblyAnalyser.Addin.prjx" />
+ <Entry filename="./ICSharpCode.AssemblyAnalyzer/ICSharpCode.AssemblyAnalyser.prjx" />
</Entries>
<Configurations active="Debug">
<Configuration name="Release">
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/ICSharpCode.AssemblyAnalyser.prjx
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/ICSharpCode.AssemblyAnalyser.prjx 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/ICSharpCode.AssemblyAnalyser.prjx 2004-06-26 23:14:27 UTC (rev 1838)
@@ -1,96 +1,96 @@
-<Project name="ICSharpCode.AssemblyAnalyser" standardNamespace="ICSharpCode.AssemblyAnalyser" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
+<Project name="ICSharpCode.AssemblyAnalyser" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
<Contents>
- <File name=".\AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules" subtype="Directory" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IAssemblyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IConstructorRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IEventRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IFieldRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IMemberRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IMethodBaseRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IMethodRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IModuleRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\INamespaceRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IParameterRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IPropertyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IReflectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\IRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\ITypeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\ProtectionLevels.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\PriorityLevel.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Engine" subtype="Directory" buildaction="Compile" dependson="" data="" />
- <File name=".\Engine\AssemblyAnalyser.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\AbstractRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\AbstractReflectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Engine\Resolution.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\AssemblyStrongNameRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\AssemblyVersionNumberRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\InterfaceNotEmptyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\AbstractTypesPublicConstructorsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules" subtype="Directory" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\AttributeSuffixIsAttributeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\CheckCollectionSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\DelegatesHaveNoDelegateSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\DictionaryTypeSuffixIsDictionary.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EnumsHaveNoEnumSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EventArgsSuffixIsEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EventFirstParameterNameIsSender.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EventHandlerSuffixIsEventHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EventsDoNotHaveBeforeOrAfterPrefix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\EventSecondParameterNameIsE.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\ExceptionSuffixIsExceptionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\FlagEnumerationsArePlural.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\InterfacesPrefixIsI.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingUtilities.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\MembersArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyAttributesSuffixAttributeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyCollectionsSuffixCollectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyStreamsSuffixStreamRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\StreamSuffixIsStreamRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\TypeNamesDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\TODO.txt" subtype="Code" buildaction="Nothing" dependson="" data="" />
- <File name=".\Rules\NamingRules\TypesImplementingInterfacesHaveNoSuffixImplRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyEventArgsSuffixEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyExceptionsSuffixExceptionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\NamespacesArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\NamespacesDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\MembershipConditionNamesSuffixIsMembershipCondition.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\PermissionSuffixIsPermissionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\MembersDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyEventHandlerSuffixIsEventHandlerRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\OnlyPermissionsSuffixPermissionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\TypesArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\ParameterNamesDoNotHaveUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\NamingRules\ParametersAreCamelCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\EventHandlersReturnVoidRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\EventFirstParameterIsObjectRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\EventSecondParameterIsEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\EventsHaveTwoParametersRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\TypesShouldBeInNamespacesRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\AvoidNamespacesWithFewMembers.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\PropertiesShouldNotHaveSetOnly.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\TypesHaveNoPublicInstanceFields.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Rules\DesignRules\AssemblyClsCompliantRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules" subtype="Directory" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IAssemblyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IConstructorRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IEventRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IFieldRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IMemberRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IMethodBaseRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IMethodRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IModuleRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/INamespaceRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IParameterRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IPropertyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IReflectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/IRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/ITypeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/ProtectionLevels.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/PriorityLevel.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Engine" subtype="Directory" buildaction="Compile" dependson="" data="" />
+ <File name="./Engine/AssemblyAnalyser.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/AbstractRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/AbstractReflectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Engine/Resolution.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/AssemblyStrongNameRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/AssemblyVersionNumberRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/InterfaceNotEmptyRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/AbstractTypesPublicConstructorsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules" subtype="Directory" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/AttributeSuffixIsAttributeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/CheckCollectionSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/DelegatesHaveNoDelegateSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/DictionaryTypeSuffixIsDictionary.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EnumsHaveNoEnumSuffix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EventArgsSuffixIsEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EventFirstParameterNameIsSender.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EventHandlerSuffixIsEventHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EventsDoNotHaveBeforeOrAfterPrefix.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/EventSecondParameterNameIsE.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/ExceptionSuffixIsExceptionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/FlagEnumerationsArePlural.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/InterfacesPrefixIsI.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingUtilities.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/MembersArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyAttributesSuffixAttributeRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyCollectionsSuffixCollectionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyStreamsSuffixStreamRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/StreamSuffixIsStreamRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/TypeNamesDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./TODO.txt" subtype="Code" buildaction="Nothing" dependson="" data="" />
+ <File name="./Rules/NamingRules/TypesImplementingInterfacesHaveNoSuffixImplRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyEventArgsSuffixEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyExceptionsSuffixExceptionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/NamespacesArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/NamespacesDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/MembershipConditionNamesSuffixIsMembershipCondition.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/PermissionSuffixIsPermissionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/MembersDoNotContainUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyEventHandlerSuffixIsEventHandlerRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/OnlyPermissionsSuffixPermissionRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/TypesArePascalCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/ParameterNamesDoNotHaveUnderscores.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/NamingRules/ParametersAreCamelCased.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/EventHandlersReturnVoidRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/EventFirstParameterIsObjectRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/EventSecondParameterIsEventArgsRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/EventsHaveTwoParametersRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/TypesShouldBeInNamespacesRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/AvoidNamespacesWithFewMembers.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/PropertiesShouldNotHaveSetOnly.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/TypesHaveNoPublicInstanceFields.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Rules/DesignRules/AssemblyClsCompliantRule.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
</Contents>
<References>
<Reference type="Gac" refto="nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" localcopy="False" />
</References>
<DeploymentInformation target="" script="" strategy="File" />
<Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
<Configurations active="Debug">
<Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
<Configuration runwithwarnings="False" name="Release">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../bin" assembly="ICSharpCode.AssemblyAnalyser" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
</Configurations>
</Project>
\ No newline at end of file
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AbstractTypesPublicConstructorsRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AbstractTypesPublicConstructorsRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AbstractTypesPublicConstructorsRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -48,6 +48,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -96,5 +97,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AvoidNamespacesWithFewMembers.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AvoidNamespacesWithFewMembers.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/AvoidNamespacesWithFewMembers.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -44,6 +44,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -71,5 +72,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventFirstParameterIsObjectRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventFirstParameterIsObjectRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventFirstParameterIsObjectRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -47,6 +47,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -86,5 +87,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventHandlersReturnVoidRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventHandlersReturnVoidRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventHandlersReturnVoidRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -84,5 +85,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventSecondParameterIsEventArgsRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventSecondParameterIsEventArgsRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventSecondParameterIsEventArgsRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -47,6 +47,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -86,5 +87,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventsHaveTwoParametersRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventsHaveTwoParametersRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/EventsHaveTwoParametersRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -47,6 +47,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -86,5 +87,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/InterfaceNotEmptyRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/InterfaceNotEmptyRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/InterfaceNotEmptyRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -38,6 +38,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -80,5 +81,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/PropertiesShouldNotHaveSetOnly.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/PropertiesShouldNotHaveSetOnly.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/PropertiesShouldNotHaveSetOnly.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -95,5 +96,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesHaveNoPublicInstanceFields.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesHaveNoPublicInstanceFields.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesHaveNoPublicInstanceFields.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -50,6 +50,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -101,5 +102,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesShouldBeInNamespacesRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesShouldBeInNamespacesRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/DesignRules/TypesShouldBeInNamespacesRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -39,6 +39,7 @@
#region Unit Test
#if TEST
+/*
class OutsideNamespace
{
@@ -70,5 +71,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/AttributeSuffixIsAttributeRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/AttributeSuffixIsAttributeRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/AttributeSuffixIsAttributeRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -39,6 +39,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -67,5 +68,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/CheckCollectionSuffix.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/CheckCollectionSuffix.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/CheckCollectionSuffix.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -56,6 +56,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -134,5 +135,6 @@
#endregion
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DelegatesHaveNoDelegateSuffix.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DelegatesHaveNoDelegateSuffix.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DelegatesHaveNoDelegateSuffix.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -67,5 +68,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DictionaryTypeSuffixIsDictionary.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DictionaryTypeSuffixIsDictionary.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/DictionaryTypeSuffixIsDictionary.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -39,6 +39,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -68,5 +69,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EnumsHaveNoEnumSuffix.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EnumsHaveNoEnumSuffix.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EnumsHaveNoEnumSuffix.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -74,5 +75,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventArgsSuffixIsEventArgsRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventArgsSuffixIsEventArgsRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventArgsSuffixIsEventArgsRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -39,6 +39,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -68,5 +69,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventFirstParameterNameIsSender.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventFirstParameterNameIsSender.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventFirstParameterNameIsSender.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -47,6 +47,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -86,5 +87,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventHandlerSuffixIsEventHandler.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventHandlerSuffixIsEventHandler.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventHandlerSuffixIsEventHandler.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -38,6 +38,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -89,5 +90,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventSecondParameterNameIsE.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventSecondParameterNameIsE.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventSecondParameterNameIsE.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -46,6 +46,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -85,5 +86,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventsDoNotHaveBeforeOrAfterPrefix.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventsDoNotHaveBeforeOrAfterPrefix.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/EventsDoNotHaveBeforeOrAfterPrefix.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -85,5 +86,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ExceptionSuffixIsExceptionRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ExceptionSuffixIsExceptionRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ExceptionSuffixIsExceptionRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -71,5 +72,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/FlagEnumerationsArePlural.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/FlagEnumerationsArePlural.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/FlagEnumerationsArePlural.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -79,5 +80,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/InterfacesPrefixIsI.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/InterfacesPrefixIsI.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/InterfacesPrefixIsI.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -44,6 +44,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -74,5 +75,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/MembershipConditionNamesSuffixIsMembershipCondition.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/MembershipConditionNamesSuffixIsMembershipCondition.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/MembershipConditionNamesSuffixIsMembershipCondition.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -40,6 +40,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -106,5 +107,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesArePascalCased.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesArePascalCased.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesArePascalCased.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -49,6 +49,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -75,5 +76,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesDoNotContainUnderscores.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesDoNotContainUnderscores.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/NamespacesDoNotContainUnderscores.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -69,5 +70,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyAttributesSuffixAttributeRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyAttributesSuffixAttributeRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyAttributesSuffixAttributeRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -44,6 +44,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -76,5 +77,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyCollectionsSuffixCollectionRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyCollectionsSuffixCollectionRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyCollectionsSuffixCollectionRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -51,6 +51,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -129,5 +130,6 @@
#endregion
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyEventArgsSuffixEventArgsRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyEventArgsSuffixEventArgsRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyEventArgsSuffixEventArgsRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -44,6 +44,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -81,5 +82,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyExceptionsSuffixExceptionRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyExceptionsSuffixExceptionRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyExceptionsSuffixExceptionRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -76,5 +77,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyPermissionsSuffixPermissionRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyPermissionsSuffixPermissionRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyPermissionsSuffixPermissionRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -44,6 +44,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -73,5 +74,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyStreamsSuffixStreamRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyStreamsSuffixStreamRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/OnlyStreamsSuffixStreamRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using System.IO;
@@ -80,5 +81,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParameterNamesDoNotHaveUnderscores.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParameterNamesDoNotHaveUnderscores.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParameterNamesDoNotHaveUnderscores.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -94,5 +95,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParametersAreCamelCased.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParametersAreCamelCased.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/ParametersAreCamelCased.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -45,6 +45,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -94,5 +95,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/PermissionSuffixIsPermissionRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/PermissionSuffixIsPermissionRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/PermissionSuffixIsPermissionRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -40,6 +40,7 @@
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -58,5 +59,6 @@
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/StreamSuffixIsStreamRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/StreamSuffixIsStreamRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/StreamSuffixIsStreamRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using System.IO;
@@ -80,5 +81,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypeNamesDoNotContainUnderscores.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypeNamesDoNotContainUnderscores.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypeNamesDoNotContainUnderscores.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -71,5 +72,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesArePascalCased.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesArePascalCased.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesArePascalCased.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -43,6 +43,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -77,5 +78,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesImplementingInterfacesHaveNoSuffixImplRule.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesImplementingInterfacesHaveNoSuffixImplRule.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer/Rules/NamingRules/TypesImplementingInterfacesHaveNoSuffixImplRule.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -38,6 +38,7 @@
}
#region Unit Test
#if TEST
+/*
namespace MonoDevelop.AssemblyAnalyser.Rules
{
using NUnit.Framework;
@@ -71,5 +72,6 @@
}
}
}
+*/
#endif
#endregion
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/AssemblyAnalyserView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/AssemblyAnalyserView.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/AssemblyAnalyserView.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -21,14 +21,11 @@
namespace MonoDevelop.AssemblyAnalyser
{
- /// <summary>
- /// Description of AssemblyAnalyserView.
- /// </summary>
public class AssemblyAnalyserView : AbstractViewContent
{
public static AssemblyAnalyserView AssemblyAnalyserViewInstance = null;
- AssemblyAnalyserControl assemblyAnalyserControl;
+ AssemblyTreeControl assemblyAnalyserControl;
AppDomain analyserDomain = null;
AssemblyAnalyser currentAnalyser = null;
@@ -62,11 +59,11 @@
public AssemblyAnalyserView()
{
AssemblyAnalyserViewInstance = this;
- assemblyAnalyserControl = new AssemblyAnalyserControl();
- IProjectService projectService = (IProjectService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IProjectService));
- projectService.StartBuild += new EventHandler(ProjectServiceStartBuild);
- projectService.EndBuild += new EventHandler(ProjectServiceEndBuild);
- RefreshProjectAssemblies();
+ assemblyAnalyserControl = new AssemblyTreeControl ();
+ IProjectService projectService = (IProjectService) ServiceManager.GetService (typeof (IProjectService));
+ projectService.StartBuild += new EventHandler (ProjectServiceStartBuild);
+ projectService.EndBuild += new EventHandler (ProjectServiceEndBuild);
+ RefreshProjectAssemblies ();
}
public void RefreshProjectAssemblies()
@@ -75,13 +72,13 @@
currentAnalyser = CreateRemoteAnalyser();
}
- IProjectService projectService = (IProjectService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IProjectService));
+ IProjectService projectService = (IProjectService) ServiceManager.GetService (typeof (IProjectService));
ArrayList projectCombineEntries = Combine.GetAllProjects(projectService.CurrentOpenCombine);
- assemblyAnalyserControl.ClearContents();
+ assemblyAnalyserControl.ClearContents ();
foreach (ProjectCombineEntry projectEntry in projectCombineEntries) {
- string outputAssembly = projectService.GetOutputAssemblyName(projectEntry.Project);
- assemblyAnalyserControl.AnalyzeAssembly(currentAnalyser, outputAssembly);
+ string outputAssembly = projectService.GetOutputAssemblyName (projectEntry.Project);
+ assemblyAnalyserControl.AnalyzeAssembly (currentAnalyser, outputAssembly);
}
assemblyAnalyserControl.PrintAllResolutions();
@@ -95,11 +92,11 @@
{
DisposeAnalyser();
- IProjectService projectService = (IProjectService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IProjectService));
- projectService.StartBuild -= new EventHandler(ProjectServiceStartBuild);
- projectService.EndBuild -= new EventHandler(ProjectServiceEndBuild);
+ IProjectService projectService = (IProjectService) ServiceManager.GetService (typeof (IProjectService));
+ projectService.StartBuild -= new EventHandler (ProjectServiceStartBuild);
+ projectService.EndBuild -= new EventHandler (ProjectServiceEndBuild);
- IStatusBarService statusBarService = (IStatusBarService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IStatusBarService));
+ IStatusBarService statusBarService = (IStatusBarService) ServiceManager.GetService (typeof (IStatusBarService));
statusBarService.SetMessage(GettextCatalog.GetString ("Ready"));
AssemblyAnalyserViewInstance = null;
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/AssemblyTreeControl.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/AssemblyTreeControl.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/AssemblyTreeControl.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -33,8 +33,8 @@
public AssemblyTreeControl()
{
- StringParserService stringParserService = (StringParserService)ServiceManager.Services.GetService(typeof(StringParserService));
- ClassBrowserIconsService classBrowserIconService = (ClassBrowserIconsService)ServiceManager.Services.GetService(typeof(ClassBrowserIconsService));
+ StringParserService stringParserService = (StringParserService) ServiceManager.GetService (typeof (StringParserService));
+ ClassBrowserIconsService classBrowserIconService = (ClassBrowserIconsService) ServiceManager.GetService (typeof (ClassBrowserIconsService));
assembliesStore = new TreeStore (typeof (string));
//assemblyTreeView.ImageList = classBrowserIconService.ImageList;
@@ -93,6 +93,10 @@
assembliesStore.Clear ();
}
+ public void AnalyzeAssembly (AssemblyAnalyser current, string output)
+ {
+ }
+
public void AddAssembly (string assemblyFileName, ArrayList resolutions)
{
assembliesStore.AppendValues (System.IO.Path.GetFileName (assemblyFileName), resolutions);
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultDetailsView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultDetailsView.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultDetailsView.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -30,7 +30,7 @@
public ResultDetailsView()
{
- PropertyService propertyService = (PropertyService)ServiceManager.Services.GetService(typeof(PropertyService));
+ PropertyService propertyService = (PropertyService) ServiceManager.GetService (typeof (PropertyService));
//htmlControl.CascadingStyleSheet = propertyService.DataDirectory + Path.DirectorySeparatorChar +
// "resources" + Path.DirectorySeparatorChar +
// "css" + Path.DirectorySeparatorChar +
@@ -60,7 +60,7 @@
void GotoCurrentCause()
{
- IParserService parserService = (IParserService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IParserService));
+ IParserService parserService = (IParserService) ServiceManager.GetService (typeof (IParserService));
//Position position = parserService.GetPosition(currentResolution.Item.Replace('+', '.'));
//if (position != null && position.Cu != null) {
@@ -71,18 +71,18 @@
bool CanGoto(Resolution res)
{
- IParserService parserService = (IParserService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IParserService));
+ IParserService parserService = (IParserService) ServiceManager.GetService (typeof (IParserService));
//Position position = parserService.GetPosition(res.Item.Replace('+', '.'));
//return position != null && position.Cu != null;
return false; //FIXME
}
- public void ViewResolution(Resolution resolution)
+ public void ViewResolution (Resolution resolution)
{
this.currentResolution = resolution;
- StringParserService stringParserService = (StringParserService)ServiceManager.Services.GetService(typeof(StringParserService));
+ StringParserService stringParserService = (StringParserService) ServiceManager.GetService (typeof (StringParserService));
- this.Html = @"<HTML><BODY ID='bodyID' CLASS='dtBODY'>
+ /*this.Html = @"<HTML><BODY ID='bodyID' CLASS='dtBODY'>
<DIV ID='nstext'>
<DL>" + stringParserService.Parse(resolution.FailedRule.Description) + @"</DL>
<H4 CLASS='dtH4'>" + stringParserService.Parse("${res:MonoDevelop.AssemblyAnalyser.ResultDetailsView.DescriptionLabel}") + @"</H4>
@@ -91,6 +91,7 @@
<DL>" + stringParserService.Parse(resolution.Text, resolution.Variables) + @"</DL>
" + (CanGoto(resolution) ? stringParserService.Parse("<A HREF=\"help://gotocause\">${res:MonoDevelop.AssemblyAnalyser.ResultDetailsView.JumpToSourceCodeLink}</A>") : "") + @"
</DIV></BODY></HTML>";
+ */
}
}
}
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultListControl.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultListControl.cs 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/Gui/Panels/ResultListControl.cs 2004-06-26 23:14:27 UTC (rev 1838)
@@ -32,7 +32,7 @@
public ResultListControl()
{
- StringParserService stringParserService = (StringParserService)ServiceManager.Services.GetService(typeof(StringParserService));
+ StringParserService stringParserService = (StringParserService) ServiceManager.GetService(typeof(StringParserService));
store = new ListStore (typeof (string), typeof (string), typeof (string), typeof (string), typeof (string), typeof (Resolution));
this.AppendColumn ("Level", new CellRendererText (), "text", 0);
this.AppendColumn ("Certainty", new CellRendererText (), "text", 1);
@@ -51,7 +51,7 @@
{
try {
store.Clear();
- StringParserService stringParserService = (StringParserService)ServiceManager.Services.GetService(typeof(StringParserService));
+ StringParserService stringParserService = (StringParserService) ServiceManager.GetService (typeof (StringParserService));
int cerr = 0, err = 0, cwar = 0, war = 0, inf = 0;
foreach (Resolution resolution in resolutions) {
string critical = String.Empty;
@@ -94,7 +94,7 @@
}
- IStatusBarService statusBarService = (IStatusBarService)MonoDevelop.Core.Services.ServiceManager.Services.GetService(typeof(IStatusBarService));
+ IStatusBarService statusBarService = (IStatusBarService) ServiceManager.GetService (typeof (IStatusBarService));
if (resolutions.Count == 0) {
statusBarService.SetMessage (GettextCatalog.GetString ("No defects found."));
} else {
Modified: trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/ICSharpCode.AssemblyAnalyser.Addin.prjx
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/ICSharpCode.AssemblyAnalyser.Addin.prjx 2004-06-26 17:24:08 UTC (rev 1837)
+++ trunk/MonoDevelop/src/AddIns/Misc/AssemblyAnalyser/ICSharpCode.AssemblyAnalyzer.AddIn/ICSharpCode.AssemblyAnalyser.Addin.prjx 2004-06-26 23:14:27 UTC (rev 1838)
@@ -1,41 +1,37 @@
-<Project name="ICSharpCode.AssemblyAnalyser.AddIn" standardNamespace="ICSharpCode.AssemblyAnalyser" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
+<Project name="ICSharpCode.AssemblyAnalyser.AddIn" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
<Contents>
- <File name=".\Commands.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui" subtype="Directory" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\AssemblyAnalyserView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\AssemblyAnalyserControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\Panels\AssemblyTreeControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\Panels\AssemblyRuleViewControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\Panels" subtype="Directory" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\Panels\ResultListControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\Gui\Panels\ResultDetailsView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\AssemblyAnalyser.addin" subtype="Code" buildaction="Nothing" dependson="" data="" />
- <File name=".\ICSharpCode.AssemblyAnalyser.AssemblyAnalyserControl.resources" subtype="Code" buildaction="EmbedAsResource" dependson="" data="" />
- <File name=".\ICSharpCode.AssemblyAnalyser.ResultListControl.resources" subtype="Code" buildaction="EmbedAsResource" dependson="" data="" />
+ <File name="./Commands.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui" subtype="Directory" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/AssemblyAnalyserView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/AssemblyAnalyserControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/Panels/AssemblyTreeControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/Panels" subtype="Directory" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/Panels/ResultListControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/Panels/ResultDetailsView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./AssemblyAnalyser.addin.xml" subtype="Code" buildaction="Nothing" dependson="" data="" />
+ <File name="./Gui/Panels/AssemblyRuleViewControl.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
</Contents>
<References>
- <Reference type="Assembly" refto="..\..\..\..\..\bin\ICSharpCode.Core.dll" localcopy="False" />
- <Reference type="Assembly" refto="..\..\..\..\..\bin\SharpDevelop.Base.dll" localcopy="False" />
- <Reference type="Gac" refto="nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" localcopy="False" />
- <Reference type="Project" refto="ICSharpCode.AssemblyAnalyser" localcopy="False" />
+ <Reference type="Assembly" refto="../../../../Libraries/MonoDevelop.Core/MonoDevelop.Core.dll" localcopy="True" />
+ <Reference type="Assembly" refto="../../../../Main/Base/MonoDevelop.Base.dll" localcopy="True" />
</References>
<DeploymentInformation target="" script="" strategy="File" />
<Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\AddIns\AddIns\Misc\AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../AddIns/AddIns/Misc/AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
<Configurations active="Debug">
<Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="TEST" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\AddIns\AddIns\Misc\AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../AddIns/AddIns/Misc/AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
<Configuration runwithwarnings="False" name="Release">
- <CodeGeneration runtime="MsNet" compiler="Csc" compilerversion="" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
+ <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
<Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\..\..\..\..\AddIns\AddIns\Misc\AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="..\..\..\..\..\bin\SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
+ <Output directory="../../../../../AddIns/AddIns/Misc/AssemblyAnalyser" assembly="ICSharpCode.AssemblyAnalyser.Addin" executeScript="../../../../../bin/SharpDevelop.exe" executeBeforeBuild="" executeAfterBuild="" />
</Configuration>
</Configurations>
</Project>
\ No newline at end of file
More information about the Monodevelop-patches-list
mailing list