Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Javadoc auto comments
Javadoc auto comments [message #768211] Mon, 19 December 2011 19:06 Go to next message
jiminparky is currently offline jiminparkyFriend
Messages: 2
Registered: December 2011
Junior Member
In Eclipse Indigo, I can usually type in

/** and hit enter to get the auto generated javadoc comment template.
(This includes pre-populated parameters annotations and etc.)

How come this only works on certain classes?
The other classes that do not work, it only shows the regular

/**
*
*/
Re: Javadoc auto comments [message #768401 is a reply to message #768211] Tue, 20 December 2011 04:10 Go to previous messageGo to next message
Satyam Kandula is currently offline Satyam KandulaFriend
Messages: 444
Registered: July 2009
Senior Member
It should work on all classes.Can you give a class where it doesn't work?
Re: Javadoc auto comments [message #768643 is a reply to message #768401] Tue, 20 December 2011 14:23 Go to previous messageGo to next message
jiminparky is currently offline jiminparkyFriend
Messages: 2
Registered: December 2011
Junior Member
There seems to be no regular pattern or I'm just not spotting it. I'm not the only one who is experiencing this. My co-workers are experiencing the same thing. Maybe it could be the way we have configured Javadoc settings? I can't exactly post the code up here as it is confidential nor put up a good example as I don't see a pattern in this behaviour... I wonder if anybody else is having this issue...
Re: Javadoc auto comments [message #768921 is a reply to message #768211] Wed, 21 December 2011 03:57 Go to previous message
Eclipse UserFriend
On 12/19/2011 2:06 PM, jiminparky wrote:
> In Eclipse Indigo, I can usually type in
>
> /** and hit enter to get the auto generated javadoc comment template.
> (This includes pre-populated parameters annotations and etc.)
>
> How come this only works on certain classes?
> The other classes that do not work, it only shows the regular
>
> /**
> *
> */

For your description, I wonder if your dealing with overridden vs extension
methods on a class and static vs member methods/variables. I think there
are multiple templates covering some of the above combinations?
Previous Topic:Eclipse exe file publisher information
Next Topic:Getting Undone proposal applications (from quick fix) using IOperationHistoryListener
Goto Forum:
  


Current Time: Thu Apr 25 16:14:44 GMT 2024

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

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

Back to the top