Maurizio Cimadamore
|
b91b333053
|
8071241: Investigate alternate strategy for type-checking operators
Separat operator lookup logic from overload resolution.
Reviewed-by: jjg, jlahoda, sadayapalam
|
2015-02-16 12:24:25 +00:00 |
|
Jonathan Gibbons
|
8bd23f1681
|
8062348: langtools tests should close file manager (group 1)
Reviewed-by: darcy
|
2014-10-29 17:25:23 -07:00 |
|
Dan Smith
|
9798cbad4c
|
8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
Rewrite most-specific logic to conform to JLS 8 15.12.2.5
Reviewed-by: vromero
|
2014-05-13 15:29:09 -06:00 |
|
Jan Lahoda
|
5b6afc8503
|
8041663: Sensitive dependence on location of nested interface
Adding a method among ambiguous candidates only if it is more specific than some of the existing candidates.
Reviewed-by: dlsmith, vromero
|
2014-05-09 12:55:58 +02:00 |
|
Matherey Nunez
|
69f2f2fad4
|
8027175: Existing regression tests in tl/langtools and tl/jdk need to be updated for @bug keyword
Reviewed-by: jjg, ksrini
|
2014-01-27 12:45:03 -08:00 |
|
Steve Sides
|
4cbb43a7e3
|
8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
|
2013-12-24 09:17:37 -08:00 |
|
Maurizio Cimadamore
|
1c13f5e4cb
|
7034798: Ambiguity error for abstract method call is too eager
Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round
Reviewed-by: jjg, vromero
|
2013-07-01 14:57:03 +01:00 |
|
Maurizio Cimadamore
|
9d588c1a23
|
8014649: Regression: bug in Resolve.resolveOperator
Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero
|
2013-05-24 15:27:12 +01:00 |
|
Maurizio Cimadamore
|
6fd868a306
|
8007461: Regression: bad overload resolution when inner class and outer class have method with same name
Fix regression in varargs method resolution introduced by bad refactoring
Reviewed-by: jjg
|
2013-02-21 15:26:46 +00:00 |
|
Maurizio Cimadamore
|
442154dcf9
|
8005244: Implement overload resolution as per latest spec EDR
Add support for stuck expressions and provisional applicability
Reviewed-by: jjg
|
2013-01-21 20:13:56 +00:00 |
|
Joe Darcy
|
378571e10e
|
8005282: Use @library tag with non-relative path for javac tests
Reviewed-by: jjg
|
2012-12-21 08:45:43 -08:00 |
|
Maurizio Cimadamore
|
7c849a94da
|
8000931: Cleanup Resolve.java
Unify all method resolution routines
Reviewed-by: jjg
|
2012-11-04 11:01:49 +00:00 |
|
Maurizio Cimadamore
|
7873cba6b2
|
7098660: Write better overload resolution/inference tests
Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg
|
2011-10-24 13:00:30 +01:00 |
|