226 Commits (17c4315974c3fe4eed56b81865f87229bf661307)

Author SHA1 Message Date
Daniel Grunwald a2580063dd Fix ExpressionOfCompatibleTypeCastIssue. 12 years ago
Daniel Grunwald e85128df57 Fix unit test failure due to mix of tabs and spaces. 12 years ago
Ciprian Khlud 82c272545a Fixed spacing 12 years ago
Ciprian Khlud 8666d6ffae Fix of bug #11855 12 years ago
Mike Krüger ba13e28750 Fixed bug in redundant assignment issue. 12 years ago
Mike Krüger 05c5931a05 Disabled convert to static method issue. 12 years ago
Mike Krüger f40346db06 Fixed some issues in convert to static method issue. 12 years ago
Mike Krüger fa671aacff Fixed duplicate if chain issue tests. 12 years ago
Mike Krüger 5f867c5321 Ignore duplicate body method issue. 12 years ago
Mike Krüger 78442bb33a Fixed static constructor access modifier issue tests. 12 years ago
Ciprian Khlud c43a3ee9c3 Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases. 12 years ago
Ciprian Khlud 6e4f648b48 Added code issue to address bug #11856 12 years ago
Ciprian Khlud bd486b50b0 Code updates 12 years ago
Ciprian Khlud 9db3f46cbc Support non void arguments 12 years ago
Ciprian Khlud ad0c12d1da Sample implementation for bug #11866 12 years ago
Ciprian Khlud eca73de6e4 ExpressionOfCompatibleTypeCodeIssue will not convert class types any longer. 13 years ago
Ciprian Khlud 17b26e4ce0 Added more unit tests to: 13 years ago
Ciprian Khlud 0d391896fb Fixes bug #10731 13 years ago
Ciprian Khlud dd8caea759 Fixes bug 11709 part of Xamarin's bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=11709 13 years ago
Mike Krüger 62aaf41af6 Fixed failing built. 13 years ago
leoowen19 73f679e6c3 [CodeIssue] Modified PublicConstructorInAbstractClass issue to support Resharper disable comment 13 years ago
ciplogic d1196a8ffb Fixes bug #10728 (Auto-Fix regarding control flow: "Convert to correct type") 13 years ago
leoowen19 579d2aca48 [CodeIssue]PublicConstructorInAbstractClass 13 years ago
leoowen19 42921dca18 [CodeIssue] Redundant Constructor issue 13 years ago
leoowen19 0d99a1c634 Two new code issues 13 years ago
ciplogic e5f2c0bfd6 Add the capability to remove base call if is not needed. It exposes some classes so maybe I'm not using the proper APIs. But it works good for practical the test case I wrote. 13 years ago
ciplogic f806f635be Auto-Fix for remove redundant assignment have issues in some cases (Part II) fixes 13 years ago
Mike Krüger 74ea8505b8 Added fix from Ciprian Khlud<ciprian.mustiata@yahoo.com>: Fix in 13 years ago
Mike Krüger ebe7045d05 Added some tests to the redundant null check. 13 years ago
Mike Krüger 01d4361350 Reformatted redundant null check. 13 years ago
leoowen19 ee3c6e89ed [CodeIssue] Redundant Null Check 13 years ago
Mike Krüger 1d5c85f3f1 Implemented resharper disableing for redundant using directive. 13 years ago
Mike Krüger 020128ba58 CanBeDemotedIssue now respects the 13 years ago
Mike Krüger 538f016c46 Implemented code issue message suppression. 13 years ago
Mike Krüger 1b99cfc3e8 Implemented new line ast node insertion. 13 years ago
Daniel Grunwald ee5d87a0f8 Add year to license headers. 13 years ago
Mike Krüger 8be2eeef65 Fixed some false positives in parameter not used issue. 13 years ago
Mike Krüger 0c6e840997 Fixed unit test. 13 years ago
mkrueger 3b46fef92b Fixed bug in redundant field initializer issue. 13 years ago
Mike Krüger 69d4fd1ff1 RedundantAssignment issue is now more careful when removing 13 years ago
Mike Krüger f700607114 SimplifyAnonymousMethodToDelegateIssues now doesn't touch too complex 13 years ago
Daniel Grunwald d267602fec Fix crash when 'return 1;' occurs within a constructor declaration. 13 years ago
Mike Krüger dc10a67ce7 [CodeIssues] Fixed naming issue. 13 years ago
Mike Krüger d47e38efe7 [CodeIssues] Fixed bug in CS0127 issue. 13 years ago
Mike Krüger 40a2b81b43 Implemented issue provider for CS0127: A method with a void return 13 years ago
Mike Krüger f480c60aec Added new code issue to simplify anonymous methods to delegate usages. 13 years ago
Mike Krüger 551869bd41 VariableDeclaredInWideScopeIssue no longer suggests moving method call 13 years ago
Mike Krüger 24c588b70c CheckFix is now more verbose. 13 years ago
Daniel Grunwald 3d96f7c7ff Add fix action to ExplicitConversionInForEachIssue. 13 years ago
Daniel Grunwald 67d80c8834 CompareFloatWithEqualityOperatorIssue: don't show warning when comparing with infinities. 13 years ago