index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
javac
/
handlers
/
HandleSneakyThrows.java
Age
Commit message (
Expand
)
Author
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-02-04
#471: @SneakyThrows should work in NetBeans
Jan Lahoda
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2014-01-18
[configuration] implementation of flagUsage for all handlers.
Reinier Zwitserloot
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-12-03
Fix for Issue #591: v1.12.2 doesn't well with netbeans.
Roel Spilker
2013-10-10
Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...
Reinier Zwitserloot
2013-07-26
experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...
Reinier Zwitserloot
2013-07-23
A source file with just @Getter in it now compiles in javac8, but there is st...
Reinier Zwitserloot
2013-05-31
Added @NonNull on parameters feature (issue 514),
Reinier Zwitserloot
2013-03-12
In delombok, we mark the AST as changed if we remove an annotation; this fixe...
Reinier Zwitserloot
2012-06-24
[Issue 381] @SneakyThrows respects constructor calls
Philipp Eichhorn
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-07-22
Added tests for ecj, fixed a few minor bugs that came out of that.
Reinier Zwitserloot
2009-12-02
Fixed #73 SneakyThrows without parameter did not default to Throwable.class
Roel Spilker
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot