CWS-TOOLING: integrate CWS qadev40
This commit is contained in:
@@ -155,7 +155,8 @@ public class MultiPropertyTest extends MultiMethodTest
|
||||
|
||||
if (info != null)
|
||||
{
|
||||
if (!info.hasPropertyByName(propName))
|
||||
final boolean bHasProperty = info.hasPropertyByName(propName);
|
||||
if (!bHasProperty)
|
||||
{
|
||||
if (isOptional(propName) || optionalService)
|
||||
{
|
||||
|
Reference in New Issue
Block a user