XStream
  1. XStream
  2. XSTR-117

XStream should warn you when a Converter reads/write unbalanced XML tags.

    Details

    • Type: New Feature New Feature
    • Status: Closed Closed
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None

      Description

      If a converter does something like this:

      public void marshal(...) {
      writer.startNode("a");
      writer.startNode("b");
      writer.endNode();
      }

      ... the Marshaller/Unmarshaller should throw an exception saying which converter produced the unbalanced elements.

        People

        • Assignee:
          Unassigned
          Reporter:
          Joe Walnes
        • Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: