CWS-TOOLING: integrate CWS qadev40

This commit is contained in:
Ivo Hinkelmann
2010-03-03 14:01:18 +01:00
33 changed files with 626 additions and 456 deletions

View File

@@ -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)
{