Skip to content

Feat #586 [Reference Data] As a user I want to be able to create and edit a Measurement Scale #2231

Feat #586 [Reference Data] As a user I want to be able to create and edit a Measurement Scale

Feat #586 [Reference Data] As a user I want to be able to create and edit a Measurement Scale #2231

Triggered via pull request April 24, 2024 17:02
Status Success
Total duration 4m 19s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): COMETwebapp/Components/SiteDirectory/EngineeringModel/EngineeringModelsTable.razor.cs#L111
'EngineeringModelsTable.OnSelectedDataItemChanged(EngineeringModelRowViewModel)' hides inherited member 'SelectedDataItemBase<EngineeringModelSetup, EngineeringModelRowViewModel>.OnSelectedDataItemChanged(EngineeringModelRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/OrganizationsTable.razor.cs#L76
'OrganizationsTable.OnSelectedDataItemChanged(OrganizationRowViewModel)' hides inherited member 'SelectedDataItemBase<Organization, OrganizationRowViewModel>.OnSelectedDataItemChanged(OrganizationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/Roles/ParticipantRolesTable.razor.cs#L83
'ParticipantRolesTable.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<ParticipantRole, ParticipantRoleRowViewModel>.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/EngineeringModel/CommonFileStoresTable.razor.cs#L83
'CommonFileStoresTable.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)' hides inherited member 'SelectedDataItemBase<CommonFileStore, CommonFileStoreRowViewModel>.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/Roles/PersonRolesTable.razor.cs#L83
'PersonRolesTable.OnSelectedDataItemChanged(PersonRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<PersonRole, PersonRoleRowViewModel>.OnSelectedDataItemChanged(PersonRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/EngineeringModel/OptionsTable.razor.cs#L78
'OptionsTable.OnSelectedDataItemChanged(OptionRowViewModel)' hides inherited member 'SelectedDataItemBase<Option, OptionRowViewModel>.OnSelectedDataItemChanged(OptionRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/EngineeringModel/PublicationsTable.razor.cs#L73
'PublicationsTable.OnSelectedDataItemChanged(PublicationRowViewModel)' hides inherited member 'SelectedDataItemBase<Publication, PublicationRowViewModel>.OnSelectedDataItemChanged(PublicationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/EngineeringModel/EngineeringModelsTable.razor.cs#L111
'EngineeringModelsTable.OnSelectedDataItemChanged(EngineeringModelRowViewModel)' hides inherited member 'SelectedDataItemBase<EngineeringModelSetup, EngineeringModelRowViewModel>.OnSelectedDataItemChanged(EngineeringModelRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/OrganizationsTable.razor.cs#L76
'OrganizationsTable.OnSelectedDataItemChanged(OrganizationRowViewModel)' hides inherited member 'SelectedDataItemBase<Organization, OrganizationRowViewModel>.OnSelectedDataItemChanged(OrganizationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): COMETwebapp/Components/SiteDirectory/Roles/ParticipantRolesTable.razor.cs#L83
'ParticipantRolesTable.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<ParticipantRole, ParticipantRoleRowViewModel>.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.