- 25 3月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: fixed code that checks for duplicate method declarations Reviewed-by: jjg
-
- 10 3月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
-
- 06 3月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: fixed algorithm for checking cycles in typevar declarations Reviewed-by: jjg
-
- 13 2月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
-
- 29 1月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: Javac applies wrong substitution to recursive type-variable bounds Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8 Reviewed-by: jjg
-
- 27 1月, 2009 1 次提交
-
-
由 tbell 提交于
Reviewed-by: jjg
-
- 21 1月, 2009 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac does not correctly implement JLS3 8.4.5 Reviewed-by: jjg
-
- 13 1月, 2009 2 次提交
-
-
由 mcimadamore 提交于
Summary: Added constructor's actual type info to NewClass AST node Reviewed-by: jjg Contributed-by: mark@twistedbanana.demon.co.uk
-
由 mcimadamore 提交于
Summary: Fixed parser and cats conversion in order to allow cast between generic inner classes Reviewed-by: jjg
-
- 26 11月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Superclass' private methods shouldn't be considered during method resolution Reviewed-by: jjg
-
- 24 10月, 2008 7 次提交
-
-
由 mcimadamore 提交于
Summary: Types.containedBy should be more liberal with UndetVars Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Recent work on diagnostics left out some resolution corner cases Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Javac ends up in an infinite loop while attributing mutually referring array type-parameter bounds Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Validator.visitTypeApply should substitute all formal typevars with actual parameters Reviewed-by: jjg
-
由 mcimadamore 提交于
6487370: javac incorrectly gives ambiguity warning with override-equivalent abstract inherited methods Summary: Javac should not compare erased return types when checking for ambiguity errors during overload resolution Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Accordingly to new accessibility rules all members of intersection types (but private ones) should be accessible Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Check.checkExtends should cope with captured type-variables Reviewed-by: jjg
-
- 09 10月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Lower.abstractRval should take into account parenthesized expressions Reviewed-by: jjg
-
- 09 8月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Bug in the implementation of Types.isSubtypeUnchecked Reviewed-by: jjg
-
- 25 7月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: removed early toString() conversions applied to diagnostic arguments Reviewed-by: jjg
-
- 24 7月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: compiler should apply capture conversion when checking for bound conformance Reviewed-by: jjg
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 20 6月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: Problematic overriding check when two methods defined in two distinct superinterfaces are overriden by an interface Reviewed-by: jjg
-
- 30 5月, 2008 2 次提交
-
-
由 mcimadamore 提交于
6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors Summary: This regression has been caused by previous fix of 6660289 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Types.isSubtypeUnchecked() should handle type-variables subtyping properly Reviewed-by: jjg
-
- 09 4月, 2008 8 次提交
-
-
由 mcimadamore 提交于
Summary: Javac doesn't conform to JLS 4.8 - all the supertypes of a raw type must be erased Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: The regression test for CR 6611449 contains some inconstistencies Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Lookup of member inner classes silently fails leading to an unwanted erasure to take place Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: A missing capture conversion makes javac to think that some expressions are well-formed even when they aren't Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bug in the parser caused by the fact that explicit type arguments are disabled when parsing parenthesized expressions Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Unignore regression test as this bug has been fixed by CR 6278587 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error) Reviewed-by: jjg
-
由 mcimadamore 提交于
6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables Summary: bug when javac generates code involving intersection types Reviewed-by: jjg
-
- 02 4月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: fixed lookup of field/methods on intersection types Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: improved glb on type-inference Reviewed-by: jjg
-
- 04 3月, 2008 2 次提交
-
-
由 mcimadamore 提交于
Summary: NPE caused by a defect in type-variable attribution Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: type-inference should fail since lub is not defined for primitive types Reviewed-by: jjg
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-