History log of /openjdk10/langtools/test/tools/javac/processing/model/type/IntersectionPropertiesTest.java
Revision Date Author Comments
# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 2687:56f8be952a5c 29-Oct-2014 jjg

8062348: langtools tests should close file manager (group 1)
Reviewed-by: darcy


# 2222:e59a993abd88 17-Dec-2013 jlahoda

8029715: test needs bugID added to @bug tag
Summary: Adding forgotten bug number
Reviewed-by: vromero


# 2199:7c89d200781b 20-Nov-2013 jlahoda

6557966: Multiple upper bounds of the TypeVariable
Summary: Adjusting javax.lang.model javadoc regarding IntersectionType, IntersectionType.accept now calls visitIntersection for all kinds of IntersectionTypes.
Reviewed-by: darcy, vromero
Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com


# 2049:09301757bb32 23-Sep-2013 emc

6499673: Assertion check for TypeVariable.getUpperBound() fails.
Summary: Fix TypeVariable.getUpperBound to return results as specified
Reviewed-by: jjg