- 28 7月, 2011 1 次提交
-
-
由 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
-
- 09 12月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: compiler allows bridge methods to override unrelated method Reviewed-by: jjg
-
- 04 12月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should disable error messages when analyzing instance creation expression in 'diamond finder' mode Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Use of TransTypes.cast() instead of TransTypes.coerce() causes NPE in Lower Reviewed-by: jjg
-
- 23 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: 15.12.2.8 should use boxing when expected type in assignment context is a primitive type Reviewed-by: jjg
-
- 15 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: javac should report error when interface inherits unrelated method with same erasure Reviewed-by: jjg
-
- 10 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: special resolution scheme for diamond inference needs to open up protected constructors in anon inner class creation Reviewed-by: jjg
-
- 02 11月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: added hidden compiler flag '-XDfindDiamond' to detect 'diamondifiable' sites Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: temporarily disable fix for override bridges (6337171) Reviewed-by: jjg
-
- 19 9月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics Reviewed-by: jjg
-
- 10 9月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: mbykov
-
- 08 9月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: javac should add synthetic overrides for inherited abstract methods in order to preserve binary compatibility Reviewed-by: jjg
-
- 19 8月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: resolution of superclass/superinterfaces in extends/implements clause skips local classes Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: capture conversion does not work on nested types Reviewed-by: jjg
-
- 16 8月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: unconstrained type-variables with recursive bounds are not inferred properly Reviewed-by: jjg
-
- 29 7月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: a redundant dubtyping check causes spurious inference failure Reviewed-by: jjg
-
- 27 7月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-