- 14 3月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore, darcy, ohrstrom
-
- 25 1月, 2012 1 次提交
-
-
由 mcimadamore 提交于
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, jjg
-
- 19 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 18 1月, 2012 1 次提交
-
-
由 jjh 提交于
Reviewed-by: jjg
-
- 04 1月, 2012 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 14 12月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 29 11月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for parsing method references to JavacParser Reviewed-by: jjg
-
- 28 11月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add support for parsing lambda expressions to JavacParser Reviewed-by: jjg
-
- 09 11月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 25 10月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Two langtools regression tests cannot be built due to a bad import statement Reviewed-by: jjg
-
- 24 10月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference Reviewed-by: jjg
-
- 23 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 22 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 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
-
- 02 9月, 2011 1 次提交
-
-
由 ksrini 提交于
Summary: JavacParser improvements for NetBeans, improved by LangTools. Reviewed-by: mcimadamore, jjg Contributed-by: jan.lahoda@oracle.com
-
- 01 9月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 28 7月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Diamond in array initializer expressions should be rejected Reviewed-by: jjg
-
- 25 6月, 2011 1 次提交
-
-
由 darcy 提交于
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 2 次提交
-
-
由 mcimadamore 提交于
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable Reviewed-by: jjg
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 31 3月, 2011 1 次提交
-
-
由 jjg 提交于
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build Reviewed-by: darcy, mcimadamore
-
- 29 3月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: javac should warn about use/declaration of AutoCloseable subclasses that can throw InterruptedException Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bring javac in sync with latest Project Coin EDR Reviewed-by: jjg
-
- 16 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should issue unconditional warnings when 'dead' catch clauses are detected Reviewed-by: jjg
-
- 15 3月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 08 3月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 07 3月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
-
- 26 2月, 2011 2 次提交
- 19 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Fix failure in regression test CheckExamples Reviewed-by: jjg
-
- 15 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method Reviewed-by: jjg
-
- 08 2月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: override clash algorithm is not implemented correctly Reviewed-by: jjg
-
- 01 2月, 2011 1 次提交
-
-
由 darcy 提交于
7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources Reviewed-by: jjg
-
- 28 1月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: method applicability check should fail if formal varargs element type is not accessible Reviewed-by: jjg
-
由 jjh 提交于
7015482: jtreg test tools/javac/diags/MessageInfo.java fails when test/ dir is not in langtools repo Summary: Don't fail if the needed file isn't present, if running under jtreg. Reviewed-by: jjg
-
- 27 1月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 26 1月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore, jjg
-