Difference between revisions of "Extensions.ExternalServiceProvider.ExternalServiceProviderChk002"

From emotive
Jump to navigation Jump to search
(Created by Ngoc Tran.)
 
(Edited by Ngoc Tran.)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
In a [[Extensions.ExternalServiceProvider.CreateProvider|CreateProvider]] action, the given arguments will match to the corresponding constructor parameter declaration in the corresponding constructor signature. This concerns parameter names as well as data types.
+
In a [[Extensions.ExternalServiceProvider.CreateProvider|CreateProvider]] action, the given arguments will match to the corresponding constructor parameter declaration in the corresponding constructor signature. This concerns parameter names as well as data types.

Revision as of 11:54, 14 November 2019

Classification

Name ExternalServiceProvider_Chk002
Class ExternalServiceProvider
Severity Critical
SpecifiedBy ISO 13209-4

Description

In a CreateProvider action, the given arguments will match to the corresponding constructor parameter declaration in the corresponding constructor signature. This concerns parameter names as well as data types.