Mike Krüger
ba13e28750
Fixed bug in redundant assignment issue.
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
538f016c46
Implemented code issue message suppression.
13 years ago
Mike Krüger
69d4fd1ff1
RedundantAssignment issue is now more careful when removing
...
invocations.
13 years ago
Mike Krüger
35428a6466
* RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment
...
issue no longer warns for using statement resource acquisitions.
* ParameterCompletionTests.cs:
* RedundantAssignmentIssueTests.cs: [CodeIssues] Redundant assignment
issue no longer warns for using statements.
14 years ago
Mansheng Yang
9622218439
[CodeIssues]RedundantAssignmentIssue: ignore assignments in try blocks
14 years ago
Mike Krüger
9648890f61
[CodeIssues] Fixed concurrency issue in variable reference graph.
14 years ago
Mansheng Yang
dc7fa56956
[CodeIssue] RedundantAssignmentIssue: fixed a bug in issue finding
14 years ago
Mansheng Yang
b5bd89b003
[Refactoring] track renaming of ParsedFile to UnresolvedFile
14 years ago
Mansheng Yang
61faaca3cf
[CodeIssue] RedundantAssignmentIssue: fixed incorrect text marking
14 years ago
Mansheng Yang
63a8ca1f1d
[CodeIssue] Added RedundantAssignmentIssue
14 years ago
Simon Lindgren
6c2336b582
[CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext.
14 years ago
Simon Lindgren
1d129a6a74
Replace FindReferences with LocalReferenceFinder in RedundantAssignmentIssue.
14 years ago