aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/GetterSetterJavadoc.java
AgeCommit message (Collapse)Author
2015-06-01When generating javadoc for setters, a @return this is added if needed.Reinier Zwitserloot
2013-09-09[jdk8support] We now handle doc comments internally, alleviating the need to ↵Roel Spilker
try and keep up with the complete rewrites of the doc comment parser from java6 to java7 to java8. Still doesn't actually work in jdk8, but only because of a last-mile issue. (we communicate the doc comment via compilationUnit.docComments but that changed types in jdk8, we just need to make a wrapper to make that work).
2013-07-08added tests for new javadoc behaviour, javac implementation of copying ↵Reinier Zwitserloot
javadoc for getters/setters, and fixed pretty printer to no longer inject an extra newline at the top of javadoc.