Bugs item #447979, was opened at 2001-08-04 11:22
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=447979&group_id=27350
Category: Browsing
Group: current cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Malcolm Box (mbox)
Assigned to: Nobody/Anonymous (nobody)
Summary: Java import hyperlinking
Initial Comment:
Java import statement hyperlinking is not as good as it
could be, since it doesn't link to the file being
imported.
----------------------------------------------------------------------
Comment By: Malcolm Box (mbox)
Date: 2001-10-31 01:05
Message:
Logged In: YES
user_id=215386
This also doesn't work properly for package statements at
the moment.
Ideally, a package statement would provide a fileref to the
specified directory (assuming it's in the tree).
import should provide a fileref to the relevant package, or
a direct link to the right class/interface. To do this will
involve tagging classes/interfaces as belonging to packages
so that we can search for them easily.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=447979&group_id=27350
|