Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | Switched all use of <code></code> in javadoc to {@code}. | Reinier Zwitserloot | |
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ↵ | Reinier Zwitserloot | |
process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_. | |||
2009-09-23 | Massive change to the eclipse handlers: They now set the 'generatedBy' flag ↵ | Reinier Zwitserloot | |
which we can use to patch eclipse in specific places to ignore generated nodes. | |||
2009-09-03 | I think this one FINALLY fixes the problems with SneakyThrows! Issue #30 | Reinier Zwitserloot | |
2009-09-01 | Fixed the problem where the eclipse editor AST just loses track of things ↵ | Reinier Zwitserloot | |
when using @SneakyThrows (syntax colouring goes away, first character in the file is italic). | |||
2009-07-26 | [TYPOS] | Reinier Zwitserloot | |
2009-07-06 | Last massive documentation dump. All basic javadoc is now done, though ↵ | Reinier Zwitserloot | |
especially the docs on the lombok annotations in the lombok package need far more massaging. Also added a feature to HandleSynchronized to not auto-generate the locker fields if a specific name is provided (because, imagine you typoed those. You'd never find it!) | |||
2009-07-01 | [TRIVIAL] | Reinier Zwitserloot | |
2009-07-01 | Support for @SneakyThrows in eclipse. | Reinier Zwitserloot | |