Ciprian Khlud
9a482c2653
Remove unused field
13 years ago
Ciprian Khlud
9db3f46cbc
Support non void arguments
13 years ago
Luís Reis
cf7c55dae3
ConvertLambdaToAnonymousDelegates now works correctly for lambdas with an expression on the right side.
13 years ago
Luís Reis
33725e3f82
Prevent UseExplicitTypeAction for anonymous types.
13 years ago
Ciprian Khlud
ad0c12d1da
Sample implementation for bug #11866
...
https://bugzilla.xamarin.com/show_bug.cgi?id=11866
The test fails because EOLN issues for now, and it works just for methods that return void for now. But it does look for methods inside the classes that have same: arguments, return type and modifiers (so are duplicates)
13 years ago
Mike Krüger
425be7ccc6
Fix create changed event action.
13 years ago
Mike Krüger
1c86d72523
Revert "Simplified the scrip API a bit (insert cursor/links are no longer task"
...
I do it different.
This reverts commit 4fa3c33d6b .
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:
...
https://bugzilla.xamarin.com/show_bug.cgi?id=10728
There is a bug in conversion between double and float (in Convert part of the base classes)
13 years ago
Ciprian Khlud
d225305f0d
Fixed the range of the ConvertToStaticMethodIssue
13 years ago
Mike Krüger
9425107fc9
Turned off expression of compatibile type cast issue.
...
It doesn't really work correctly - what is that supposed to do and why
?
13 years ago
Ciprian Khlud
3fae6d6cd6
Fixed description
13 years ago
Ciprian Khlud
0d391896fb
Fixes bug #10731
...
https://bugzilla.xamarin.com/show_bug.cgi?id=10731
It will look as a separate issue checker for basic interfaces and it will give the first implementation that works as base (so it will not give 5 possible conversions, even all are possible). In practice works really well. It is losely based on the ParameterCanbeDemotedIssue so I exposed the code to not duplicate it. Yet the code is much simpler this action.
13 years ago
Ciprian Khlud
dd8caea759
Fixes bug 11709 part of Xamarin's bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=11709
...
It makes ConvertToStaticMethod as an issue.
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
...
based).
13 years ago
Mike Krüger
05dfb9eada
fixed bug in create changed event.
13 years ago
Mike Krüger
de0b7ddff6
Fixed bug in create changed event.
13 years ago
Mike Krüger
b632cece34
Fixed formatting bug in create changed event.
13 years ago
leoowen19
bb3001bc37
[ContextAction] Added more contraint with DecToHex Action
...
Constraints of bool, float, double and char were added.
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
0d576c4791
Removed some duplicate code.
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
37e401152f
Fixed formatting tests.
13 years ago
Mike Krüger
55a0f5326e
Added some formatting options.
...
TODO: More wrapping tests!
13 years ago
Mike Krüger
1994d5b21e
Reformatted some files.
13 years ago
Mike Krüger
93285cc053
Public constructor issue now marks the name token.
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
...
Convert modifiers of constructors in Abstract class from "public" to
"protected".
13 years ago
leoowen19
511439be30
[CodeIssue] Reformatted three code issue files
13 years ago
Mike Krüger
db4a4ee299
Corrected some settings in the allman formatting style.
13 years ago
Mike Krüger
827a7f38d4
Use OfType to find constructor declarations.
13 years ago
leoowen19
42921dca18
[CodeIssue] Redundant Constructor issue
...
Do not need an empty constructor
13 years ago
ciplogic
afe570f1fb
Give the same names for code issues to their R# equivalents to make possible disabling them
13 years ago
ciplogic
ce7ba9ad64
Fasten the search visitor by ignoring some top level constructs
13 years ago
Daniel Grunwald
d9076125a3
Add ConstructorInitializerType.Any for more flexible pattern matching on constructor initializers.
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
619cffddae
Added Resharper disable keyword
13 years ago
ciplogic
4990bc3155
Fixed issues based on great feedback of dgrunwald .
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
4a9475457b
Fixed delegate maching constructors/operators etc.
13 years ago
Mike Krüger
d22b96f12c
Fixed formatting bug.
13 years ago
Mike Krüger
b342171a1e
Operations can now be named.
13 years ago