8056021: checkin for JDK-8027262 breaks Checker Framework

Reviewed-by: jjg, mcimadamore
This commit is contained in:
Joel Borggrén-Franck 2014-09-08 13:11:28 +02:00
parent f211cac0cd
commit 053a9d56cd
30 changed files with 2041 additions and 2346 deletions

View file

@ -26,7 +26,8 @@
* @bug 8013852
* @summary Annotations on types
* @library /tools/javac/lib
* @ignore
* @ignore 8057688 type annotations in type argument position are lost
* @ignore 8031744 Annotations on many Language Model elements are not returned
* @build JavacTestingAbstractProcessor DPrinter BasicAnnoTests
* @compile/process -processor BasicAnnoTests -proc:only BasicAnnoTests.java
*/