#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.
 
 
 
 
 
 
Adam Connelly fccd433299 [CodeIssues] Updating the NoDefaultConstructorIssue to ignore inaccessible constructors and to only look at the direct base type. I also updated the issue text to contain the compiler error number, and altered the way that the string was formatted so that the format string is passed into TranslateString. 13 years ago
..
AccessToClosureIssues [CodeIssues] Removed some unused usings 13 years ago
FormatStringIssues [CodeIssues] RedundantToStringIssue: Also check formatting calls. 13 years ago
InconsistentNamingIssue [CodeIssues] Added indexer case. 13 years ago
ParameterCanBeDemotedIssue [CodeIssues] Improve ParameterCanBeDemotedIssue. 13 years ago
VariableHidesMemberIssue [CodeIssue] ParameterHidesMemberIssue and LocalVariableHidesMemberIssue now distinguish static and non-static members 13 years ago
VariableNotUsedIssues [Refactoring] track renaming of ParsedFile to UnresolvedFile 13 years ago
VariableOnlyAssignedIssues [CodeIssues] Removed some unused usings 13 years ago
AssignmentMadeToSameVariableIssue.cs [CodeIssue] AssignmentMadeToSameVariableIssue: use a better title 13 years ago
BitwiseOperationOnNonFlagsEnumIssue.cs [CodeIssue] Added BitwiseOperationOnNonFlagsEnumIssue 13 years ago
CallToObjectEqualsViaBaseIssue.cs [CodeIssues] CallToObjectViaBaseIssue: Ignore calls which do not target members of 'base'. 13 years ago
CallToVirtualFunctionFromConstructorIssue.cs [CodeIssues] Make CallToVirtualFunctionFromConstructorIssue less whiny. 13 years ago
CastExpressionOfIncompatibleTypeIssue.cs [CodeIssue] Added CastExpressionOfIncompatibleTypeIssue 13 years ago
CompareBooleanWithTrueOrFalseIssue.cs [CodeIssues] CompareBooleanWithTrueOrFalseIssue: check if the expression being compared is of boolean type 13 years ago
CompareFloatWithEqualityOperatorIssue.cs [CodeIssue] CompareFloatWithEqualityOperator: handle a failed test case 13 years ago
ConditionalToNullCoalescingIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ConstantConditionIssue.cs [CodeIssues] ConstantConditionIssue: check if condition is compile time constant to avoid fake warnings 13 years ago
DoubleNegationIssue.cs [CodeIssue] Added DoubleNegationIssue 13 years ago
ExceptionRethrowIssue.cs [CodeIssues] Add ExceptionRethrowIssue 13 years ago
ExplicitConversionInForEachIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ExpressionIsAlwaysOfProvidedTypeIssue.cs [CodeIssues] Removed some unused usings 13 years ago
ExpressionIsNeverOfProvidedTypeIssue.cs [CodeIssues] Removed some unused usings 13 years ago
ForControlVariableNotModifiedIssue.cs [Refactoring] track renaming of ParsedFile to UnresolvedFile 13 years ago
GatherVisitorBase.cs Added some documentation. 14 years ago
IdenticalConditionalBranchIssue.cs [CodeIssue] IdenticalConditionalBranchIssue: use a better title 13 years ago
IncorrectCallToObjectGetHashCodeIssue.cs [CodeIssues] IncorrectCallTogetHashCodeIssue: Only look at calls to members of 'base' or 'this'. 13 years ago
IncorrectExceptionParameterOrderingIssue.cs [CodeIssues] Change the namespace on IncorrectExceptionParameterOrderingIssue. 13 years ago
IssueCategories.cs Added compiler warnings & errors issue categories. 14 years ago
MethodNeverReturnsIssue.cs [CodeIssues] MethodNeverReturnsIssue: handle 'throw' case 13 years ago
MethodOverloadHidesOptionalParameterIssue.cs [CodeIssues] MethodOverloadHidesOptionalParameterIssue: fixed namespace 13 years ago
MultipleEnumerationIssue.cs [CodeIssues] MultipleEnumerationIssue: added documentation 13 years ago
NegativeRelationalExpressionIssue.cs [CodeIssue] NegativeRelationalExpressionIssue: no longer report issues for floating-point operations 13 years ago
NoDefaultConstructorIssue.cs [CodeIssues] Updating the NoDefaultConstructorIssue to ignore inaccessible constructors and to only look at the direct base type. I also updated the issue text to contain the compiler error number, and altered the way that the string was formatted so that the format string is passed into TranslateString. 13 years ago
NotImplementedExceptionIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
OptionalParameterCouldBeSkippedIssue.cs [CodeActions] Greatly improved OptionalParameterCouldBeSkippedIssue. 13 years ago
RedundantArrayInitializerCommaIssue.cs [CodeIssue] Added RedundantArrayInitializerCommaIssue 13 years ago
RedundantAssignmentIssue.cs [CodeIssue] RedundantAssignmentIssue: fixed a bug in issue finding 13 years ago
RedundantAttributeParenthesesIssue.cs [CodeIssue] Added RedundantAttributeParenthesesIssue 13 years ago
RedundantCaseLabelIssue.cs [CodeIssues] Removed some unused usings 13 years ago
RedundantCatchIssue.cs [CodeIssues] Don't consider empty catches redundant. 13 years ago
RedundantElseIssue.cs [CodeIssue]RedundantElseIssue: changed Severity to Warning 13 years ago
RedundantFieldInitializerIssue.cs [CodeIssues] ')edundant field initializer' issue no longer greys out 13 years ago
RedundantInternalIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
RedundantNamespaceUsageIssue.cs Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
RedundantObjectCreationArgumentListIssue.cs [CodeIssue] Added RedundantObjectCreationArgumentListIssue 13 years ago
RedundantObjectOrCollectionInitializerIssue.cs [CodeIssue] Added RedundantObjectOrCollectionInitializerIssue 13 years ago
RedundantPrivateIssue.cs [CodeIssue] removed '.' in name. 14 years ago
RedundantThisIssue.cs [CodeIssues] Converted IgnoreConstructors to a property. 13 years ago
RedundantToStringIssue.cs [CodeIssue] RedundantToStringIssue: Don't crash on parameter with declaration-less types. 13 years ago
RedundantTypeCastIssue.cs [CodeIssues] RedundantTypeCastIssue: use .Equals() for comparing types 13 years ago
RedundantUsingIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
RedundantWhereWithPredicateIssue.cs [CodeIssues] New issue to convert .Where(p).Any() to .Any(p). (from shani) 13 years ago
ReferenceEqualsCalledWithValueTypeIssue.cs [CodeIssue] Added ReferenceEqualsCalledWithValueTypeIssue 13 years ago
ReferenceToStaticMemberViaDerivedTypeIssue.cs [CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue. 13 years ago
StaticFieldInGenericTypeIssue.cs [CodeIssues] Add StaticFieldInGenericTypeIssue. 13 years ago
StringIsNullOrEmptyIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ThreadStaticOnInstanceFieldIssue.cs [CodeIssues] Add ThreadStaticOnInstanceFieldsIssue. 13 years ago
TypeParameterNotUsedIssue.cs [Refactoring] track renaming of ParsedFile to UnresolvedFile 13 years ago
UnreachableCodeIssue.cs [CodeIssue] Added UnreachableCodeIssue 13 years ago
UseVarKeywordIssue.cs Made it easier to get the issues out of the gather visitor. 14 years ago
ValueParameterUnusedIssue.cs Merge branch 'master' into simonl 13 years ago
VariableDeclaredInWideScopeIssue.cs [CodeIssues] Add incomplete dependency tracking to VariableDeclaredInWideScopeIssue. 13 years ago