#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald 64b8217fb0 Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
..
AccessToClosureIssues [CodeIssues] Disabled AccessToXXXClosureIssue for now because of 13 years ago
FormatStringIssues Add fast check to discard most invocations early in FormatStringIssue. 13 years ago
InconsistentNamingIssue Use StringComparison.Ordinal 13 years ago
ParameterCanBeDemotedIssue Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
VariableHidesMemberIssue [CodeIssues] Add accessibility checking to VariableHidesMemberIssue. 13 years ago
VariableNotUsedIssues ParameterNotUsedIssue: add heuristic that prevents false positives for event handler methods when the event is registered in designer-generated code. 13 years ago
VariableOnlyAssignedIssues [CodeIssues] Removed LocalVariableOnlyAssignedIssue - it's redundant 13 years ago
AssignmentMadeToSameVariableIssue.cs AssignmentMadeToSameVariableIssue: don't warn on "a += a;" 13 years ago
BitwiseOperationOnNonFlagsEnumIssue.cs
CallToObjectEqualsViaBaseIssue.cs [CodeIssues] Check method names before concluding there is a problem. 13 years ago
CallToVirtualFunctionFromConstructorIssue.cs CallToVirtualFunctionFromConstructorIssue: avoid false positive when the call appears in an anonymous method 13 years ago
CastExpressionOfIncompatibleTypeIssue.cs CastExpressionOfIncompatibleTypeIssue: don't produce an issue when the source or target type is unknown. 13 years ago
CompareBooleanWithTrueOrFalseIssue.cs [CodeIssues] CompareBooleanWithTrueOrFalseIssue: check if the expression being compared is of boolean type 13 years ago
CompareFloatWithEqualityOperatorIssue.cs CompareFloatWithEqualityOperatorIssue: use short name for System.Math if possible. 13 years ago
ConditionalToNullCoalescingIssue.cs Fixed some compiler warnings. 13 years ago
ConstantConditionIssue.cs [CodeIssues] ConstantConditionIssue: check if condition is compile time constant to avoid fake warnings 13 years ago
DoubleNegationIssue.cs
ExceptionRethrowIssue.cs Add "add using" context action. 13 years ago
ExplicitConversionInForEachIssue.cs
ExpressionIsAlwaysOfProvidedTypeIssue.cs Fixed some compiler warnings. 13 years ago
ExpressionIsNeverOfProvidedTypeIssue.cs Fixed some compiler warnings. 13 years ago
ForControlVariableNotModifiedIssue.cs [CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext. 13 years ago
GatherVisitorBase.cs Add "add using" context action. 13 years ago
IdenticalConditionalBranchIssue.cs
IncorrectCallToObjectGetHashCodeIssue.cs [CodeIssues] Check method names before concluding there is a problem. 13 years ago
IncorrectExceptionParameterOrderingIssue.cs Add "add using" context action. 13 years ago
IssueCategories.cs
MethodNeverReturnsIssue.cs Don't show 'method never returns' for iterators containing 'yield break;' 13 years ago
MethodOverloadHidesOptionalParameterIssue.cs Don't show 'Method with optional parameter is hidden by overload' issue if the overloads have different type parameters. 13 years ago
MissingStringComparisonIssue.cs Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls. 13 years ago
MultipleEnumerationIssue.cs [CodeIssues] Fixed concurrency issue in variable reference graph. 13 years ago
NegativeRelationalExpressionIssue.cs Don't produce NegativeRelationalExpressionIssue inside operator declarations 13 years ago
NotImplementedExceptionIssue.cs Fixed some compiler warnings. 13 years ago
OptionalParameterCouldBeSkippedIssue.cs Add check to disqualify most invocations early in OptionalParameterCouldBeSkippedIssue. 13 years ago
RedundantArrayInitializerCommaIssue.cs [CodeIssues] RedundantArrayInitializerCommaIssue: show appropriate description for different types of initializers 13 years ago
RedundantAssignmentIssue.cs * RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment 13 years ago
RedundantAttributeParenthesesIssue.cs
RedundantCaseLabelIssue.cs [CodeIssues] Removed some unused usings 13 years ago
RedundantCatchIssue.cs [CodeIssues] Don't consider empty catches redundant. 13 years ago
RedundantElseIssue.cs [CodeIssues] Fixed case in redundant else issue. 13 years ago
RedundantFieldInitializerIssue.cs [CodeIssues] ')edundant field initializer' issue no longer greys out 13 years ago
RedundantInternalIssue.cs Fixed some compiler warnings. 13 years ago
RedundantNamespaceUsageIssue.cs Fixed some compiler warnings. 13 years ago
RedundantObjectCreationArgumentListIssue.cs
RedundantObjectOrCollectionInitializerIssue.cs
RedundantPrivateIssue.cs Fixed some compiler warnings. 13 years ago
RedundantThisIssue.cs
RedundantToStringIssue.cs [CodeIssues] Did some performance optimizations of the 13 years ago
RedundantTypeCastIssue.cs [CodeIssue] Fixed bug in redundant type cast issue. 13 years ago
RedundantUsingIssue.cs
RedundantWhereWithPredicateIssue.cs RedundantWhereWithPredicateIssue: in addition to Any(), handle Count(),First(),FirstOrDefault(),Last(),LastOrDefault(),LongCount(),Single() and SingleOrDefault(). 13 years ago
ReferenceEqualsCalledWithValueTypeIssue.cs Add fast check to discard most invocations early in ReferenceEqualsCalledWithValueTypeIssue. 13 years ago
ReferenceToStaticMemberViaDerivedTypeIssue.cs Add "add using" context action. 13 years ago
ResultOfAsyncCallShouldNotBeIgnoredIssue.cs Add "add using" context action. 13 years ago
StaticFieldInGenericTypeIssue.cs Copy over some fixes from SD5. 13 years ago
StringIsNullOrEmptyIssue.cs [CodeIssues] Added type checking to string is null or empty issue. 13 years ago
ThreadStaticOnInstanceFieldIssue.cs
TypeParameterNotUsedIssue.cs
UnreachableCodeIssue.cs Merge some bugfixes from SharpDevelop to NRefactory. 13 years ago
UseVarKeywordIssue.cs Fixed some compiler warnings. 13 years ago
ValueParameterUnusedIssue.cs Don't warn on empty custom events. 13 years ago
VariableDeclaredInWideScopeIssue.cs [CodeIssues] Don't move variable declarations into the list of initializer statements of for statements. 13 years ago