274 Commits (5ae6c44d8c391488e8ca96e10481242c397a72a8)

Author SHA1 Message Date
Simon Lindgren 4bae4ed209 [CodeIssues] Add VariableDeclaredInWideScopeIssue. 13 years ago
Simon Lindgren 774c7072ad [CodeIssues] Change the namespace on IncorrectExceptionParameterOrderingIssue. 13 years ago
Simon Lindgren ac2e8ef636 [CodeActions] Don't crash on null accessors in ValueParameterUnusedIssue. 13 years ago
Simon Lindgren 4a3192df58 [CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue. 13 years ago
Mansheng Yang 73530debe1 [CodeIssue] Added VariableHidesMemberIssue 13 years ago
Mansheng Yang 754adbcf51 AccessToModifiedClosureIssue: always use "var" keyword to avoid some null type issues, fixed "fails for field declaration" issue. 13 years ago
Mansheng Yang 9d37b9a29a GatherVisitor: make sure base visit methods are always called 13 years ago
Mansheng Yang bd1f050818 GatherVisitor: added calls to base methods 13 years ago
Mansheng Yang cf08a17e8a AccessToClosureIssue: fixed some constructor issues 13 years ago
Mansheng Yang b37dedfa87 [CodeIssue] Added LocalVariableOnlyAssignedIssue and ParameterOnlyAssignedIssue 13 years ago
Mansheng Yang 1c0a7305f5 [CodeIssue] TypeParameterNotUsedIssue: removed the fix because it may introduce errors. 13 years ago
Mansheng Yang 454bfe5e39 [CodeIssue] LocalVariableNotUsedIssue: Find unused foreach variable 13 years ago
Mansheng Yang ca048e63e8 [CodeIssue] Added VariableNotUsedIssue, ParameterNotUsedIssue and TypeParameterNotUsedIssue 13 years ago
Mike Krüger d355b0f84b [CodeIssues] Added indexer case. 13 years ago
Mike Krüger da2eea8353 [CodeIssues] Improved naming check (skipp overriden members). 13 years ago
Mansheng Yang 728bf05224 [CodeIssue] Added AccessToModifiedClosureIssue and AccessToDisposedClosureIssue 13 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 13 years ago
Simon Lindgren c8f36ae31b [CodeActions] Handle auto-setters and missing setters in SetterDoesNotUseValueParameterIssue. 13 years ago
Simon Lindgren eea162a9c9 [CodeIssues] Update some strings to be more inline with the rest of the issues (and more informative too). 13 years ago
Mike Krüger 00d5de8b18 [CodeIssues] Optimized word break algorithm. 13 years ago
Mike Krüger 4e44369854 [CodeIssues] Fdg rules now apply only to public & protected entities. 13 years ago
Mike Krüger b0c73cc6a8 [CodeIssues] Fixed fdg naming rules. 13 years ago
Simon Lindgren e914c9e0ab [CodeIssue,CodeAction] Use the FindReferences class instead of custom visitors to find variable references. 13 years ago
Simon Lindgren ad0ef5dead [CodeIssue] Remove stray exception creation. 13 years ago
Simon Lindgren 47da624e7e [CodeIssue] Add CallToVirtualFunctionFromConstructorIssue. 13 years ago
Simon Lindgren 8e94126c11 [CodeIssue] Add IncorrectExceptionParameterOrderingIssue. 13 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 13 years ago
Daniel Grunwald 1640cb8c32 Set version number to 5.0.1; fixed some compiler warnings. 13 years ago
Daniel Grunwald 4fe7c72b16 Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 13 years ago
Mike Krüger c8f8dc7514 [CodeIssue] removed '.' in name. 14 years ago
Mike Krüger 484c1420de Added some documentation. 14 years ago
Mike Krüger f94402f920 Made it easier to get the issues out of the gather visitor. 14 years ago
Daniel Grunwald 8111e2683a Add issue provider for explicit conversions in foreach loops. 14 years ago
Daniel Grunwald 9e1d371698 Fixed RedundantUsingIssue to no longer remove "System.Linq" if it is required for a query expression. 14 years ago
Daniel Grunwald f098db8f4e Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction. 14 years ago
Mike Krüger ceef571315 Added introduce constant action. 14 years ago
Mike Krüger 048a4b944a Updated Fdg rules. 14 years ago
Mike Krüger c3aea07d4f Turn off issue marker for var keyword issue (handled by action). 14 years ago
Mike Krüger 89ee8bcdca Allow '_' and 'm_' as field prefix name. 14 years ago
Mike Krüger 34b3e18c2a Adjusted default Fdg rules a bit (private static fields are now 14 years ago
Mike Krüger 718dfe4685 Added more cases for create class declaration. 14 years ago
Mike Krüger 9e070b9e2f Hide not implemented exception issue in the text editor. 14 years ago
Mike Krüger 8c55a4ef88 Fixed type parameter rename dialog action. 14 years ago
Mike Krüger 99270db23e Fixed type parameter naming. 14 years ago
Mike Krüger 795e6c8dd0 Improved naming issue checking for some special cases of entities. 14 years ago
Mike Krüger 98e7a57b61 Fixed type parameter naming rule. 14 years ago
Mike Krüger 9ab32dc1ce Fixed inconsistent naming issues. 14 years ago
Mike Krüger a234f8b596 Create actions now respect naming convention settings. 14 years ago
Mike Krüger ce7bdd7349 Added IServiceProvided infrastructure for the refactoring context. 14 years ago
Mike Krüger 003b8c95f6 Added more entities & missing flags. 14 years ago