Skip to content

Commit

Permalink
Revert "update ITs"
Browse files Browse the repository at this point in the history
This reverts commit 016aebf.
  • Loading branch information
mary-georgiou-sonarsource committed Feb 17, 2023
1 parent 47f6635 commit f6cf3ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 186 deletions.
78 changes: 0 additions & 78 deletions analyzers/its/expected/Nancy/Nancy--net452-S2223.json
Expand Up @@ -15,71 +15,6 @@
},
{
"id": "S2223",
"message": "Change the visibility of 'hexChars' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 47,
"startColumn": 23,
"endLine": 47,
"endColumn": 31
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'entitiesLock' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 48,
"startColumn": 23,
"endLine": 48,
"endColumn": 35
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'entities' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 49,
"startColumn": 47,
"endLine": 49,
"endColumn": 55
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'defaultEncoder' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 54,
"startColumn": 28,
"endLine": 54,
"endColumn": 42
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'currentEncoder' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 56,
"startColumn": 28,
"endLine": 56,
"endColumn": 42
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'DEFAULT_SWITCHOVER_THRESHOLD' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\IO\RequestStream.cs",
Expand All @@ -93,19 +28,6 @@
},
{
"id": "S2223",
"message": "Change the visibility of 'mimeTypes' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\MimeTypes.cs",
"region": {
"startLine": 41,
"startColumn": 44,
"endLine": 41,
"endColumn": 53
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'NoBody' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Response.cs",
Expand Down
78 changes: 0 additions & 78 deletions analyzers/its/expected/Nancy/Nancy--netstandard2.0-S2223.json
Expand Up @@ -15,71 +15,6 @@
},
{
"id": "S2223",
"message": "Change the visibility of 'hexChars' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 47,
"startColumn": 23,
"endLine": 47,
"endColumn": 31
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'entitiesLock' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 48,
"startColumn": 23,
"endLine": 48,
"endColumn": 35
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'entities' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 49,
"startColumn": 47,
"endLine": 49,
"endColumn": 55
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'defaultEncoder' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 54,
"startColumn": 28,
"endLine": 54,
"endColumn": 42
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'currentEncoder' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 56,
"startColumn": 28,
"endLine": 56,
"endColumn": 42
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'DEFAULT_SWITCHOVER_THRESHOLD' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\IO\RequestStream.cs",
Expand All @@ -93,19 +28,6 @@
},
{
"id": "S2223",
"message": "Change the visibility of 'mimeTypes' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\MimeTypes.cs",
"region": {
"startLine": 41,
"startColumn": 44,
"endLine": 41,
"endColumn": 53
}
}
},
{
"id": "S2223",
"message": "Change the visibility of 'NoBody' or make it 'const' or 'readonly'.",
"location": {
"uri": "sources\Nancy\src\Nancy\Response.cs",
Expand Down
30 changes: 0 additions & 30 deletions analyzers/its/expected/Net5/Net5--net5.0-S2223.json

This file was deleted.

0 comments on commit f6cf3ad

Please sign in to comment.