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
/
utils
/
lombok
/
javac
/
CommentCatcher.java
Age
Commit message (
Expand
)
Author
2019-09-25
[jdk13] Added support for printing text blocks (triple quoted strings) in tex...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
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-09-09
[jdk8support] We now handle doc comments internally, alleviating the need to ...
Roel Spilker
2013-08-13
Getting the java8 compiler remember the comments
Roel Spilker
2013-07-23
A source file with just @Getter in it now compiles in javac8, but there is st...
Reinier Zwitserloot
2013-07-22
Merge branch 'master' into jdk8. Also added some major fixes whilst merging.
Reinier Zwitserloot
2013-07-08
A lot of refactoring on how javadoc is handled, to prepare for copying javado...
Reinier Zwitserloot
2013-05-23
Added a method to obtain latest java language spec supported by host
Reinier Zwitserloot
2013-03-08
Added switch to CommentsCatcher. Assumption, until proven otherwise is
Robbert Jan Grootjans
2011-12-12
Renamed Comment to CommentInfo.
Reinier Zwitserloot
2011-11-21
Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...
Reinier Zwitserloot