aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/Lombok.java
AgeCommit message (Collapse)Author
2018-01-09use T instead of RuntimeExceptionRoel Spilker
2017-07-28Avoid "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-06-13Javadoc 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-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2016-06-29add checkNotNull to Lombok for future usage in super constructor callRoel Spilker
2011-11-07Changed copyright noticesRoel Spilker
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
warnings about variables that cannot be null
2010-09-30trivial: javadoc fixes, renamed 'className' to 'fileName'for postprocessorReinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot