241 Commits (2acbd969aa3125243cfb32a6fc26d8fd6f24d248)

Author SHA1 Message Date
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 13 years ago
Simon Lindgren 1133382741 [CodeIssues] Add missing class IsTypeCriterion. 13 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 13 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 13 years ago
Simon Lindgren a3e6c147b6 [CodeIssues] Handle members in CallToStaticMemberViaDerivedTypeIssue. 13 years ago
Simon Lindgren 7a9fdf4c08 [CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny. 13 years ago
Simon Lindgren 1a7d2e1379 [CodeIssues] CallToStaticMemberViaDerivedTypeIssue: Ignore member methods of the current class. 13 years ago
Simon Lindgren 6f2aed19b4 [CodeIssues] ParamaterCanBeDemotedIssue: Don't crash on parameters that aren't used. 13 years ago
Simon Lindgren ce1e2ee157 [CodeIssues] Fix crashes in VariableDeclaredInWideScopeIssue. 13 years ago
Simon Lindgren 008aaa1d37 [CodeIssues] Factor out some type restriction finding infrastructure. 13 years ago
Mansheng Yang 164592fe5e [CodeIssue] Added CompareFloatWithEqualityOperatorIssue 13 years ago
Mansheng Yang aff3328713 [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 13 years ago
Mansheng Yang 3372603015 [CodeIssue] Added ForControlVariableNotModifiedIssue 13 years ago
Mansheng Yang 7f7fcec1b0 [CodeIssue] Added RedundantElseIssue 13 years ago
Mansheng Yang fca3cfec12 [CodeIssue] Added RedundantFieldInitializerIssue 13 years ago
Simon Lindgren be0d89c486 [CodeIssues] Improve ParameterCouldBeDemotedIssue. 13 years ago
Simon Lindgren 61044a86f4 [CodeIssues] Add initial version of ParameterCanBeDemotedIssue. 13 years ago
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) 14 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