259 Commits (82ab94fa1f1354be66bcb683834dbc35a59f2986)

Author SHA1 Message Date
Simon Lindgren 82ab94fa1f [CodeIssues] OptionalParameterCouldBeSkippedIssue: Check for unmappable arguments. 14 years ago
Simon Lindgren d69abeae95 [CodeActions] Handle resolution errors in IterateViaForeachAction. 14 years ago
Simon Lindgren 1371e6db61 [CodeIssues] Fix bugs in RedundantCatchIssue. 14 years ago
Simon Lindgren d6054d1035 [CodeIssues] Add ExceptionRethrowIssue 14 years ago
Simon Lindgren 73b80fc36b [CodeIssues] CallToObjectViaBaseIssue: Ignore calls which do not target members of 'base'. 14 years ago
Simon Lindgren 93940f89f6 [CodeIssue] RedundantToStringIssue: Don't crash on parameter with declaration-less types. 14 years ago
Simon Lindgren 17cdd1fabd [CodeAction] Add ConvertInitializerToExplicitInitializationsAction. 14 years ago
Simon Lindgren 35475a2414 [Refactoring] Make NamingHelper less horrible and remove the helper from RefactoringContext. 14 years ago
Daniel Grunwald 0f82920267 GenerateProperty: do not propose to generate a setter if the field is readonly. 14 years ago
Simon Lindgren 522d6c6cbd [CodeActions] Fix bugs in ConvertToInitializer. 14 years ago
Simon Lindgren 88d89e7f98 [CodeActions] ConvertToInitializer: Handle collections with Add() calls taking multiple arguments. 14 years ago
Simon Lindgren 903e46d1f8 [CodeActions] Cleanups in StatementsToInitializerConverter. 14 years ago
Simon Lindgren e384bfba0f [CodeActons] Handle more edge cases in ConvertToInitializer. 14 years ago
Simon Lindgren 4dbac01d20 [CodeActions] Fix bugs in ConvertToInitializerAction. 14 years ago
Mike Krüger 40b8ce58d2 [CodeIssues] Converted IgnoreConstructors to a property. 14 years ago
Daniel Grunwald e83d77a885 Ignore redundant 'this' in constructors. 14 years ago
Simon Lindgren f47fd7619e [CodeIssues] RedundantToStringIssue: Also check formatting calls. 14 years ago
Simon Lindgren a747e477fe [CodeIssues] Use IsKnownType in more places. 14 years ago
Daniel Grunwald 56114fe865 Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder. 14 years ago
Simon Lindgren 264c4c17e3 [CodeIssues] Use IsKnownType to check for System.Object. 14 years ago
Simon Lindgren dbdb7c74dc [CodeIssues] Handle non-object base classes in IncorrentCallTogetHashCodeIssue and CallToObjectEqualsViaBaseIssue. 14 years ago
Simon Lindgren ecf167d3a1 [CodeIssues] Add IncorrectCalltoGetHashCodeIssue. 14 years ago
Simon Lindgren 783a79c42a [CodeIssues] Add CallToObjectEqualsViaBaseIssue. 14 years ago
Simon Lindgren 444ecf747b [CodeIssues] Add RedundantToStringIssue. 14 years ago
Daniel Grunwald 8b026d4e15 Script.Link() dummy implementation: return a completed task instead of null. 14 years ago
Simon Lindgren 1d499aeecc [CodeIssues] Remove unused field. 14 years ago
Simon Lindgren 247d58818f [CodeIssues] Fix some false suggestions in VariableDeclaredInWideScopeIssue. 14 years ago
Simon Lindgren 092a18f26e [CodeIssues] Check redundant optional arguments of constructors. 14 years ago
Simon Lindgren 1e561dd9b0 [CodeIssues] Be more allowing when picking format string arguments in FormatStringIssue. 14 years ago
Mike Krüger c7de3dabcb [CodeAction] Fixed getter/setters of the implemented 14 years ago
Mike Krüger 4f70f16149 [CodeActions] Implemented abstract members action/Improved implement 14 years ago
Simon Lindgren ebfd9410fb [CodeIssues] Fix ValueParameterUnusedIssue. 14 years ago
Simon Lindgren b375e1fdea [CodeIssues] Add RedundantCatchIssue. 14 years ago
Mike Krüger 1863ed6f16 [CodeAction] Implement interface now tends to implement the more 14 years ago
Mike Krüger 286091be90 [CodeActions] Finished first implement interface implementation. 14 years ago
Mike Krüger d4209d09dd [CodeAction] Fixed extract method unit test. 14 years ago
Mike Krüger 4a5d1e851b [CodeAction] Fixed most extract method tests. 14 years ago
Simon Lindgren 53d9b6e7ee [CodeIssues] Fix some false positives in ParameterCanBeDemotedIssue. 14 years ago
Simon Lindgren 35179fda53 [CodeIssues] Remove leftover Console.WriteLine(). 14 years ago
Simon Lindgren 865c288d19 [CodeIssues] OptionalParameterCouldBeSkippedIssue: Add null check. 14 years ago
Simon Lindgren 3ae6b9f450 [CodeIssues] FormatStringIssue: Handle extra arguments that do not have a matching formal parameter. 14 years ago
Simon Lindgren e5f346bd92 [CodeIssues] Add OptionalParameterCouldBeSkippedIssue. 14 years ago
Simon Lindgren 3757871511 [CodeIssues] FormatStringIssue: Show errors in TextSegments too. 14 years ago
Simon Lindgren 900aec2f54 [CodeIssues] Add FormatStringIssue. 14 years ago
Simon Lindgren 1133382741 [CodeIssues] Add missing class IsTypeCriterion. 14 years ago
Simon Lindgren 2307bcb184 [CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as. 14 years ago
Simon Lindgren 03ea217574 [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren a3e6c147b6 [CodeIssues] Handle members in CallToStaticMemberViaDerivedTypeIssue. 14 years ago
Simon Lindgren 7a9fdf4c08 [CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny. 14 years ago
Simon Lindgren 1a7d2e1379 [CodeIssues] CallToStaticMemberViaDerivedTypeIssue: Ignore member methods of the current class. 14 years ago