aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/apt/LombokFileObjects.java
AgeCommit message (Expand)Author
2018-11-05[bugfix] attempting to fix an issue with buckbuild which uses some exotic tri...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-03-24improve compiler detection for jdk9 later.Takuya Murakami
2018-03-21[fix] Fix intellij build with jdk10 (#1572)Takuya Murakami
2018-01-09Potential fix for #1555Roel Spilker
2018-01-09Updated copyright notices to 2018.Reinier Zwitserloot
2018-01-06Whitelist a JavacFileManager implementationLiam Miller-Cushon
2017-10-25add support for Netbeans on jdk9Roel Spilker
2017-10-25code cleanupRoel Spilker
2017-10-25Turns out we don't need the encoding after all since all methods are overriddenRoel Spilker
2017-10-16LombokFileObjects: get encoding from wrappedManager.Takuya Murakami
2017-10-16LombokFileObjects: use default charset in BaseFileManager wrapper.Takuya Murakami
2017-10-16Add my name to AUTHORS, remove TODOTakuya Murakami
2017-10-15fix issue #1440, #1472: wrap BasedFileManager for jdk9Takuya Murakami
2017-07-17Possible fix for issue 1440: Error-prone in IntelliJRoel Spilker
2017-06-19Possible solution for issue 1290Roel Spilker
2017-06-13jdk9: possible fix for errorproneRoel Spilker
2017-06-12jdk9: ongoing debugging information for errorproneRoel Spilker
2017-05-15[jdk9] add support for errorprone MaskedFileManagerRoel Spilker
2017-05-08[jdk9] added debugging information for when we cannot determine the compilerRoel Spilker
2017-02-14[jdk9] Create FileObjects for jdk9Roel Spilker
2012-08-10bugfix: Detecting javac6 didn't work on soylatte; now it does.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-07-24Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl...Reinier Zwitserloot
2011-07-18Changes to the lombok annotations processor, forcing the java processing envi...Jan Lahoda
2011-01-10In javac7 the BaseFileObject and JavacFileManager have been moved fromRoel Spilker