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

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


# 2702:b9daa6475f12 05-Nov-2014 jjg

8062676: Tests which leak lots of file managers should be fixed (group 2)
Reviewed-by: darcy


# 674:12d8f7e417fd 07-Sep-2010 mcimadamore

6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType
Summary: wrong implementation is causing trivial containment tests to fail unexpectedly (when such tests are executed using compiler API)
Reviewed-by: jjg