https://issues.apache.org/bugzilla/show_bug.cgi?id=49703

           Summary: [PATCH] resolve compilation and javadoc warnings
           Product: XMLGraphicsCommons
           Version: Trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Utilities
        AssignedTo: [email protected]
        ReportedBy: [email protected]


This patch resolves all current compilation and javadoc warnings. Comments
follow:

* deprecations on following were removed because the member name clearly
indicates it is "old"; if a user wants to use something "old", then they
shouldn't be warned of doing so:

  - XMPConstants.PDF_A_IDENTIFICATION_OLD
  - PDFAOldXMPSchema

* deprecation of drawString(String,...) on the TextHandler interface was
removed due to newly added adapter classes (about which see below)

* new adapter classes TextHandlerAdapter and PSTextHandlerAdapter were added to
provide default implementations of drawString(String,...)

* the existing StrokingTextHandler class was reworked to extend
TextHandlerAdapter

* various javadocs build warnings were removed, some which entailed changing
custom tag @todo to @asf.todo to avoid conflicts with future standardized
extensions to javadoc tags

This patch was created against revision 982145 of the xmlgraphics commons
trunk.

Regards,
Glenn

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to