aboutsummaryrefslogtreecommitdiff
path: root/src/utils/lombok/javac/CommentCatcher.java
AgeCommit message (Expand)Author
2019-09-25[jdk13] Added support for printing text blocks (triple quoted strings) in tex...Reinier Zwitserloot
2018-10-29eliminate ‘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-05Finished 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-13Getting the java8 compiler remember the commentsRoel Spilker
2013-07-23A source file with just @Getter in it now compiles in javac8, but there is st...Reinier Zwitserloot
2013-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-07-08A lot of refactoring on how javadoc is handled, to prepare for copying javado...Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-03-08Added switch to CommentsCatcher. Assumption, until proven otherwise isRobbert Jan Grootjans
2011-12-12Renamed Comment to CommentInfo.Reinier Zwitserloot
2011-11-21Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...Reinier Zwitserloot