Daniel Grunwald
d1be453e2a
Fix return value conversion within async lambda.
13 years ago
leoowen19
579d2aca48
[CodeIssue]PublicConstructorInAbstractClass
...
Convert modifiers of constructors in Abstract class from "public" to
"protected".
13 years ago
leoowen19
42921dca18
[CodeIssue] Redundant Constructor issue
...
Do not need an empty constructor
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
...
1. Static contructor cannot take parameters.
2. Static constructor cannot take access modifier.
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
...
A better than nothing implementation of Bug #10730 .
https://bugzilla.xamarin.com/show_bug.cgi?id=10730
When multi-file tracking of methods is implemented, the change should change the usages of variables.Call(...) to ClassName.Call(...)
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
...
hoping to address the issues regarding some edge cases of remove
redundant variables in relation with functions.
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
...
No need to check null where is keyword exits.
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
...
CA1011:ConsiderPassingBaseTypesAsParameters suppression.
13 years ago
Mike Krüger
538f016c46
Implemented code issue message suppression.
13 years ago
Mike Krüger
9b2bd8059e
Fixed completion bug.
13 years ago
Mike Krüger
a6e4150637
Added distinct color for the 'var' context sensitive keyword.
13 years ago
Mike Krüger
610f0bfe2a
Refactored formatter (it needs now an ast seeded with new line
...
tokens).
13 years ago
Mike Krüger
fdab2395f0
Removed brace forcement formatting options.
...
They didn't work very well and shouldn't be part of the formatting
visitor (could be added with a FixBracementVisitor).
13 years ago
Mike Krüger
8704de6646
Implemented composed type formatting.
13 years ago
Mike Krüger
a96c0b75cf
Fixed issue with InvertIfAndSimplify.
13 years ago
Mike Krüger
772b66e109
Added code action from Ciprian Khlud <ciprian.mustiata@yahoo.com>:
...
InvertIfAndSimplify
13 years ago
Mike Krüger
546633a16e
Fixed bug in find namespace references.
13 years ago
Mike Krüger
a1db11e233
Added find namespace references & rename namespace function in Script.
13 years ago
Mike Krüger
1b99cfc3e8
Implemented new line ast node insertion.
13 years ago
Mike Krüger
eb285c74b9
Worked on c# indentation engine.
13 years ago
Mike Krüger
116d6036bf
Added simplify if actions from Ciprian Khlud
...
<ciprian.mustiata@yahoo.com>.
13 years ago
Mike Krüger
1bac9a1ca5
Fixed some completion unit tests.
13 years ago
Mike Krüger
79dbb0f9af
Added create changed event action.
13 years ago
Mike Krüger
669b5bc6fc
Fixed bug with missing primitive types in is/as type list.
13 years ago
Mike Krüger
3c55ad09ce
Fixed some unit tests.
13 years ago
Mike Krüger
f4daf2631e
Fixed completion bug.
13 years ago
Mike Krüger
0ca7612a0f
Verified some closed parser bugs.
13 years ago
Daniel Grunwald
ee5d87a0f8
Add year to license headers.
13 years ago
Mike Krüger
4496f95c82
Fixed parameter completion bug.
13 years ago
Daniel Grunwald
5ae6c44d8c
Fix NullReferenceException when inserting space after 'in' modifier
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
Mike Krüger
494ae64565
Fixed verbatim identifier location.
13 years ago
Mike Krüger
f0c43cdb56
Added extract method unit test.
13 years ago
Mike Krüger
f3537813b6
Fixed issue in semantic highlighting type errors
13 years ago
Mike Krüger
51709dfe84
CodeDomConvertVisitor now converts global usings.
13 years ago
Daniel Grunwald
3797b12fa7
Fix several bugs with anonymous types:
...
- DeclaringType, IsAccessor and AccessorOwner properties of anonymous type accessors (#148 )
- equality comparison of anonymous type accessors
- roundtrip of anonymous type properties via IMemberReference
- roundtrip of anonymous type accessors via IMemberReference
13 years ago
Mike Krüger
84e9a33715
Added ABI comparer.
13 years ago