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
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
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
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
mkrueger
3b46fef92b
Fixed bug in redundant field initializer issue.
13 years ago
Mike Krüger
69d4fd1ff1
RedundantAssignment issue is now more careful when removing
...
invocations.
13 years ago
Erik Källén
0e76cae70d
Fixed stupid thing in the "no conversion in void lambda" test.
13 years ago
Erik Källén
2978af440e
No conversions in body for void lambdas
13 years ago
Erik Källén
4380297cce
Add a ConversionResolveResult to lambda body expressions, if required
13 years ago
Mike Krüger
97838157d7
Fixed some create class declaration issues.
13 years ago
Mike Krüger
24a9d7f342
Create class declaration takes now constraints into account.
13 years ago
Mike Krüger
0cabc8818e
Fixed some create class action issues.
13 years ago
Mike Krüger
f700607114
SimplifyAnonymousMethodToDelegateIssues now doesn't touch too complex
...
expressions.
13 years ago
Mike Krüger
916654c166
Fixed async lambda resolve bug.
...
Would be nice to have a newer c# language spec ...
13 years ago
Mike Krüger
0b44512d15
Added highlighting test for old semantic highlighting bug.
...
(This contains a semantic error)
13 years ago
Mike Krüger
428eee9ae2
Added more semantic highlighting unit tests.
13 years ago
Mike Krüger
24ffc48dba
Fixed EventDeclaration colors.
13 years ago
Mike Krüger
ac5cf7888e
Fixed semantic highlighting bug & added highlighting unit tests.
13 years ago
Mike Krüger
8639ca4d5b
Speeded up document script node formatting.
13 years ago
Mike Krüger
a1e3633a81
Fixed bug in extract method.
13 years ago
Mike Krüger
f8259b4b8b
Improved create class action.
13 years ago
Daniel Grunwald
d267602fec
Fix crash when 'return 1;' occurs within a constructor declaration.
13 years ago