the ro.sync.ecss.extensions.api.node.AuthorNode#getTextContent() method throws a NullPointerException.
Code: Select all
java.lang.NullPointerException
at ro.sync.ecss.dom.o.f(Unknown Source)
at ro.sync.ecss.dom.o.getTextContent(Unknown Source)
Usually the getTextContent() method should only throw a javax.swing.text.BadLocationException, but not a NullPointerException.
The actual PI content where the NullPointer was thrown is : "tag TT0000014@A.4"
But the document itself contains more of those PIs, which look similar where the NullPointer is not thrown.
Maybe you could have a look at it.
Best regards,
Simon