Mike Krüger
|
9b20013448
|
Don't format a document when no nodes should be formatted.
|
13 years ago |
Mike Krüger
|
8be2eeef65
|
Fixed some false positives in parameter not used issue.
|
13 years ago |
Daniel Grunwald
|
647af8b485
|
Fix NullReferenceException in SpecializedMethod.AccessorOwner
|
13 years ago |
Daniel Grunwald
|
a567138c23
|
ValueParameterUnusedIssue: highlight only the 'get'/'set'/'add'/'remove' keyword, not the whole accessor body
|
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 |
Mike Krüger
|
97838157d7
|
Fixed some create class declaration issues.
|
13 years ago |
Mike Krüger
|
35cf4c9b57
|
Cleaned up code.
|
13 years ago |
Mike Krüger
|
24a9d7f342
|
Create class declaration takes now constraints into account.
|
13 years ago |
Mike Krüger
|
1d82d92ef5
|
Create class declaration action now uses the naming service to guess
the class type.
|
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
|
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 |
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
|
2fc7cb0167
|
Fixed create method action bug.
|
13 years ago |
Mike Krüger
|
9247e292c8
|
Use compiler error message for the issue provider.
|
13 years ago |
Mike Krüger
|
40a2b81b43
|
Implemented issue provider for CS0127: A method with a void return
type cannot return a value.
This issue provider got requested - and I need to start somewhere to
implement semantic error issue providers.
|
13 years ago |
Mike Krüger
|
40df125015
|
fixed argument count check in new code issue.
|
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
initializers.
|
13 years ago |
Mike Krüger
|
54bb967d8a
|
Handled extension methods in type guessing code.
|
13 years ago |
Mike Krüger
|
cf117bc6d7
|
Fixed failing unit test.
|
13 years ago |
Mike Krüger
|
765d917d60
|
Revert "Revert "Implemented better way to handle extension method invocations.""
This reverts commit c26f61e813 .
|
13 years ago |
Mike Krüger
|
c26f61e813
|
Revert "Implemented better way to handle extension method invocations."
This reverts commit d4afc75413 .
|
13 years ago |
Mike Krüger
|
d4afc75413
|
Implemented better way to handle extension method invocations.
|
13 years ago |
Mike Krüger
|
27913d73f1
|
AddAnotherAccessor action now works on auto properties.
|
13 years ago |
Mike Krüger
|
e29ddf05c8
|
Fixed bug in extract method.
|
13 years ago |
Mike Krüger
|
a741ec0dd8
|
Introduce constant action can now replace more than one occurence
(like declare local variable action).
|
13 years ago |
Mike Krüger
|
243b39310e
|
Fixed some convert foreach to for action bugs.
|
13 years ago |
Mike Krüger
|
ce739a62bf
|
Fixed bug in declare local action.
|
13 years ago |
Daniel Grunwald
|
e781363b78
|
Include node reformatting in the undo group
|
13 years ago |
Daniel Grunwald
|
6e6cf735a3
|
ParameterCanBeDemotedIssue: remove GetInheritanceDepth.
It has the potential for a stack overflow when there's cyclic inheritance.
The sorting already done by GetAllBaseTypes() should be good enough.
|
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 |
Daniel Grunwald
|
f31aa291ae
|
ParameterCanBeDemotedIssue: Remove 'ConstructHasLocalIndependentTyping'
This fixes false positives when the parameter is used within lambdas passed to generic methods (e.g. LINQ).
|
13 years ago |
Mike Krüger
|
4e104efc65
|
ParameterCanBeDemotedIssue no longer tries to demote arrays to ILists.
|
13 years ago |
Mike Krüger
|
ecc15dde9a
|
Fixed bug in type system conversion (interface members can shadow
other members) & implement interface action bug.
|
13 years ago |
Mike Krüger
|
ee0479e2ff
|
Remove redundant empty argument list is now much less intrusive.
|
13 years ago |
Mike Krüger
|
25445fcd55
|
DeclareLocalVariable can now remove redundant parens.
|
13 years ago |
Mike Krüger
|
5c45761c90
|
Fixed variable inlining missing parentheses issues.
|
13 years ago |
Mike Krüger
|
eab84734b2
|
Fixed bug in create constructor action & implemented create enum value
action.
|
13 years ago |
Mike Krüger
|
91ee675380
|
Added some null checks.
|
13 years ago |
Mike Krüger
|
9ad0a08e78
|
Fixed potential ArgumentOutOfRangeException.
|
13 years ago |
Daniel Grunwald
|
7c7a2ad588
|
Fix ArgumentException in StatementsToInitializerConverter.
|
13 years ago |
Mike Krüger
|
16c7ed1863
|
Made GuessType methods public.
TODO: Improve this concept/move it to own class.
|
13 years ago |
Daniel Grunwald
|
6c62a05f10
|
Fix crash in ConvertToInitializer context action.
|
13 years ago |