Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Javadoc formatter ignores "clear blank lines=false" between xdoclet tags
Javadoc formatter ignores "clear blank lines=false" between xdoclet tags [message #165592] Wed, 23 June 2004 08:52 Go to next message
Eclipse UserFriend
Hi,

I'm using xdoclet tags in my classes.
In the previous M builds the code formatter didn't touch these lines:


/**
* [text]
*
* @ejb.interface-method
*
* @ejb.persistence
*
* @ejb.pk-field
*
* @ejb.value-object match="deviceLight"
*
* @jboss.persistence auto-increment="true"
*/

But the RC2 and 3 after using the formatter 2 times the comment looks:

/**
* [text unchanged]
*
* @ejb.interface-method @ejb.persistence @ejb.pk-field
@ejb.value-object match="deviceLight"
*
* @jboss.persistence auto-increment="true"
*/

Each tag with no additional parameters moved up to one line. This is not
nice if your code has a lot of xdoclet tags and the code generation
fails because xdoclet cant find it's tags. I had to disable comment
formatting to work with rc3.

Should this be reported to bugzilla or will this be fixed in the final
release?
Thanks.

regards,
Marcel
Re: Javadoc formatter ignores "clear blank lines=false" between xdoclet tags [message #165600 is a reply to message #165592] Wed, 23 June 2004 11:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

Marcel Bruch wrote:
> Should this be reported to bugzilla or will this be fixed in the final
> release?
Best do a search on Bugzilla and if you cannot find it, put it up.

Eric

--
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
GPG: BB465582
Re: Javadoc formatter ignores "clear blank lines=false" between xdoclet tags [message #167646 is a reply to message #165600] Thu, 08 July 2004 07:32 Go to previous message
Eclipse UserFriend
"Eric Bodden" <newsserver_mails@bodden.de> wrote in message
news:cbc8ui$f03$1@eclipse.org...
> Marcel Bruch wrote:
> > Should this be reported to bugzilla or will this be fixed in the final
> > release?
> Best do a search on Bugzilla and if you cannot find it, put it up.
>
Here's the bug you're looking for:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=68577
Previous Topic:HOW DO I ? : sharing/overriding default preferences between users in 3.0
Next Topic:roadmap
Goto Forum:
  


Current Time: Wed May 28 17:51:30 EDT 2025

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

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

Back to the top