JDT headless formatter [message #250194] |
Thu, 13 December 2007 13:19  |
Eclipse User |
|
|
|
Originally posted by: clement.mathieu.sophia.inria.fr
Hi,
My project is switching from jalopy to eclipse headless jdt formatter.
I want to provide an ant target to format the code and to be
able to format the code from eclipse.
I successfully export the configuration file and format the source
tree. The issue is that GUI and headless formatter do not produce the
same output. Everything is fine for java code but comments are not
indented by the headless formatter.
Of course I use the same config file.
Example:
Headless
/**
* @param jobId The jobId to set.
*/
GUI
/**
* @param jobId
* The jobId to set.
*/
How can I debug/fix this issue ?
Thanks.
Best regards,
|
|
|
|
Powered by
FUDForum. Page generated in 0.08367 seconds