Roel Spilker
cec8705c3b
#1117 : add claiming annotation processor
2016-06-09 01:55:34 +02:00
Roel Spilker
cc36ab36d1
don't skip empty lines in the line number count for config files
2016-06-08 23:36:06 +02:00
Roel Spilker
ea219cd7ce
add test to verify config key callSuper=call works with Value
2016-06-08 22:44:19 +02:00
Reinier Zwitserloot
6cec66eb2b
Fixed the HTML title tags of the experimental pages; they were inconsistent.
2016-06-02 17:33:21 +02:00
Roel Spilker
f72af3b81f
Remove twitter handle
2016-05-24 00:38:34 +02:00
Roel Spilker
8ba7750621
add tests for the combination of Builder and Value/Data
2016-05-11 23:56:19 +02:00
Roel Spilker
a8a70da6ac
replace experimental.Builder by Builder in tests if possible
2016-05-11 23:56:19 +02:00
Roel Spilker
b1b35aacd3
add constructors to the list of targets for the Generated annotation
2016-05-11 23:56:19 +02:00
Roel Spilker
886feac4b5
Clarify which @Generated annotation is generated
2016-05-11 23:56:19 +02:00
Roel Spilker
37451226f1
Merge pull request #1053 from marthagenaars/master
...
Update instructions for using lombok with ecj and Maven
2016-05-11 22:17:33 +02:00
Roel Spilker
cea3a87312
Merge pull request #1092 from DavidARussell/value_javadoc_url
...
Update Javadoc URL on Value
2016-05-11 22:15:16 +02:00
Roel Spilker
f986b02ace
Merge pull request #1095 from izebit/master
...
delete redundant code
2016-05-11 21:55:52 +02:00
Roel Spilker
baef6231e4
Merge pull request #1098 from thokrae/ValueDocuFix
...
fixed example in @Value javadoc
2016-05-11 21:50:00 +02:00
Roel Spilker
c810162bcd
Merge pull request #1100 from arnaudruffin/master
...
update gradle configuration documentation
2016-05-11 21:49:18 +02:00
Roel Spilker
2e1bbc9b4b
post-release version bump
2016-05-11 21:45:19 +02:00
Roel Spilker
91bfd0ef50
Update changelog
2016-05-11 21:31:38 +02:00
Roel Spilker
3372b5f442
Integrate JBossLog code
...
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
2016-05-11 21:26:37 +02:00
Thomas Darimont
c0a2eecb2f
Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103 ]
2016-05-06 19:14:47 +02:00
Arnaud Ruffin
bb0a4475a1
update gradle configuration documentation
2016-05-04 16:33:10 +02:00
Thomas Krämer
5abc023285
fixed @Value docu
2016-04-29 21:13:22 +02:00
izebit
0aea835130
delete redundant code
2016-04-24 01:37:11 +04:00
David Russell
afc0f636dc
Update Javadoc URL on Value
...
Value is no longer experimental, so (as the person who raised the issue
suggested) the Javadoc should no longer point to the 'experimental'
documentation. Fixes #1091
2016-04-20 20:35:04 +01:00
Mart Hagenaars
894bfe1c08
Update instructions for using lombok with ecj and Maven
2016-03-17 10:44:42 +01:00
Reinier Zwitserloot
26ad9e7f5f
pre-release version bump.
2016-03-07 15:26:22 +01:00
Reinier Zwitserloot
4daf9bf81b
updated year to 2016 in copyrights.
2016-03-07 15:26:16 +01:00
Reinier Zwitserloot
69d0630f69
changelog for fixing @Helper
2016-03-07 15:23:11 +01:00
Reinier Zwitserloot
3378cbe655
@Helper is now legal in just about every place method local classes are legal. Also now no longer messes up syntax highlighting in eclipse.
...
Still need to investigate how to improve autocomplete presence of helper methods.
2016-03-07 15:21:01 +01:00
Roel Spilker
07b8af4cc5
Merge pull request #1008 from nallar/master
...
Update comments with 'public boolean canEqual' to 'protected boolean canEqual'
2016-02-01 23:05:15 +01:00
Ross Allan
fb1cd28bdd
Update comments with 'public boolean canEqual' to 'protected boolean canEqual'. Code was changed to use protected in 4d24542dac
...
Signed-off-by: Ross Allan <ross@nallar.me >
2016-01-26 11:57:41 +00:00
Roel Spilker
dce98cc978
fix #986 : add @Target and @Retention to @Builder.ObtainVia
2015-12-18 20:44:17 +01:00
Roel Spilker
34a6fd644f
fix issue #932 : @Delegate would not generate varargs on javac
2015-12-18 20:17:47 +01:00
Roel Spilker
d3c79494a3
use https://repo1.maven.org/maven2 instead of http://repo2.maven.org/maven2
2015-12-18 18:18:13 +01:00
Roel Spilker
fb6a58f933
add text to change for edge-specific features.
2015-12-07 00:43:15 +01:00
Roel Spilker
8037350c70
[issue #942 ] let @Data work on jdk9, first steps.
2015-12-06 01:11:30 +01:00
Roel Spilker
50716864f6
add bug detection for the wrong usage of lombok.javac.apt.Processor
2015-12-05 03:01:34 +01:00
Roel Spilker
49e9b7f7dd
rename the old Processor to make room for a bug-chase version.
2015-12-02 22:03:03 +01:00
Roel Spilker
57578f46ec
add missing method to SetGeneratedByVisitor
2015-12-02 00:02:35 +01:00
Reinier Zwitserloot
ac319cca87
[ Fixes #945 ] wither methods for abstract classes now slightly less useless.
2015-11-23 03:53:12 +01:00
Reinier Zwitserloot
5029fd041d
[ Fixes #949 ] accessor prefixes messed up auto-singular generation.
2015-11-23 03:29:27 +01:00
Reinier Zwitserloot
728ae6421d
[ Fixes #965 ] Adds a config key to automatically determine the behaviour of equals and hashCode generation when
2015-11-23 03:12:50 +01:00
Reinier Zwitserloot
b8ced807a7
[ Fixes #970 ] Eclipse would generate some internal IDE errors if using ‘val’ on invalid expressions. This fixes one such case.
2015-11-22 23:47:24 +01:00
Reinier Zwitserloot
ba2cde332a
[ Fixes #972 ] 1-arg lambdas with explicit typing on the argument did not pretty print correctly.
2015-11-22 23:32:15 +01:00
Reinier Zwitserloot
e05feead3f
[ Fixes #974 ] typo in the website docs for Constructor.html
2015-11-22 22:39:27 +01:00
Roel Spilker
d41f1b5d3f
have the generated test runtargets works well with shadowloader so we can debug
2015-11-17 23:10:37 +01:00
Reinier Zwitserloot
0bd688d7e6
Merge branch 'builderUpdate'
2015-11-17 02:15:31 +01:00
Reinier Zwitserloot
0e34eec766
Merge remote-tracking branch 'origin/master'
2015-11-17 02:15:26 +01:00
Reinier Zwitserloot
5b6829b863
updated changelog to reflect adding issue #937
2015-11-17 02:15:13 +01:00
Reinier Zwitserloot
b235bb49c5
[issue #937 ] Refactored the support for guava’s ImmutableTable.
2015-11-17 02:14:13 +01:00
Roel Spilker
8a504f8bee
handle ignored tests correctly
2015-11-17 01:41:23 +01:00
Roel Spilker
9eb70cb3e2
add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly
2015-11-17 00:04:39 +01:00