| .. |
|
InconsistentNamingIssue
|
[CodeIssues] Added indexer case.
|
14 years ago |
|
ParameterCanBeDemotedIssue
|
[CodeIssues] Fix some false positives in ParameterCanBeDemotedIssue.
|
14 years ago |
|
CallToObjectEqualsViaBaseIssue.cs
|
[CodeIssues] Handle non-object base classes in IncorrentCallTogetHashCodeIssue and CallToObjectEqualsViaBaseIssue.
|
14 years ago |
|
CallToVirtualFunctionFromConstructorIssue.cs
|
[CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny.
|
14 years ago |
|
ConditionalToNullCoalescingIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
ExplicitConversionInForEachIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
FormatStringIssue.cs
|
[CodeIssues] Remove unused field.
|
14 years ago |
|
GatherVisitorBase.cs
|
Added some documentation.
|
14 years ago |
|
IncorrectCallToObjectGetHashCodeIssue.cs
|
[CodeIssues] Handle non-object base classes in IncorrentCallTogetHashCodeIssue and CallToObjectEqualsViaBaseIssue.
|
14 years ago |
|
IncorrectExceptionParameterOrderingIssue.cs
|
[CodeIssues] Change the namespace on IncorrectExceptionParameterOrderingIssue.
|
14 years ago |
|
IssueCategories.cs
|
Added compiler warnings & errors issue categories.
|
14 years ago |
|
NotImplementedExceptionIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
OptionalParameterCouldBeSkippedIssue.cs
|
[CodeIssues] Check redundant optional arguments of constructors.
|
14 years ago |
|
RedundantCatchIssue.cs
|
[CodeIssues] Add RedundantCatchIssue.
|
14 years ago |
|
RedundantInternalIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
RedundantNamespaceUsageIssue.cs
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
14 years ago |
|
RedundantPrivateIssue.cs
|
[CodeIssue] removed '.' in name.
|
14 years ago |
|
RedundantThisIssue.cs
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
14 years ago |
|
RedundantToStringIssue.cs
|
[CodeIssues] Add RedundantToStringIssue.
|
14 years ago |
|
RedundantUsingIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
ReferenceToStaticMemberViaDerivedTypeIssue.cs
|
[CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue.
|
14 years ago |
|
StringIsNullOrEmptyIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
UseVarKeywordIssue.cs
|
Made it easier to get the issues out of the gather visitor.
|
14 years ago |
|
ValueParameterUnusedIssue.cs
|
[CodeIssues] Fix ValueParameterUnusedIssue.
|
14 years ago |
|
VariableDeclaredInWideScopeIssue.cs
|
[CodeIssues] Fix some false suggestions in VariableDeclaredInWideScopeIssue.
|
14 years ago |