Reduce duplicated code by reusing common functions #14
Annotations
10 warnings
analyze (ubuntu-latest):
src/TALib.NETCore/Candles/TA_Harami.cs#L90
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Candles/TA_HaramiCross.cs#L88
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Functions/TA_AroonOsc.cs#L50
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Functions/TA_AroonOsc.cs#L84
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Core/OutputFlags.cs#L9
Rename this enumeration to remove the 'Flags' suffix. (https://rules.sonarsource.com/csharp/RSPEC-2344)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Functions/FunctionUtilities.cs#L25
Method has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Functions/FunctionUtilities.cs#L191
Method has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Functions/FunctionUtilities.cs#L88
Method has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Core/IndicatorFunction.cs#L57
Make this method private or simplify its parameters to not use multidimensional/jagged arrays. (https://rules.sonarsource.com/csharp/RSPEC-2368)
|
analyze (ubuntu-latest):
src/TALib.NETCore/Candles/TA_AbandonedBaby.cs#L25
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|