Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JDT headless formatter
JDT headless formatter [message #250194] Thu, 13 December 2007 13:19 Go to next message
Eclipse UserFriend
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,
Re: JDT headless formatter [message #250203 is a reply to message #250194] Thu, 13 December 2007 16:34 Go to previous message
Eclipse UserFriend
Clement Mathieu a écrit :
> How can I debug/fix this issue ?
This is a known issue that should be addressed for 3.4M5.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=102780.
--
Olivier
Previous Topic:Eclipse, CVS, SSH and shell problem
Next Topic:Refactoring packages names across source folders...
Goto Forum:
  


Current Time: Wed Apr 23 11:48:45 EDT 2025

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

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

Back to the top