1315 Commits (6e4f648b48445fe3ecc44465616f3384f4a034af)

Author SHA1 Message Date
Ciprian Khlud 6e4f648b48 Added code issue to address bug #11856 13 years ago
Luís Reis e287bdb020 Fixed bug in TestRefactoringContext that attempted to put fields inside properties 13 years ago
Luís Reis 94cfe777b4 Improved ExtractFieldAction for static getters and setters. 13 years ago
Luís Reis 8602033a04 Improved ExtractField. Tests currently fail for variables in getters. 13 years ago
Luís Reis 3ea78f887a Added (currently failing) tests for static fields. Minor formatting fixes. 13 years ago
Luís Reis 2710510610 Fixed ExtractFieldAction to handle type inference better and added unit tests that failed with the previous version. 13 years ago
Luís Reis d57537f061 Added additional tests. One of new ones is failing. 13 years ago
Ciprian Khlud 3dcad69810 Remove "Remove Field Refactory" as it is dangerous. 13 years ago
Ciprian Khlud bd486b50b0 Code updates 13 years ago
Ciprian Khlud fe53dec615 untracked files on master: 9a482c2 Remove unused field 13 years ago
Ciprian Khlud 9db3f46cbc Support non void arguments 13 years ago
Ciprian Khlud ad0c12d1da Sample implementation for bug #11866 13 years ago
Mike Krüger 1c86d72523 Revert "Simplified the scrip API a bit (insert cursor/links are no longer task" 13 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
Ciprian Khlud c965df75ab Adds a refactor that removes fairly accurate a field in all places (it is based on FindReferences). 13 years ago
Mike Krüger 4fa3c33d6b Simplified the scrip API a bit (insert cursor/links are no longer task 13 years ago
Mike Krüger b632cece34 Fixed formatting bug in create changed event. 13 years ago
Mike Krüger 9397fc1987 Fixed some issues in wrapping formatting. 13 years ago
Mike Krüger a796caa828 Fixed bug in wrapping options. 13 years ago
Mike Krüger c2ca95ac63 Fixed some formatting bugs. 13 years ago
Mike Krüger 02bf0ba580 Added alignment options for declarations. 13 years ago
Mike Krüger 985ebe36a6 Added alignment tests / fixed failing wrapping unit tests. 13 years ago
Mike Krüger 62aaf41af6 Fixed failing built. 13 years ago
Mike Krüger dd449ac3ec Fixed project. 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
ciplogic 4fe454fd59 Fixes bug 11710 based on review of Daniel Grunwald 13 years ago
Daniel Grunwald d1be453e2a Fix return value conversion within async lambda. 13 years ago
leoowen19 579d2aca48 [CodeIssue]PublicConstructorInAbstractClass 13 years ago
leoowen19 42921dca18 [CodeIssue] Redundant Constructor issue 13 years ago
Mike Krüger 0882827229 Fixed failing unit test. 13 years ago
Daniel Grunwald 4a11a13672 Documentation fixes. 13 years ago
Mike Krüger da89feb228 Added missing formatting option. 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
Mike Krüger 1550fa1195 Added test for the delegate/constructor bug. 13 years ago
Mike Krüger d22b96f12c Fixed formatting bug. 13 years ago
ciplogic ac9732776c Makes not static methods 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 d8314d7e49 Implemented array initializer formatting. 13 years ago
Daniel Grunwald 28b623840b Add unit test demonstrating that the DepthFirstVisitor optimization was invalid. 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