Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | Merge pull request #1450 from cardamon/fix-builder-javadoc-link | Roel Spilker | |
Fix @Builder complete doc link. | |||
2017-09-18 | Merge branch 'kchirls-master' | Roel Spilker | |
2017-09-18 | Rename class in test file | Roel Spilker | |
2017-09-18 | Merge branch 'master' of https://github.com/kchirls/lombok into kchirls-master | Roel Spilker | |
Fixes #869, fixes #1018 | |||
2017-08-08 | Fix @Builder complete doc link. | Jakob van Kruijssen | |
2017-07-28 | Avoid "possible NPE" warnings for throw Lombok.sneakyThrow(e) | Jared Jacobs | |
Currently, the following code triggers a warning in IntelliJ. (I'm using the current version, 2016.3.4.) throw Lombok.sneakyThrow(e); > Dereference of 'Lombok.sneakyThrow(e)' may produce 'java.lang.NullPointerException'. This change eliminates the warning. All tests pass. I ran: ant setupJavaOpenJDK6TestEnvironment ant test ant setupJavaOpenJDK7TestEnvironment ant test ant setupJavaOracle7TestEnvironment ant test ant setupJavaOracle8TestEnvironment ant test | |||
2017-07-17 | Possible fix for issue 1440: Error-prone in IntelliJ | Roel Spilker | |
2017-07-17 | Updated website to render snippets more intelligently on reasonably sized ↵ | Reinier Zwitserloot | |
browser windows. | |||
2017-07-04 | post-release version bump. | Reinier Zwitserloot | |
2017-07-04 | pre-release version bump. | Reinier Zwitserloot | |
2017-07-04 | updated changelog. | Reinier Zwitserloot | |
2017-07-04 | Fixed some exotic singular cases that were being autosingularized incorrectly. | Reinier Zwitserloot | |
2017-07-03 | Added some broken autosingulars. | Reinier Zwitserloot | |
2017-06-30 | Updated setup instructions for Gradle | bitsal | |
2017-06-19 | Added pages for build tools, and updated the android instructions. | Reinier Zwitserloot | |
2017-06-19 | Add test to make sure we don't add a super call if the type explicitly ↵ | Roel Spilker | |
extends Object | |||
2017-06-19 | Possible solution for issue 1290 | Roel Spilker | |
2017-06-19 | Merge pull request #1418 from jimreader/patch-1 | Roel Spilker | |
Wrong IDE referenced in the restart step | |||
2017-06-19 | Wrong IDE referenced in the restart step | jimreader | |
2017-06-13 | jdk9: possible fix for errorprone | Roel Spilker | |
2017-06-13 | timestamp is added to download-edge releases. | Reinier Zwitserloot | |
2017-06-13 | bugfix for htaccess | Reinier Zwitserloot | |
2017-06-13 | The way download-edge makes the HTML page for the edge release completely ↵ | Reinier Zwitserloot | |
rewritten. | |||
2017-06-13 | Added a ‘contributing’ page. | Reinier Zwitserloot | |
2017-06-13 | Javadoc now builds without warnings. All links to external javadoc replaced ↵ | Reinier Zwitserloot | |
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages. | |||
2017-06-13 | All references in javadoc to projectlombok.org URLs now use the canonical URL. | Reinier Zwitserloot | |
2017-06-13 | htaccess dynamically generated to canonicalize all web requests. | Reinier Zwitserloot | |
2017-06-13 | Final touches to the website (very minor typos etc update) | Reinier Zwitserloot | |
2017-06-13 | Removed old website; we no longer use it. | Reinier Zwitserloot | |
2017-06-12 | jdk9: ongoing debugging information for errorprone | Roel Spilker | |
2017-05-29 | made the site look a lot better on ‘small’ responsive mode (phones and ↵ | Reinier Zwitserloot | |
such). | |||
2017-05-29 | In the highly unlikely scenario the browser doesn’t support <video> tags ↵ | Reinier Zwitserloot | |
we now tell the visitor to go watch it on youtube. (Thanks Yasin Okumus for the idea!) | |||
2017-05-29 | Final touches to the new website: | Reinier Zwitserloot | |
* htaccess for ‘nice looking’ URLs. * download-edge overwritten upon stable releases. * fixes to the build system. * Added google analytics pagetracker. | |||
2017-05-29 | update to refer to lombok.Generated vs javax.annotation.Generated in docs. | Reinier Zwitserloot | |
2017-05-29 | video now has a poster. | Reinier Zwitserloot | |
2017-05-29 | Styling and layout of all-versions, download, and changelog fixed/updated. | Reinier Zwitserloot | |
2017-05-29 | Website maker updated to fix the changelog and do a proper job at supporting ↵ | Reinier Zwitserloot | |
all-versions. | |||
2017-05-29 | website build script updated to work with new template based website. | Reinier Zwitserloot | |
2017-05-29 | The great rename: the old ‘website’ is now ‘website-old’, and ↵ | Reinier Zwitserloot | |
‘website2’ is now ‘website’. | |||
2017-05-29 | moved an update to the website text about the jdk8 onX support to the new ↵ | Reinier Zwitserloot | |
website templates. | |||
2017-05-29 | [trivial] fixing file casing. | Reinier Zwitserloot | |
2017-05-29 | varExample class was confusingly called ValExample. | Reinier Zwitserloot | |
2017-05-29 | the public API generator now skips ConfigurationKeys classes which really ↵ | Reinier Zwitserloot | |
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!). | |||
2017-05-29 | [wip] download pages. | Reinier Zwitserloot | |
2017-05-29 | credits page updated. | Reinier Zwitserloot | |
2017-05-29 | feature pages updated and made more consistent. | Reinier Zwitserloot | |
2017-05-29 | setup pages added. | Reinier Zwitserloot | |
2017-05-29 | the all-versions page is fetched in order to allow generating an updated ↵ | Reinier Zwitserloot | |
copy of that page. | |||
2017-05-29 | Updated just about all of the pages to the template-based redesign. | Reinier Zwitserloot | |
Added ajaxified loading for feature pages. | |||
2017-05-16 | update tests | Roel Spilker | |