commit | c1ac5e88620c8a5b653ed908d819c9bf00b8d103 | [log] [tgz] |
---|---|---|
author | Maurizio Cimadamore <mcimadamore@openjdk.org> | Tue Sep 07 17:32:52 2010 +0100 |
committer | Maurizio Cimadamore <mcimadamore@openjdk.org> | Tue Sep 07 17:32:52 2010 +0100 |
tree | 05c0126e402a3dde3090da5da6a7d791b505b118 | |
parent | cd74d63c1299e11aaf6c6ac0c496bd2b091120fa [diff] |
6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType Wrong implementation is causing trivial containment tests to fail unexpectedly (when such tests are executed using compiler API) Reviewed-by: jjg