| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-22 | @Delegate in eclipse works when delegating parameterized types now, and will ↵ | Reinier Zwitserloot | |
| use the parameter names if the delegated element is a source (vs. class) dependency. | |||
| 2010-12-01 | Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is ↵ | Reinier Zwitserloot | |
| source, then the name is copied over. Compared to javac, this means eclipse's @Delegate does NOT use debug symbols, which we'll have to fix later (We checked out how to do it, and it seems virtually impossible). | |||
| 2010-12-01 | @Deprecated is now copied across for eclipse's @Delegate | Reinier Zwitserloot | |
| 2010-12-01 | @Delegate in eclipse now uses more of the standard infrastructure to inject ↵ | Reinier Zwitserloot | |
| methods. | |||
| 2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot | |
| 2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot | |
| 2010-11-15 | Added copyright notices to PatchVal and PatchDelegate [trivial] | Reinier Zwitserloot | |
| 2010-11-15 | eclipse @Delegate: Whoops; earlier fixes meant methods that existed ↵ | Reinier Zwitserloot | |
| explicitly in multiple supertypes got added that many times, resulting in duplicate method errors. Fixed. | |||
| 2010-11-14 | eclipse: @Delegate now no longer generates methods that you already wrote. | Reinier Zwitserloot | |
| 2010-11-14 | Removed the brainfart where final methods aren't delegated. | Reinier Zwitserloot | |
| 2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot | |
| eclipse: local classes can now be delegated. eclipse: source position of delegated methods are now set properly. cleaned out a bunch of debug helpers. | |||
| 2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot | |
| @Delegate in eclipse works pretty much exactly as designed at this point! | |||
