History log of /openjdk9/langtools/test/tools/javac/generics/inference/6718364/T6718364.out
Revision Date Author Comments
# 1958:55da6b3a6940 20-Aug-2013 kizune

7182350: Regression in wording of unchecked warning message
Reviewed-by: mcimadamore, jjg


# 1811:f8472e561a97 06-Jun-2013 mcimadamore

8015432: javac crashes with stack overflow when method called recursively from nested generic call
Summary: Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero


# 383:ed31953ca025 27-Aug-2009 jjg

6875336: some tests should use /nodynamiccopyright/
Reviewed-by: darcy


# 220:6ada6122dd4f 13-Feb-2009 mcimadamore

6769027: Source line should be displayed immediately after the first diagnostic line
Summary: Added support for customizing diagnostic output via API/command line flags
Reviewed-by: jjg


# 160:ddd75a295501 23-Oct-2008 mcimadamore

6758789: Some method resolution diagnostic should be improved
Summary: Recent work on diagnostics left out some resolution corner cases
Reviewed-by: jjg


# 92:30a415f8667f 08-Aug-2008 mcimadamore

6718364: inference fails when a generic method is invoked with raw arguments
Summary: Bug in the implementation of Types.isSubtypeUnchecked
Reviewed-by: jjg