To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75724
Issue #|75724
Summary|javadoc documentation out-of sync for Convert.java
Component|xml
Version|680m206
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|documentation
Assigned to|mib
Reported by|cloph
------- Additional comments from [EMAIL PROTECTED] Sun Mar 25 16:39:39 +0000
2007 -------
xmerge/source/xmerge/java/org/openoffice/xmerge/Convert.java contains:
/**
* Adds the original Document to the Convert Class. This
* is to be used for merges. If this Document is added then
* it is assumed that a convert with merge is the desired
* operation.
*
* @param name The <code>Document</code> name.
* @param is <code>InputStream</code> object corresponding
* to the <code>Document</code>.
*
* @throws IOException If any I/O error occurs.
*/
public DocumentMerger getDocumentMerger(Document origDoc)
throws IOException {
DocumentMergerFactory myDocMergerFactory = ci.getDocMergerFactory();
DocumentMerger merger = myDocMergerFactory.createDocumentMerger(origDoc);
return merger;
}
The parameter-list is out of sync - and the description "add a document" doesn't
really match the function name "get....", the function returns a merger-object,
but the documentation doesn't mention it - so I'm not sure whether the
documentation still matches that function at all.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]