Commit Graph

18 Commits

Author SHA1 Message Date
Phillip Webb
55e98ac977 Merge branch '1.5.x' 2018-02-08 15:31:48 -08:00
Phillip Webb
1f8bc391ce Upgrade formatter settings
Closes gh-8513
2018-02-08 15:23:42 -08:00
Phillip Webb
df277fb1b8 Update copyright header used in Eclipse template 2018-01-08 15:05:52 -08:00
Phillip Webb
1b7c65cd1c Update eclipse setting to use 2017 copyright year 2017-01-04 18:32:14 -08:00
Andy Wilkinson
e4e9a71753 Merge branch '1.2.x' 2016-01-12 10:13:12 +00:00
Andy Wilkinson
8410e545b5 Upgrade copyright headers for 2016 2016-01-12 10:12:49 +00:00
Phillip Webb
1e4d974ec0 Merge remote-tracking branch 'local12x/1.2.x' 2015-10-19 12:56:55 -07:00
Phillip Webb
47ae7487ac Tweak import order settings
Update the import order settings to be a little more logical. Imports
should now be ordered:

java.*
javax.*
<others>
org.springframework.*
import static *

See gh-4234
2015-10-19 12:17:46 -07:00
Phillip Webb
10ce135c7c Update Eclipse settings to generate isXXX setters
Somehow the setting was changed so that `boolean` fields generated
getXXX() rather than isXXX().
2015-10-08 00:07:28 -07:00
Phillip Webb
16a1bd0483 Revert "Only format changed lines"
This reverts commit e04fb15574.

Formatting only changed lines doesn't appear to work well.
2015-09-10 17:38:59 -07:00
Phillip Webb
e04fb15574 Only format changed lines
Update Eclipse cleanup actions to only format changed lines. This will
hopefully help to prevent so many false diffs caused by differences
between Eclipse Luna and Eclipse Mars.
2015-09-08 14:27:29 -07:00
Phillip Webb
653d2b2b4e Tweak eclipse settings
- Update whitespace after inline generics
- Use a more sensible import order
- Update Javadoc warning settings
2015-09-08 13:40:47 -07:00
Andy Wilkinson
a51ad5c684 Update Eclipse template copyright date to 2015 2015-01-15 09:52:10 +00:00
Phillip Webb
20766078d0 Update eclipse code formatter settings for Luna 2014-07-02 15:17:05 -07:00
Phillip Webb
0ac5a7595b Polish eclipse settings 2014-01-21 16:28:26 -08:00
Phillip Webb
3cd4026bcc Update eclipse template copyright date to 2014 2014-01-02 10:56:03 -08:00
Phillip Webb
898bfe82bb Minor tweaks to code formatting 2013-06-17 20:27:26 -07:00
Dave Syer
fb6b224470 Fast forward existing prototype work 2013-04-24 10:02:07 +01:00