Skip to content

Commit

Permalink
S3900: ShouldExecute method (#6942)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-kolbay-sonarsource authored and pavel-mikula-sonarsource committed Mar 31, 2023
1 parent d08d7ec commit aa5dfac
Show file tree
Hide file tree
Showing 50 changed files with 4,731 additions and 1,639 deletions.
388 changes: 311 additions & 77 deletions analyzers/its/expected/Automapper/AutoMapper--net461-S3900.json

Large diffs are not rendered by default.

388 changes: 311 additions & 77 deletions analyzers/its/expected/Automapper/AutoMapper--netstandard2.0-S3900.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
"issues": [
{
"id": "S3900",
"message": "Refactor this method to add validation of parameter 'other' before using it.",
"location": {
"uri": "sources\Ember-MM\Ember.Plugins\PluginManager.cs",
"region": {
"startLine": 343,
"startColumn": 49,
"endLine": 343,
"endColumn": 54
}
}
},
{
"id": "S3900",
"message": "Refactor this method to add validation of parameter 'section' before using it.",
"location": {
"uri": "sources\Ember-MM\Ember.Plugins\PluginSectionHandler.cs",
Expand Down

0 comments on commit aa5dfac

Please sign in to comment.