294 Commits (71e42df2f917979bff19cc647534e1863b726549)

Author SHA1 Message Date
Mansheng Yang 71e42df2f9 [CodeActions] Moved GetDefaultValueExpression back to CreateOverloadWithoutParameterAction class 14 years ago
Mansheng Yang 6f063c60a6 [CodeIssues] RedundantFieldInitializerIssue: handle some number type initializer cases 14 years ago
Mansheng Yang f5c370a6cd [CodeIssues] MethodOverloadHidesOptionalParameterIssue: fixed namespace 14 years ago
Mansheng Yang 8d77f4bd9c [CodeIssues] Removed some unused usings 14 years ago
Mansheng Yang f1dad51f27 [CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done. 14 years ago
Mansheng Yang 11b9fd1cbc [CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings 14 years ago
Mansheng Yang c461c7b382 [CodeActions] ConvertConditionalToIfAction: check context location 14 years ago
Mansheng Yang 90356adce8 [CodeActions] ConvertCastToAsAction: check context location. Reorganized code. 14 years ago
Mansheng Yang f2b8be7a85 [CodeAction] ConvertAsToCastAction: check context location 14 years ago
Mansheng Yang c63f65a570 [CodeIssue] Added MethodOverloadHidesOptionalParameterIssue 14 years ago
Mike Krüger ddd341b42b [CodeActions] Fixed bug in create backing store. 14 years ago
Mansheng Yang 352b20cac6 [CodeIssue] Added RedundantObjectCreationArgumentListIssue 14 years ago
Mansheng Yang c0870dbb79 [CodeIssue] Added RedundantObjectOrCollectionInitializerIssue 14 years ago
Mansheng Yang 4af137970c [CodeIssue] Added RedundantCaseLabelIssue 14 years ago
Mansheng Yang b5bd89b003 [Refactoring] track renaming of ParsedFile to UnresolvedFile 14 years ago
Mansheng Yang 86e4d9a18e [CodeIssue] Added CastExpressionOfIncompatibleTypeIssue 14 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
Mansheng Yang d9dbd25be7 [CodeIssue] Added RedundantArrayInitializerCommaIssue 14 years ago
Mansheng Yang ff4b265de7 [CodeIssue] Added MethodNeverReturnsIssue 14 years ago
Mansheng Yang 83776a15f9 [CodeIssue] Added RedundantAttributeParenthesesIssue 14 years ago
Mansheng Yang 29c686ab0a [CodeIssue] Added DoubleNegationIssue 14 years ago
Daniel Grunwald eaba9798d3 Rename 'cu' to 'syntaxTree'. 14 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 14 years ago
Daniel Grunwald cc37a7179d TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 14 years ago
Daniel Grunwald 0f82920267 GenerateProperty: do not propose to generate a setter if the field is readonly. 14 years ago
Mansheng Yang 574b3d2cd3 [CodeIssue] CompareFloatWithEqualityOperator: handle a failed test case 14 years ago
Mansheng Yang 0ee9c33716 [CodeIssue] Added ReferenceEqualsCalledWithValueTypeIssue 14 years ago
Mansheng Yang 10fc7380d9 [CodeIssue] Added ExpressionIsNeverOfProvidedTypeIssue 14 years ago
Mansheng Yang 0ba24d9ffc [CodeIssue] Added ExpressionIsAlwaysOfProvidedTypeIssue 14 years ago
Mike Krüger 40b8ce58d2 [CodeIssues] Converted IgnoreConstructors to a property. 14 years ago
Mansheng Yang 384e0b608f [CodeIssue] CompareFloatWithEqualityOperatorIssue: fixed 'NaN' issue 14 years ago
Mansheng Yang 47f253138d [CodeIssue] ConstantConditionIssue: use a better title 14 years ago
Mansheng Yang 5c4a2da559 [CodeAction] NegateRelationalExpressionAction: fixed title 14 years ago
Mansheng Yang f5d0318106 [CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression 14 years ago
Daniel Grunwald e83d77a885 Ignore redundant 'this' in constructors. 14 years ago
Mansheng Yang b8b2c61f09 [CodeIssue] Added CompareBooleanWithTrueOrFalseIssue 14 years ago
Mansheng Yang 93fae44c4b [CodeAction] Added JoinDeclarationAndAssignmentAction 14 years ago
Daniel Grunwald 56114fe865 Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder. 14 years ago
Mansheng Yang b14db35ce2 [CodeIssue] CompareFloatWithEqualityOperatorIssue: handle double.NaN case 14 years ago
Mansheng Yang 3be1ef1bda [CodeIssue] NegativeRelationalExpressionIssue: no longer report issues for floating-point operations 14 years ago
Mansheng Yang 80d02a5b76 [CodeIssues] RedundantTypeCastIssue: use .Equals() for comparing types 14 years ago
Mansheng Yang 0cf2d3940a [CodeIssue] Renamed DoubleNegationExpressionIssue to NegativeRelationalExpressionIssue 14 years ago
Mansheng Yang 5307b168eb [CodeAction] Added JoinStringAction 14 years ago
Mansheng Yang 144ddcd987 [CodeIssue] Added DoubleNegationExpressionIssue 14 years ago
Mansheng Yang c9612ed85f [CodeAction] NegateRelationalExpressionAction: use CSharpUtil.NegateRelationalOperator 14 years ago
Daniel Grunwald 8b026d4e15 Script.Link() dummy implementation: return a completed task instead of null. 14 years ago
Mansheng Yang fa9d5acfac [CodeAction] Added NegateRelationalExpressionAction 14 years ago
Mansheng Yang 90c1b11416 [CodeIssue] ConstantConditionIssue: use 'true'/'false' instead of 'True'/'False' in title 14 years ago
Mansheng Yang 6c33cf85a9 [CodeIssue] IdenticalConditionalBranchIssue: use a better title 14 years ago
Mansheng Yang dab4b01de2 [CodeIssue] AssignmentMadeToSameVariableIssue: use a better title 14 years ago