Versions Compared

Key

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

...

It will result in these code smells:

Image RemovedImage Added

...because the age 18 is missing,

Image RemovedImage Added

...because the decision table won't come to a conclusion if the age is unknown, and

Image RemovedImage Added

...because the decision table is not exclusive when a person is below 18 and married.

...

These decision tables will result in this warning:

Image RemovedImage Added

Example 3

A new example, to illustrate some nice new checks that were introduced with BMA 2.5:

...