Commit Graph
1150 Commits
Author SHA1 Message Date
Reinier Zwitserloot eb3250a2fa Finished work on @Accessors 2012-03-26 21:57:24 +02:00
Reinier Zwitserloot a514af4dcd Merge branch 'acc2' into accessors
Conflicts:
	src/core/lombok/eclipse/handlers/HandleGetter.java
	src/core/lombok/eclipse/handlers/HandleSetter.java
	src/core/lombok/javac/handlers/HandleGetter.java
	src/core/lombok/javac/handlers/HandleSetter.java
2012-03-26 20:09:10 +02:00
Reinier Zwitserloot 0c927175af Updated findMethod with paramcount. 2012-03-26 20:06:35 +02:00
Reinier Zwitserloot 4689d2a9bf Merge remote branch 'origin/master' 2012-03-22 17:17:06 +01:00
Reinier Zwitserloot 389dbf5eda build script now contains an explicit javadoc target. 2012-03-22 17:16:31 +01:00
Reinier Zwitserloot 88e95158f0 Expanded on android+maven+eclipse instructions. 2012-03-22 16:55:33 +01:00
Reinier Zwitserloot aa5d3b8bb2 Bug fixes for updates to getter/setter stuff based on @Accessors. 2012-03-22 16:53:09 +01:00
Reinier Zwitserloot cbaa53a9b5 Implementation of @Accessors. 2012-03-21 11:41:59 +01:00
Reinier Zwitserloot fb76daf5e4 Added ability to create new instances of AnnotationValues with all default values 2012-03-21 05:29:35 +01:00
Reinier Zwitserloot ceeabe5103 Documentation for new @Accessors feature as well as the API (the annotation in experimental package). 2012-03-21 05:25:56 +01:00
Roel Spilker eb317c58df Added debugging code to find the cause of issue 339 2012-03-19 23:56:14 +01:00
Roel Spilker 3b27a7feb8 Updated changelog 2012-03-19 23:21:02 +01:00
Roel Spilker 8bc82cad05 Fix for issue 342: @Deprecated annotation not propagated to generated getter/setter 2012-03-19 23:18:37 +01:00
Roel Spilker b4fe2d4e25 Allow matching on types from java.lang.* 2012-03-19 23:16:33 +01:00
Reinier Zwitserloot 6ca2a91d6b Added documentation (and a minor tidbit of support) for android. 2012-03-19 22:04:20 +01:00
Robbert Jan Grootjans d39623693b Merge branch 'master' of github.com:rzwitserloot/lombok
Conflicts:
	doc/changelog.markdown
2012-03-05 21:12:39 +01:00
Robbert Jan Grootjans f1e679471d PrettyCommentsPrinter now prints default clause of annotation methods. Fixes Issue #350 2012-03-05 21:11:19 +01:00
Roel Spilker 1ac79bf86b Updated changelog 2012-03-05 20:29:12 +01:00
Roel Spilker 6c5ca79942 Issue 349: Test failed in some environments 2012-03-05 20:22:27 +01:00
Roel Spilker 82d939844f Merge branch 'issue349-test-failed' of https://github.com/buzztaiki/lombok into buzztaiki-issue349-test-failed 2012-03-05 20:20:25 +01:00
Roel Spilker 4c8cc228e8 Issue 348: @Delegate should also generate @Deprecated when the interface methods javadoc contains@deprecated 2012-03-05 20:18:10 +01:00
Sander Koning 7988f17c28 Update changelog 2012-02-27 21:57:35 +01:00
Sander Koning 786a6ffd23 Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - fixes issue 341 where use of @Delegate with T-extends type parameters would prepend a dot to the fully qualified classname. 2012-02-27 21:48:31 +01:00
Sander Koning dbc46eefed Update credits page to reflect AUTHORS 2012-02-27 20:53:44 +01:00
Sander Koning 693e90ed63 Alphabetize AUTHORS 2012-02-27 20:52:49 +01:00
Sander Koning 1e64f45b95 Fix note on @Getter wrt hasX fields: prefix is actually generated (conforming to beanspec) 2012-02-27 20:24:13 +01:00
Taiki Sugawara b01f5aba87 Use english locale on test via delombok for using english message catalog. 2012-02-25 01:30:20 +09:00
Taiki Sugawara 73dab3e966 Handle deprecated by ordinary usage. 2012-02-25 00:11:57 +09:00
Taiki Sugawara 07996af82a Add my name to AUTHORS 2012-02-25 00:02:18 +09:00
Taiki Sugawara 821370e01b Add deprecated comment support for eclipse. 2012-02-24 23:55:02 +09:00
Taiki Sugawara c63d036e78 Remove spaces in after files. 2012-02-24 22:56:42 +09:00
Roel Spilker 102e7eafb0 Make the unittests for ecj work on windows 2012-02-23 23:26:30 +01:00
Taiki Sugawara c809047b78 support delegate with deprecated comment. 2012-02-22 05:01:35 +09:00
Reinier Zwitserloot 0f86101098 Couple more tests for val 2012-02-15 04:45:28 +01:00
Reinier Zwitserloot b4a8affec2 Updated changelog with the recent changes. 2012-02-15 04:44:18 +01:00
Reinier Zwitserloot df5324e2d7 'val' is no longer legal in basic for loops now. Fixes issue #346 2012-02-15 04:36:15 +01:00
Reinier Zwitserloot 9a50da2d09 ecj tests and eclipse tests are now effectively doing the same thing, except the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed. 2012-02-14 17:11:15 +01:00
Reinier Zwitserloot 06581537f2 More test files, test files updated to be valid java, and ecj test now goes through the complete compile process. This means val and @Delegate testing is now enabled.
TODO: Update -eclipse tests.
2012-02-14 16:39:48 +01:00
Reinier Zwitserloot 5e9e16a6b9 Update to error messages of @Log annotations. 2012-02-14 16:39:02 +01:00
Reinier Zwitserloot 29d2553dee Bumped copyright years on recently (in 2012) changed sources. 2012-02-14 16:38:31 +01:00
Reinier Zwitserloot b0606dbe23 No more autobox/type coercion issues with @Getter(lazy=true) and primitive types. (Issue #345). 2012-02-14 16:36:42 +01:00
Reinier Zwitserloot f259af306f 'val' now works for member types whose outers have generics. (issue #343) 2012-02-14 16:31:48 +01:00
Reinier Zwitserloot 653104aa4e Smart ATHROW reducer removed because that can at least in theory go wrong, and saving one byte isn't relevant, as far as I know. This is simpler, too :) 2012-02-13 21:08:25 +01:00
Reinier Zwitserloot f69ae450d6 whitespace only 2012-02-11 17:51:32 +01:00
Reinier Zwitserloot 2322b64689 Updated copyright notice in command line tool help, made debug tool=true subapps not show up in the list of available commands. 2012-01-31 23:40:27 +01:00
Reinier Zwitserloot 1634000db4 Merge branch 'master' into constantpool 2012-01-31 23:29:12 +01:00
Reinier Zwitserloot 20c7dcbeb9 Fix for publish target in build file. 2012-01-31 23:28:04 +01:00
Roel Spilker 42ea24a816 Added a tool to display the constant pool for a list of class files 2012-01-30 21:47:51 +01:00
Roel Spilker 81f6149b08 Made LombokApp an abstract class and added isDebugTool. 2012-01-30 21:47:23 +01:00
Roel Spilker 55384884d3 Merge branch 'master' of github.com:rzwitserloot/lombok 2012-01-30 19:48:12 +01:00