It reports unclosed or unopened xml tags in scala xml notation.

In the following example, open is marked as unopened:

val someXml =
  <xml>>
    </open>
  </xml>