- 13 5月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: briangoetz, jjg, jlahoda, ahgross
-
- 01 5月, 2014 1 次提交
-
-
由 pgovereau 提交于
Summary: Add additional checks on results of ClassReader.readPool Reviewed-by: vromero
-
- 16 4月, 2014 1 次提交
-
-
由 pgovereau 提交于
Reviewed-by: jjg
-
- 23 4月, 2014 1 次提交
-
-
由 vromero 提交于
Reviewed-by: dlsmith, jjg, jlahoda
-
- 01 4月, 2014 1 次提交
-
-
由 jlahoda 提交于
Summary: Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters. Reviewed-by: jfranck, jjg
-
- 25 12月, 2013 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: ksrini Contributed-by: steve.sides@oracle.com
-
- 11 11月, 2013 1 次提交
-
-
由 emc 提交于
8027253: javac illegally accepts array as bound Summary: backing out change allowing arrays in intersection types Reviewed-by: vromero
-
- 16 10月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com
-
- 11 10月, 2013 1 次提交
-
-
由 emc 提交于
7196553: Review error messages for repeating annotations Summary: Changes to the diagnostic messages to improve clarity and JLS coherence Reviewed-by: jjg
-
- 09 10月, 2013 1 次提交
-
-
由 jlahoda 提交于
Summary: ClassReader must not set Flags.DEFAULT for interface static methods Reviewed-by: vromero, jjg
-
- 03 10月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, dlsmith
-
- 04 9月, 2013 1 次提交
-
-
由 vromero 提交于
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied Reviewed-by: jjg, vromero Contributed-by: maurizio.cimadamore@oracle.com
-
- 03 9月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, vromero Contributed-by: maurizio.cimadamore@oracle.com
-
- 31 8月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mchung
-
- 21 8月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 16 8月, 2013 1 次提交
-
-
由 jlahoda 提交于
Summary: Producing individual errors for uncaught undeclared exceptions inside lambda expressions, rather than one error for the whole lambda Reviewed-by: mcimadamore
-
- 13 8月, 2013 1 次提交
-
-
由 mcimadamore 提交于
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods) Summary: Hiding check does not support interface multiple inheritance Reviewed-by: jjg
-
- 31 7月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg
-
- 25 7月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: method reference overload check doesn't walk through type-variable receivers Reviewed-by: jjg
-
- 19 7月, 2013 1 次提交
-
-
由 ksrini 提交于
8019421: Javac doesn't fill in end position for some annotation related errors 8019422: Javac doesn't fill in end position for uninitialized variable errors Reviewed-by: jjg, mcimadamore
-
- 10 6月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems Reviewed-by: jjg, vromero
-
- 21 5月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: mcimadamore
-
- 15 5月, 2013 2 次提交
-
-
由 mcimadamore 提交于
Summary: Unfold method resolution diagnostics when they mention errors in poly expressions Reviewed-by: jjg, vromero
-
由 jjg 提交于
Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com, joel.franck@oracle.com, alex.buckley@oracle.com
-
- 08 4月, 2013 2 次提交
-
-
由 mcimadamore 提交于
Summary: Remove support for marker interfaces; redefine intersection type casts to be order-independent Reviewed-by: jjg
-
由 mcimadamore 提交于
8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types Summary: Lambdas that have errors in their bodies should make enclosing overload resolution fail Reviewed-by: jjg
-
- 29 3月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 23 3月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 05 3月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac generates method handle referencing non public type Reviewed-by: jjg, rfield
-
- 28 2月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Static-ness check should be applied after member reference resolution Reviewed-by: jjg
-
- 18 2月, 2013 1 次提交
-
-
由 vromero 提交于
Reviewed-by: jjg, mcimadamore
-
- 16 2月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add speculative arity-based check to rule out potential candidates when stuck reference is passed to method Reviewed-by: jjg
-
- 13 2月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for more aggressive type-inference scheme Reviewed-by: jjg
-
- 24 1月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: jjg Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com
-
- 22 1月, 2013 3 次提交
-
-
由 mcimadamore 提交于
Summary: Support public static interface methods Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Remove transitional internal flag for allowing intersection types in cast Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Add support for stuck expressions and provisional applicability Reviewed-by: jjg
-
- 21 1月, 2013 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 18 1月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: forgot to hg add tests Reviewed-by: jjg
-
- 17 1月, 2013 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces Reviewed-by: jjg
-