Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Excluding global variables from BD-TRS-THRDR

bevenson
bevenson Posts: 1

I have a few global variables that are used as read-only in one location and write-only in another location and don't need a mutex. I'm trying to update the rule parameters for BD-TRS-THRDR to ignore these specific variables and I'm not having much success. If I only use one variable name in the rule parameter in the variable name (foo) it works fine on that variable. If I add another (foo,bar) then it doesn't work anymore. How am I supposed to list multiple variable names in this rule parameter?

Best Answer

  • rozenau
    rozenau Posts: 16
    Answer ✓

    You can use the pipe character ('|') to delimit multiple variable names, i.e. use foo|bar as the value of the rule parameter.