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
/
HandleExtensionMethod.java
Age
Commit message (
Expand
)
Author
2023-01-12
Merge pull request #3312 from Rawi01/extensionmethod-nonstatic
Reinier Zwitserloot
2022-12-11
[fixes #3310] Ignore non-static/non-public extension methods
Rawi01
2022-09-14
fixes ...: allow @ExtensionMethod on interfaces
Marc Guenther
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2021-02-07
[fixes #2741] Handle inner method invocations first
Rawi01
2021-01-28
[fixes #2691] Add end positions to all generated nodes
Rawi01
2020-08-20
[fixes #2261] Detect static method access properly
Rawi01
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
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
2012-10-29
fix for issue #423: @ExtensionMethods failed with an NPE in the handler on ja...
Reinier Zwitserloot
2012-08-13
FieldDefaults (and Value) did not call .rebuild() after changing modifiers. T...
Reinier Zwitserloot
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2012-07-13
Fixed issue 399: @ExtensionMethod broken for javac in nearly all cases
Philipp Eichhorn
2012-05-22
Javac implementation of @ExtensionMethod.
Robbert Jan Grootjans