Hello,

while browsing the batik-source i found this:
 in dom/events/DOMMutationNameEvent there are two occureneces of this:
      prevNodeNameArg = prevNodeNameArg;

To me, it looks like if this was intended:
    prevNodeName = prevNodeNameArg;

otherwise the prevNodeName-member would never be set

greetings
dvholten

Reply via email to