[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geclipse-dev] Long lines reformating
|
Hi,
i've shortened some of the lines which were longer than 160 chars (!), and
in some cases removed warnings and changed the formating a to agree more
with the code-style, so synchronise before commiting.
Submiting a bug report for each pluging would have been more work and
overhead than changing it myself... so please avoid overwriting my
changes! (but of course feel free to change the formating again as long as
it agrees with the code style ;-)
Please avoid such ridiculously long lines from the beginning, the Java
coding conventions recomend not exceeding 80 chars, anything more than
100-120 is _really_ unsuitable for code reading/understanding/review.
The only case which could be considered an exception is autogenerated code,
although... well... hopefully it should be possible to configure/tweak the
generator to generate readable code...
Take a look at the Style.html file in the latest build in
http://iwr-geclipse.fzk.de:8443/luntbuild/app.do
and shorten your lines :)
Cheers, Ariel