Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » method javadoc
method javadoc [message #198459] Mon, 14 March 2005 03:04 Go to next message
Eclipse UserFriend
I'm using eclipse M5.
When hitting Ctrl+F2 on a method (e.g., InputStream's read method), I am
taken to the class' javadoc
(file:///c:/j2sdk1.4.2_07/docs/api/java/io/InputStream.html in my case), not
to the method's javadoc
( file:///c:/j2sdk1.4.2_07/docs/api/java/io/InputStream.html#r ead(byte[],%20int,%20int
in my case).
Is this a bug?
Re: method javadoc [message #204560 is a reply to message #198459] Mon, 23 May 2005 10:27 Go to previous message
Eclipse UserFriend
Zohar wrote:
> I'm using eclipse M5.
> When hitting Ctrl+F2 on a method (e.g., InputStream's read method), I am
> taken to the class' javadoc
> (file:///c:/j2sdk1.4.2_07/docs/api/java/io/InputStream.html in my case), not
> to the method's javadoc
> ( file:///c:/j2sdk1.4.2_07/docs/api/java/io/InputStream.html#r ead(byte[],%20int,%20int
> in my case).
> Is this a bug?
>
>

Having the same problem with Eclipse 3.0.2. Behaviour is coherent in
Shift-F2-Function, javadoc-View etc. Class javadoc is shown but no
method documentation. Eclipse "doesn't even try". When invoking Shift-F2
on a method it clearly calls the class documentation URL.

Since nobody has yet answered to this: If this was already handled in
another thread I was unable to find it. In that case, could please
somebody point us?
Previous Topic:M7 - Autocompletion change?
Next Topic:Can't import Projects from old eclipse
Goto Forum:
  


Current Time: Mon Jun 09 08:29:21 EDT 2025

Powered by FUDForum. Page generated in 0.03847 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top