Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » ?Trick for creating a null TagElement just after /** ?
?Trick for creating a null TagElement just after /** ? [message #153535] Sat, 10 April 2004 11:35 Go to next message
Eclipse UserFriend
Hi

I have been looking for a way with ASTs to programmatically change
/**
*
*/
into
/** Summary
* body text
*/

but I can't manage to find a way. All I can do is

/**
* Summary body text
*/
or
/**
* Summary
* body text
*/


Should I file a bug? Cuz I feel there is a need for a new TagElement for
the very first line of the comment
Re: ?Trick for creating a null TagElement just after /** ? [message #153779 is a reply to message #153535] Mon, 12 April 2004 07:29 Go to previous message
Eclipse UserFriend
Charles-Philip Bentley wrote in:

> I have been looking for a way with ASTs to programmatically change
> /**
> *
> */
> into
> /** Summary
> * body text
> */
>
> but I can't manage to find a way. All I can do is
>
> /**
> * Summary body text
> */
> or
> /**
> * Summary
> * body text
> */
>
>
> Should I file a bug? Cuz I feel there is a need for a new TagElement
for
> the very first line of the comment
>

I don't think many other people will find there is a need for this
functionality. It's pretty default behavious to have an empty JavaDoc
line at the start of such a comment.

As such, maybe file it as a requested feature at low priority. Even those
get fixed somewhere in the future. Or try to fix it yourself, and send
the code to somebody with CVS rights. Or this newsgroup, then it will
find its own way I guess.

Maarten
Previous Topic:Multiple eclipse environments
Next Topic:Add implementation
Goto Forum:
  


Current Time: Wed May 28 23:26:50 EDT 2025

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

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

Back to the top