Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update S927: C#: parameter names should match base declaration and other partial definitions #534

Merged
merged 2 commits into from
Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'pipelineItem' to 'syncDelegate' to match the base class declaration.",
"location": {
"uri": "Nancy\src\Nancy\AfterPipeline.cs",
"region": {
"startLine": 68,
"startColumn": 126,
"endLine": 68,
"endColumn": 138
}
}
},
{
"id": "S927",
"message": "Rename parameter 'pipelineItem' to 'syncDelegate' to match the base class declaration.",
"location": {
"uri": "Nancy\src\Nancy\BeforePipeline.cs",
"region": {
"startLine": 71,
"startColumn": 144,
"endLine": 71,
"endColumn": 156
}
}
},
{
"id": "S927",
"message": "Rename parameter 'container' to 'existingContainer' to match the base class declaration.",
"location": {
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs",
"region": {
"startLine": 56,
"startColumn": 80,
"endLine": 56,
"endColumn": 89
}
}
},
{
"id": "S927",
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn' to match the base class declaration.",
"location": {
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs",
"region": {
"startLine": 131,
"startColumn": 132,
"endLine": 131,
"endColumn": 159
}
}
},
{
"id": "S927",
"message": "Rename parameter 'compareValue' to 'other' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy\DynamicDictionaryValue.cs",
"region": {
"startLine": 155,
"startColumn": 51,
"endLine": 155,
"endColumn": 63
}
}
},
{
"id": "S927",
"message": "Rename parameter 'compareValue' to 'obj' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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,69 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'expected' to 'x' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing\AssertEqualityComparer.cs",
"region": {
"startLine": 13,
"startColumn": 30,
"endLine": 13,
"endColumn": 38
}
}
},
{
"id": "S927",
"message": "Rename parameter 'actual' to 'y' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing\AssertEqualityComparer.cs",
"region": {
"startLine": 13,
"startColumn": 42,
"endLine": 13,
"endColumn": 48
}
}
},
{
"id": "S927",
"message": "Rename parameter 'actual' to 'obj' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing\AssertEqualityComparer.cs",
"region": {
"startLine": 53,
"startColumn": 34,
"endLine": 53,
"endColumn": 40
}
}
},
{
"id": "S927",
"message": "Rename parameter 'container' to 'existingContainer' to match the base class declaration.",
"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' to match the base class declaration.",
"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,43 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'expected' to 'other' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing.Tests\AssertEqualityComparerFixture.cs",
"region": {
"startLine": 152,
"startColumn": 47,
"endLine": 152,
"endColumn": 55
}
}
},
{
"id": "S927",
"message": "Rename parameter 'comparable' to 'other' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing.Tests\AssertEqualityComparerFixture.cs",
"region": {
"startLine": 175,
"startColumn": 58,
"endLine": 175,
"endColumn": 68
}
}
},
{
"id": "S927",
"message": "Rename parameter 'comparable' to 'obj' to match the interface declaration.",
"location": {
"uri": "Nancy\src\Nancy.Testing.Tests\AssertEqualityComparerFixture.cs",
"region": {
"startLine": 198,
"startColumn": 41,
"endLine": 198,
"endColumn": 51
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"issues": [
{
"id": "S927",
"message": "Rename parameter 'existingContainer' to 'container' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"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' to match the base class declaration.",
"location": {
"uri": "Nancy\src\Nancy.Tests\Unit\Bootstrapper\NancyBootstrapperWithRequestContainerBaseFixture.cs",
"region": {
"startLine": 345,
"startColumn": 57,
"endLine": 345,
"endColumn": 84
}
}
}
]
}
Loading