Skip to content

Commit

Permalink
Update S927: C#: parameter names should match base declaration and ot…
Browse files Browse the repository at this point in the history
…her partial definitions
  • Loading branch information
Valeri Hristov committed Jul 5, 2017
1 parent 778c23b commit 3b7543a
Show file tree
Hide file tree
Showing 18 changed files with 716 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'pipelineItem' to 'syncDelegate'.",
"location": {
"uri": "Nancy\src\Nancy\AfterPipeline.cs",
"region": {
"startLine": 68,
"startColumn": 126,
"endLine": 68,
"endColumn": 138
}
}
},
{
"id": "S927",
"message": "Rename parameter 'pipelineItem' to 'syncDelegate'.",
"location": {
"uri": "Nancy\src\Nancy\BeforePipeline.cs",
"region": {
"startLine": 71,
"startColumn": 144,
"endLine": 71,
"endColumn": 156
}
}
},
{
"id": "S927",
"message": "Rename parameter 'container' to 'existingContainer'.",
"location": {
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs",
"region": {
"startLine": 56,
"startColumn": 80,
"endLine": 56,
"endColumn": 89
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.",
"location": {
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs",
"region": {
"startLine": 131,
"startColumn": 132,
"endLine": 131,
"endColumn": 159
}
}
},
{
"id": "S927",
"message": "Rename parameter 'compareValue' to 'obj'.",
"location": {
"uri": "Nancy\src\Nancy\DynamicDictionaryValue.cs",
"region": {
"startLine": 170,
"startColumn": 44,
"endLine": 170,
"endColumn": 56
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs",
"region": {
"startLine": 74,
"startColumn": 76,
"endLine": 74,
"endColumn": 93
}
}
},
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs",
"region": {
"startLine": 97,
"startColumn": 80,
"endLine": 97,
"endColumn": 97
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'requestContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Demo.Authentication.Forms\FormsAuthBootstrapper.cs",
"region": {
"startLine": 25,
"startColumn": 65,
"endLine": 25,
"endColumn": 81
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'requestContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Demo.Authentication.Stateless\StatelessAuthBootstrapper.cs",
"region": {
"startLine": 9,
"startColumn": 65,
"endLine": 9,
"endColumn": 81
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Demo.Hosting.Aspnet\DemoBootstrapper.cs",
"region": {
"startLine": 21,
"startColumn": 80,
"endLine": 21,
"endColumn": 97
}
}
},
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Demo.Hosting.Aspnet\DemoBootstrapper.cs",
"region": {
"startLine": 50,
"startColumn": 76,
"endLine": 50,
"endColumn": 93
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'container' to 'existingContainer'.",
"location": {
"uri": "Nancy\src\Nancy.Hosting.Aspnet\DefaultNancyAspNetBootstrapper.cs",
"region": {
"startLine": 107,
"startColumn": 80,
"endLine": 107,
"endColumn": 89
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.",
"location": {
"uri": "Nancy\src\Nancy.Hosting.Aspnet\DefaultNancyAspNetBootstrapper.cs",
"region": {
"startLine": 203,
"startColumn": 132,
"endLine": 203,
"endColumn": 159
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'container' to 'existingContainer'.",
"location": {
"uri": "Nancy\src\Nancy.Testing\ConfigurableBootstrapper.cs",
"region": {
"startLine": 370,
"startColumn": 80,
"endLine": 370,
"endColumn": 89
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.",
"location": {
"uri": "Nancy\src\Nancy.Testing\ConfigurableBootstrapper.cs",
"region": {
"startLine": 523,
"startColumn": 125,
"endLine": 523,
"endColumn": 152
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs",
"region": {
"startLine": 74,
"startColumn": 76,
"endLine": 74,
"endColumn": 93
}
}
},
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs",
"region": {
"startLine": 97,
"startColumn": 80,
"endLine": 97,
"endColumn": 97
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Unit\Bootstrapper\NancyBootstrapperBaseFixture.cs",
"region": {
"startLine": 433,
"startColumn": 122,
"endLine": 433,
"endColumn": 149
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Unit\Bootstrapper\NancyBootstrapperWithRequestContainerBaseFixture.cs",
"region": {
"startLine": 345,
"startColumn": 57,
"endLine": 345,
"endColumn": 84
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'propertyName' to 'method'.",
"location": {
"uri": "Nancy\src\Nancy.ViewEngines.DotLiquid\DynamicDrop.cs",
"region": {
"startLine": 22,
"startColumn": 52,
"endLine": 22,
"endColumn": 64
}
}
}
]
}
Loading

0 comments on commit 3b7543a

Please sign in to comment.