Bugs item #1743551, was opened at 2007-06-26 15:41
Message generated for change (Comment added) made by lkuehne
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: Closed
>Resolution: Duplicate
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
----------------------------------------------------------------------
>Comment By: Lars Kühne (lkuehne)
Date: 2007-07-03 10:57
Message:
Logged In: YES
user_id=401384
Originator: NO
This is a duplicate of Bug #652303
----------------------------------------------------------------------
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/
_______________________________________________
Checkstyle-devel mailing list
Checkstyle-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/checkstyle-devel
|