Javadoc formatter ignores "clear blank lines=false" between xdoclet tags [message #165592] |
Wed, 23 June 2004 08:52  |
Eclipse User |
|
|
|
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
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03578 seconds