I have a checkstyle configuration XML file and want to automatically generate an Eclipse formatter configuration from this. Is there any tool that can do this?
views:
764answers:
1
+1
A:
Here they say, that you can import a checkstyle configuration directly into the eclipse formatter. Didn't verify, but at least, it's a hint.
If the link doesn't work in your browser, please copy'n'paste this url: http://dbestudio.wiki.sourceforge.net/Code+Formatting+with+Checkstyle
Andreas_D
2009-06-12 08:20:36
your link = Bad Wiki Name
Karsten
2009-06-12 08:22:00
There seems to be a problem with the generated links. After getting 'Bad Wiki Name', replace all %2B with +
Robert Munteanu
2009-06-12 08:23:30
hm, maybe a firefox issue. it automatically urlencode the plusses, which leads to the "bad wiki name" 404 page. manually fixing this/typing the url works.
Karsten
2009-06-12 08:24:06
Sorry for this inconvenience - I added the full url to the answer.
Andreas_D
2009-06-15 16:06:26