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
/
eclipseAgent
/
lombok
/
eclipse
/
agent
/
PatchExtensionMethod.java
Age
Commit message (
Expand
)
Author
2020-09-18
Merge pull request #2558 from Rawi01/extensionmethod-suppress
Reinier Zwitserloot
2020-09-03
Fix ExtensionMethod for older eclipse version
Rawi01
2020-08-20
[bugfix] Fix suppressBaseMethods in ecj/eclipse
Rawi01
2020-04-23
Added tests for ExtensionMethod
Rawi01
2020-04-04
Stop trying to resolve methods with broken arguments
Rawi01
2020-04-04
Improve ExtensionMethod support in Eclipse
Rawi01
2020-02-26
Set missing argumentTypes for eclipse extension methods
Rawi01
2015-07-08
Fixes for eclipse mars.
Reinier Zwitserloot
2015-01-21
[i742][i747] Fix for ExtensionMethod broken in Eclipse using java8
Roel Spilker
2014-12-04
fix for lombok not compiling if JDK8’s javac is used as default compiler.
Reinier Zwitserloot
2014-06-05
Finished refactor of FieldAugment; there's no longer a separate variant for b...
Roel Spilker
2014-03-17
[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...
Roel Spilker
2013-03-12
Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ...
Reinier Zwitserloot
2012-08-13
Fix for issue 401: test(), Object.test(), and super.test() were all allowed i...
Reinier Zwitserloot
2012-07-05
fixed stupid memleak in PatchExtensionMethod.. sorry my bad..
Philipp Eichhorn
2012-06-24
ExtensionMethod didn't work for primitive types in eclipse..
Philipp Eichhorn
2012-06-18
Fixed Help Content in Eclipse / ecj support.
Robbert Jan Grootjans
2012-06-18
Split out the GUI function into a separate portal. Though
Robbert Jan Grootjans
2012-06-12
Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet.
Reinier Zwitserloot