Bugs item #1743551, was opened at 2007-06-26 13:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397078&aid=1743551&group_id=29721
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core Framework
Group: release 4.3
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Marcel (marcel_hermanns)
Assigned to: Oliver Burn (oburn)
Summary: Imports for javadoc are marked as unused
Initial Comment:
1. Add some JavaDoc to any comment including links to unused classes / methods:
/**
* Use {@link URI#createURI()} to create
* an URI that must be normalized using
* {@link URIConverter}.
*/
2. If these snippets should be really linked the following imports are
necessary (autocompletion does this on its own):
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.resource.URIConverter;
4. Saving this file effects several errors after building, the imports are
remarked as unused
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397078&aid=1743551&group_id=29721
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|