XStream
  1. XStream
  2. XSTR-603

AbstractReflectionConverter class not being able to process children's attributes

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Not A Bug
    • Affects Version/s: 1.3.1
    • Fix Version/s: None
    • Component/s: Converters
    • Labels:
      None

      Description

      In AbstractReflectionConverter.doUnmarshal() method, there is a bug related to not being able to read the children's attributes. For example:

      <element1 parentAtt>
      <child1 childAtt="attValue">value</child>
      </element1>

      The "childAtt" attribute will not be processed, once after processing the parent's attributes ("parentAtt") in the previous iteration, there is no way to process the children's attributes afterwards.

        People

        • Assignee:
          Jörg Schaible
          Reporter:
          Clelio Feitosa de Souza
        • Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: