Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Dependency type - Do you want to checcheck for 'from' or 'to' dependencies?
  • Dependencies names - The names of the dependencies whose presence you want to check for in the requirements. The rule will check for the presence of at least one of these dependencies. If you want to check for multiple dependencies at the same time, you can simply create one rule per dependency.

...

5. Checking for the presence of an external property:

  • External properties names - The names of the external properties whose presence you want to check for in the requirements. The rule will check for the presence of at least one of these external properties. If you want to check for multiple external properties at the same time, you can simply create one rule per external property.


Search syntax

QueryResult
rulestatus = trueAll requirements which respect all the rules that apply to them.
rulestatus = false

All requirements which violate at least one rule that applies to them.

rulestatus = 'error'All requirements which violate at least one "error" rule that applies to them.
rulestatus = 'warning'All requirements which violate at least one "warning" rule that applies to them.
rulestatus@My\ rule = true

All requirements concerned by the rule "My rule", which respect it.

rulestatus@My\ rule = false

All requirements concerned by the rule "My rule", which violate it.

rulestatus IS NULL

All requirements not concerned by any rule.

rulestatus IS NOT NULL

All requirements concerned by at least one rule.

rulestatus@My\ rule IS NULLAll requirements not concerned by the rule "My rule".
rulestatus@My\ rule IS NOT NULLAll requirements concerned by the rule "My rule".

...