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
/
launch
/
PatchFixesHider.java
Age
Commit message (
Expand
)
Author
2023-03-22
[fixes #3373] Find references for extension methods
Rawi01
2023-03-21
[fixes #3332] Prepend jdt.core SCL to compiler SCL
Rawi01
2022-05-20
Add support for eclipse feature tests
Rawi01
2022-03-13
[fixes #3134] Search patched method also by parameters
Rawi01
2021-12-12
Patch getMethodDeclarationNode method instead of individual calls
Rawi01
2021-10-26
[fixes #1309] Extract interface + pull up
Rawi01
2021-09-28
[fixes #2950] Patch language server semantic highlighting
Rawi01
2021-08-15
[fixes #2926] WrittenNamesFinder can now detect generated writes
Rawi01
2021-04-02
Fixes #2803 Manual merge, hide generated code from some Eclipse refactorings
Roel Spilker
2021-02-07
Fix ecj classloading
Rawi01
2021-02-07
Move eclipse only code for Delegate into own class
Rawi01
2020-12-20
[tests] Support javadoc in ecj tests
Rawi01
2020-10-30
[issue #285] Compiling with Maven+Tycho should now work
Reinier Zwitserloot
2020-10-03
Untangling patches to classes that only exist in eclipse, not ecj
Reinier Zwitserloot
2020-09-18
Merge pull request #2558 from Rawi01/extensionmethod-suppress
Reinier Zwitserloot
2020-09-18
Merge branch 'delegate-methods-outline' of git://github.com/Rawi01/lombok int...
Reinier Zwitserloot
2020-09-18
Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...
Reinier Zwitserloot
2020-08-29
[tests] Fix Delegate tests
Rawi01
2020-08-20
[bugfix] Fix suppressBaseMethods in ecj/eclipse
Rawi01
2020-08-16
Add generated delegate methods to eclipse outline
Rawi01
2020-07-29
Support javadoc copying in eclipse
Rawi01
2020-04-14
[fixes #2286] Set source range for vararg arrays
Rawi01
2019-06-15
Avoid Eclipse warnings about null checks generated for lombok.NonNull when No...
Till Brychcy
2019-01-29
[fixes #2024] FieldNameConstants was causing lots of problems in eclipse, esp...
Reinier Zwitserloot
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2018-08-20
Share the same class loader
Roland Praml
2018-04-10
Potential fix for #1604
Roel Spilker
2016-03-25
Patch for renaming fields with Getter/Setter/Data in eclipse.
rgra
2015-07-08
Fixes for eclipse mars.
Reinier Zwitserloot
2015-01-21
* Fixed running ecj tests within eclipse
Reinier Zwitserloot
2015-01-20
[shadowloader] all the patching we do for ecj are ALL entrypoints and need sh...
Roel Spilker