Hi everyone,

during my code review for the FindBugs work I saw this Javadoc notice about XMLSerializer being deprecated, but there is no @deprecated annotation:

/**
 * XmlSerializer class. This class is deprecated - new code should use the
 * Java object marshalling/unmarshalling methods in <code>UtilXml.java</code>.
 *
 */
public class XmlSerializer...


Is the notice correct? If yes, I think we should

- add the deprecated annotiation to the class

- start an intiative to refactor the code to use UtilXML instead of XmlSerializer


What do you think?

Best regards,

Michael



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to