- 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
-
- 17 9月, 2010 2 次提交
- 10 9月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 09 9月, 2010 1 次提交
-
-
由 sundar 提交于
Reviewed-by: jjg
-
- 08 9月, 2010 4 次提交
-
-
由 mcimadamore 提交于
Summary: Added a post-attribution visitor that fixup uninitialized types/symbol in AST after erroneous attribution Reviewed-by: jjg
-
由 mcimadamore 提交于
6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType Summary: wrong implementation is causing trivial containment tests to fail unexpectedly (when such tests are executed using compiler API) Reviewed-by: jjg
-
由 mcimadamore 提交于
6979327: method handle invocation should use casts instead of type parameters to specify return type Summary: infer return type for polymorphic signature calls according to updated JSR 292 draft Reviewed-by: jjg Contributed-by: john.r.rose@oracle.com
-
由 mcimadamore 提交于
Summary: javac should add synthetic overrides for inherited abstract methods in order to preserve binary compatibility Reviewed-by: jjg
-
- 07 9月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 03 9月, 2010 4 次提交
- 01 9月, 2010 1 次提交
-
-
由 jrose 提交于
6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case Summary: Allow casts which narrow and then unbox. Reviewed-by: mcimadamore
-
- 31 8月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore, darcy
-
- 28 8月, 2010 3 次提交
- 27 8月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 26 8月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 25 8月, 2010 2 次提交
- 24 8月, 2010 2 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
由 mcimadamore 提交于
Summary: Wrong nested loops in Gen.java causes javac to generate bad bytecode Reviewed-by: jjg
-
- 23 8月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Types.rewriteQuantifiers() does not work well with recursive type-variable bounds Reviewed-by: jjg
-
- 19 8月, 2010 3 次提交
-
-
由 mcimadamore 提交于
Summary: resolution of superclass/superinterfaces in extends/implements clause skips local classes Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: raw warnings should be disabled in (i) instanceof expressions and (ii) when java.lang.Class is not parameterized Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: capture conversion does not work on nested types Reviewed-by: jjg
-
- 17 8月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 16 8月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: unconstrained type-variables with recursive bounds are not inferred properly Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: type annotation should take advantage of recursive annotation checking Reviewed-by: jjg
-
- 10 8月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: missing symbols are collected in an HashSet which doesn't preserve ordering Reviewed-by: jjg
-
- 05 8月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: problem when constructor resolution returns an erroneous symbol Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: default annotation value is not attributed Reviewed-by: jjg, darcy
-
- 03 8月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjb
-
- 30 7月, 2010 3 次提交
- 29 7月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Updated logic not to rely upon Symbol.implementation (which check in superinterfaces) Reviewed-by: jjg
-