Daniel Grunwald
bbcde1ea2e
Use ISymbol in Script.Rename()
12 years ago
Mike Krüger
23636398d0
Symbol collector is now more generic and can be used to find overloads
...
for find references as well.
12 years ago
Mike Krüger
5b9e640160
Implemented first version of the symbol collector.
12 years ago
Mike Krüger
1f2f3691be
Fixed possible parser exception.
12 years ago
Mike Krüger
444eb11153
Implemented basic rename feature.
12 years ago
Daniel Grunwald
76d4845bbe
Add rename API (not implemented yet).
12 years ago
Daniel Grunwald
47df996540
Add TypeGraph
12 years ago
Daniel Grunwald
149dea7412
Add TypeGraphNode to NRefactory; and move AbiComparer from NR.CSharp.Analysis to NR.Analysis
12 years ago
Mike Krüger
ccc2fddc6c
Added obsolete EmptyExpression. (Removing was a breaking change)
12 years ago
Mike Krüger
742f67753d
ResultOfAsyncCallShouldNotBeIgnoredIssue no longer underlines a large
...
portion of the text.
12 years ago
Mike Krüger
1e628e6b6a
Took out failing tests on mono.
12 years ago
Mike Krüger
76d9a6daa5
IKVM loader should now be a cecil loader replacement.
12 years ago
Daniel Grunwald
648eb6b052
Ignore failing test
12 years ago
Mike Krüger
c82d6011fc
Ikvm loader no longer resolves assemblies on its own.
12 years ago
Mike Krüger
f5d8ea6631
Removed empty expression / fixed potential bug where unary operator
...
expression may be null.
12 years ago
Daniel Grunwald
61e4e16ef5
Add back the old EntityType as obsolete enum to provide some limited backward compatibility.
12 years ago
Daniel Grunwald
7c388ba920
Rename EntityType -> SymbolKind
12 years ago
Daniel Grunwald
5e9edc0f63
Introduce ISymbol as a common super-interface of IEntity, INamespace, IVariable and ITypeParameter.
12 years ago
Mike Krüger
3ca994db9c
Merge pull request #191 from alanmcgovern/master
...
Remove $(Configuration) and $(Platform) from the OutputPath variable
12 years ago
Alan McGovern
b789f83243
[build] Fix the OutputPath properties
...
They should not contain $(Platform) or $(Configuration) in the actual
string as MonoDevelop is unable to cope with this.
12 years ago
Mike Krüger
18e17deda6
Added index getter to type parameter reference.
12 years ago
Mike Krüger
f7e1c35fdf
Fixed bug in IdStringProvider.ParseTypeName.
12 years ago
Mike Krüger
929dc52f3f
Disabled VariableDeclaredInWideScopeIssue.
...
This may destroy code - see
"DoesNotSuggestMovingIntoBodyAfterMethodCall". This issue requires
some extra logic. I doubt that the issue is useful any longer when
that logic is implemented. Safely moved can only be constant
expressions (which should be handled by the compiler anyway). It needs
to check that it doesn't move non constant code beyond any
method/property usage or field assignments - there are no much use
cases left for that action.
12 years ago
Mike Krüger
06ad4c8218
Added unit test for CS0029InvalidConversionIssue.
12 years ago
Mike Krüger
0974a50e89
Cleaned up some code.
12 years ago
Mike Krüger
fce1859c06
Fixed some issues in the IkvmLoader.
...
It's now 98% working.
12 years ago
Daniel Grunwald
e1f13aaedf
Replace ExpressionOfCompatibleTypeCastIssue with CS0029InvalidConversionIssue.
12 years ago
Daniel Grunwald
1e1ed360aa
Fix ExpressionOfCompatibleTypeCastIssue: assigning a literal 0 to an enum-type variable is valid
12 years ago
Daniel Grunwald
c1aa0acd09
Remove unreachable code
12 years ago
Daniel Grunwald
e22be6ea28
Fix crash in ConvertIfToSwitchAction when there are nested if statements.
12 years ago
Mike Krüger
fabbe8bc90
Improved the Ikvm loader.
...
It's still not a 100% replacement - 6 tests are failing.
12 years ago
Mike Krüger
5f98837c3c
Added first implementation of an ikvm assembly loader (no cecil loader
...
replacement yet).
12 years ago
Daniel Grunwald
fb493193e3
AddAnotherAccessorAction: don't try to assign to readonly fields
12 years ago
Daniel Grunwald
1cec2e62f8
Ensure we pass the correct type argument to GatherVisitorBase<>.
12 years ago
Mike Krüger
5b30dbb1e2
ExpressionOfCompatibleTypeCastIssue no longer warns on implicit
...
conversions.
12 years ago
Mike Krüger
81c06bd868
Fixed potential bug in 'NoDefaultConstructorIssue'.
12 years ago
Daniel Grunwald
44f40d755f
Fix bug in AstNode.GetDescendantsImpl() that caused several unit tests to fail.
12 years ago
Daniel Grunwald
4a8a61ee2e
Fix false positives in SimplifyAnonymousMethodToDelegateIssue: the simplification is not possible when the lambda involves non-reference conversions.
12 years ago
Daniel Grunwald
f53526218d
Fix false positives in FormatStringIssue when params-parameter is used in unexpanded form.
12 years ago
Daniel Grunwald
658752eace
string.IsNullOrEmpty issue: detect 'str != null && str.Length > 0' pattern
12 years ago
Daniel Grunwald
b9e4d4841b
Fix false positive in ExpressionOfCompatibleTypeCastIssue
12 years ago
Mike Krüger
90c729419e
Fixed bug in cecil loader.
12 years ago
Mike Krüger
6133647c68
GetPotentiallyNestedClassTypeReference no longer returns null on
...
resolve.
12 years ago
Mike Krüger
e3c40ba7f3
Fixed xml doc formatting bug.
12 years ago
Mike Krüger
774e949bdb
Fixed formatting bug.
12 years ago
Mike Krüger
8826ae7f1c
Added wrapping formatting bug.
12 years ago
Mike Krüger
6c4d206dcd
Added failing completion test case.
12 years ago
Mike Krüger
5dec9ee365
Added DescendantNodes API.
12 years ago
Mike Krüger
fca6a67c0e
Fixed failing test.
12 years ago
Mike Krüger
6eba7eb798
Moved Severity/IssueMarker to NRefactory. This eliminates a
...
NRefactory.C# dependency in IDE code using these two enums to create
the markers & makes it easier to use these enums in other language
refactoring plugins.
12 years ago