- 01 6月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove hack to callback into type-inference from assignment context Reviewed-by: dlsmith, jjg
-
- 22 5月, 2012 1 次提交
-
-
由 jjh 提交于
7157798: Add 6 test scenarios for testing inheritance of multiple same-name methods from mulitple interfaces Reviewed-by: mcimadamore Contributed-by: sue.wei@oracle.com
-
- 11 4月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic Reviewed-by: jjg, dlsmith
-
- 26 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used Reviewed-by: jjg, dlsmith
-
- 10 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fix regression caused by 7144506 Reviewed-by: jjg, dlsmith
-
- 07 3月, 2012 2 次提交
-
-
由 mcimadamore 提交于
Summary: Implementation of Resolve.isOverriddenIn() should distinguish between classes/interfaces Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Spurious accessibility check in TransTypes Reviewed-by: jjg
-
- 06 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Unify post-inference sanity check with Attr.checkMethod Reviewed-by: jjg, dlsmith
-
- 02 3月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Redundant type-var substitution makes generic-type well-formedness check to fail Reviewed-by: jjg
-
- 24 12月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ksrini
-
- 28 11月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for parsing lambda expressions to JavacParser Reviewed-by: jjg
-
- 16 9月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Inference should fail in 15.12.2.7 when inference variables with 'nulltype' upper bounds are found Reviewed-by: dlsmith
-
- 13 9月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: Inference error during lub() does not set 'cause' for method resolution diagnostic Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Implementation of MethodSymbol.location() should take into account static/instance initializers Reviewed-by: jjg
-
- 28 7月, 2011 3 次提交
-
-
由 mcimadamore 提交于
Summary: Diamond in array initializer expressions should be rejected Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Diamond inference generates spurious error messages when target type is a member inner class Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Fix most specific when two methods are maximally specific and only one has non-raw return type Reviewed-by: jjg, dlsmith
-
- 02 5月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fix of 7034511 (now backed out) is causing spurious accessibility errors Reviewed-by: jjg
-
- 30 4月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: diamond should be disallowed in cases where explicit generic constructor parameters are specified Reviewed-by: jjg
-
- 29 4月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Problem with intersection types and wildcards causing javac to crash Reviewed-by: jjg
-
- 13 4月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.mostSpecific doesn't handle case of raw override Reviewed-by: dlsmith
-
由 mcimadamore 提交于
Summary: Type-variable substutution takes upper bound of replaced captured type-variable Reviewed-by: dlsmith
-
- 29 3月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: Problem when explicit generic constructor type-arguments are used in conjunction with diamond Reviewed-by: jjg
-
由 mcimadamore 提交于
7030687: Diamond: compiler accepts erroneous code where diamond is used with non-generic inner class Summary: Diamond accepts non-parameterized member inner classes with parameterized outer because of a bad check Reviewed-by: jjg
-
- 07 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
-
- 04 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Rules for method clash use notion of subsignature, which is sometimes too strict and incompatible with JDK 6 Reviewed-by: jjg
-
- 28 2月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: lub should not scan supertypes unnecessarily Reviewed-by: jjg, dlsmith
-
由 mcimadamore 提交于
Summary: Thrown types do not get updated after 15.12.2.8, and do not get erased as per 15.12.2.6 Reviewed-by: jjg, dlsmith
-
- 23 2月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: fix to test headers not containing correct bug ID Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: name clash should not be reported if subinterface/implementing class resolves the clash by defining common overrider Reviewed-by: jjg
-
- 18 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Diamond oerator should be disallowed on non-generic class types (i.e. String) Reviewed-by: jjg
-
- 08 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: override clash algorithm is not implemented correctly Reviewed-by: jjg
-
- 03 2月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: javac silently crashes when emitting certain kinds of resolution diagnostics Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: generic type-well formedness check should ignore erroneous symbols Reviewed-by: jjg
-
- 28 1月, 2011 3 次提交
-
-
由 mcimadamore 提交于
Summary: free type-variables are being replaced with type-variables bound to forall type leading to unsoundness Reviewed-by: jjg, dlsmith
-
由 mcimadamore 提交于
Summary: method applicability check should fail if formal varargs element type is not accessible Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: multiple clashing members declared in same class should be added to the class' scope in order to avoid downstream spurious diagnostics Reviewed-by: jjg
-
- 24 1月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: several diagnostic improvements Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: type-inference should ignore erroneous bounds Reviewed-by: jjg
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-