This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Release 4.0
Andreas Weizel edited this page Mar 26, 2016
·
4 revisions
Bugfixes and improvements in existing analyzers/refactorings in this release:
- Removed "Sort usings" refactoring, since already provided by IDE.
- more ...

- "Convert instance method to static"

- "Comparing equal expression for equality is usually useless"

- "Issue in format string"


- "Function never returns"

- "Local variable hides member"

- "Parameter hides member"

- "Redundant .ToString() call"

- "Redundant 'unsafe' statement"

- "Member hides static member from outer class"

- "Initializing field with default value is redundant"

- "Redundant empty finally block"

- "Static field in generic type"

- "Type parameter is never used"

-
"Method with optional parameter is hidden by overload" (MethodOverloadWithOptionalParameterAnalyzer)
-
"Parameter name differs in partial method definition" (PartialMethodParameterNameMismatchAnalyzer)
-
"'for' loop control variable is never modified" (ForControlVariableIsNeverModifiedAnalyzer)