src/share/classes/com/sun/tools/javac/services/javax.tools.JavaCompilerTool

Tue, 16 Jun 2009 10:46:37 +0100

author
mcimadamore
date
Tue, 16 Jun 2009 10:46:37 +0100
changeset 299
22872b24d38c
parent 0
959103a6100f
permissions
-rw-r--r--

6638712: Inference with wildcard types causes selection of inapplicable method
Summary: Added global sanity check in order to make sure that return type inference does not violate bounds constraints
Reviewed-by: jjg

aoqi@0 1 com.sun.tools.javac.api.Tool

mercurial