268 Commits (17c1eeaf2b65ac1b3f02fe5ba73b50078cbd77aa)

Author SHA1 Message Date
Ciprian Khlud 8666d6ffae Fix of bug #11855 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 3dcad69810 Remove "Remove Field Refactory" as it is dangerous. 12 years ago
Ciprian Khlud bd486b50b0 Code updates 12 years ago
Ciprian Khlud ad0c12d1da Sample implementation for bug #11866 12 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 dd449ac3ec Fixed project. 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 ac9732776c Makes not static methods 13 years ago
leoowen19 ee3c6e89ed [CodeIssue] Redundant Null Check 13 years ago
Daniel Grunwald 28b623840b Add unit test demonstrating that the DepthFirstVisitor optimization was invalid. 13 years ago
Mike Krüger 8704de6646 Implemented composed type formatting. 13 years ago
Mike Krüger 772b66e109 Added code action from Ciprian Khlud <ciprian.mustiata@yahoo.com>: 13 years ago
Mike Krüger 116d6036bf Added simplify if actions from Ciprian Khlud 13 years ago
Mike Krüger 79dbb0f9af Added create changed event action. 13 years ago
Mike Krüger 84e9a33715 Added ABI comparer. 13 years ago
Mike Krüger ac5cf7888e Fixed semantic highlighting bug & added highlighting unit tests. 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 bce7b74426 Fixed bug in GetCurrentParameterIndex + added unit tests for this 13 years ago
Erik Källén 867dc8b407 Improved handling of sizeof(x) 13 years ago
Daniel Grunwald 9378cd19f0 Fix bug in ParameterizedType.VisitChildren() when replacing the generic type definition. 13 years ago
Mike Krüger eab84734b2 Fixed bug in create constructor action & implemented create enum value 13 years ago
Daniel Grunwald 7eeb0348fb Attempt that makes all the implicit conversions work 13 years ago
Daniel Grunwald 6d0f3fb02e Add "add using" context action. 13 years ago
Mike Krüger 92ad81deaa [CodeCompletion] Completion engine now can generate import completion 13 years ago
Mike Krüger b609c8d6f7 [Formatter] Worked on a indent engine. 13 years ago
Mike Krüger b35db0cf21 [CodeAction] Improved create event invocator action. 13 years ago
Daniel Grunwald 536b9b0b1c Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls. 13 years ago
Mike Krüger 28c635f11d [CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant 13 years ago
Lopatkin Ilja 4b3f83be72 Implemented code action to sort usings 13 years ago
Adam Connelly 4f3695ca03 [CodeIssues] Adding an issue that highlights when a base class does not have a parameterless constructor, and the child class does not invoke any of the base class constructors. 13 years ago
Mike Krüger f43d5df0e2 [CodeIssues] New issue to convert .Where(p).Any() to .Any(p). (from shani) 13 years ago
Simon Lindgren 79b4c25ccc [CodeIssues] ParameterCanBeDemotedIssue: Add Criterions for suitable indexer members and for array types. Also start resolving the method with the new type to check for errors. 13 years ago
Daniel Grunwald 40bbafda16 Set NET_4_0 preprocessor symbol for mcs. 13 years ago
Mansheng Yang c63f65a570 [CodeIssue] Added MethodOverloadHidesOptionalParameterIssue 13 years ago
Simon Lindgren 76670db70c [CodeActions] Add ConvertLambdaToAnonymousDelegateAction. 13 years ago
Simon Lindgren 1797fa2c04 [CodeActions] Add convertAnonymousDelegateToLambdaAction. 13 years ago
Mike Krüger ddd341b42b [CodeActions] Fixed bug in create backing store. 13 years ago
Mansheng Yang 352b20cac6 [CodeIssue] Added RedundantObjectCreationArgumentListIssue 13 years ago
Mansheng Yang 9a8d671d07 [CodeIssue] RedundantObjectOrCollectionInitializerIssue: added some tests 13 years ago
Mansheng Yang c0870dbb79 [CodeIssue] Added RedundantObjectOrCollectionInitializerIssue 13 years ago
Mansheng Yang 4af137970c [CodeIssue] Added RedundantCaseLabelIssue 13 years ago