Alexander Kulyakhtin
|
b6262441ad
|
8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
|
2015-05-21 11:41:04 -07:00 |
|
Sonali Goel
|
6b7d074037
|
8074387: Group 11: golden files for coin tests in tools/javac dir
Reviewed-by: jjg
|
2015-05-15 01:36:32 -07:00 |
|
Jan Lahoda
|
a2b0a2413e
|
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
Allowing final variables as operands to try-with-resources; also reviewed by Sergei Pikalev.
Reviewed-by: darcy, mcimadamore, vromero
|
2014-11-19 13:46:04 +01:00 |
|
Jonathan Gibbons
|
8bd23f1681
|
8062348: langtools tests should close file manager (group 1)
Reviewed-by: darcy
|
2014-10-29 17:25:23 -07:00 |
|
Jan Lahoda
|
74250736aa
|
8031383: Error recovery in JavacParser could be improved
Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: jjg, jfranck
|
2014-02-28 20:25:24 +01:00 |
|
Sonali Goel
|
b941719f94
|
8025113: Convert 7 tools TryWithResources tests to jtreg format
Reviewed-by: darcy, jjg
|
2013-11-13 16:36:08 -08:00 |
|
Athijegannathan Sundararajan
|
9724583022
|
7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
Reviewed-by: darcy, jjg
|
2012-08-08 22:17:27 +05:30 |
|
Maurizio Cimadamore
|
b03ad3ae09
|
7175911: Simplify error reporting API in Check.CheckContext interface
Make error messages generated during Check.checkType more uniform and more scalable
Reviewed-by: jjg, dlsmith
|
2012-08-02 18:22:41 +01:00 |
|
Athijegannathan Sundararajan
|
817ad87a28
|
7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Reviewed-by: mcimadamore
|
2012-05-11 20:06:00 +05:30 |
|
Maurizio Cimadamore
|
9b1e54dae3
|
7151492: Encapsulate check logic into Attr.ResultInfo
ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used
Reviewed-by: jjg, dlsmith
|
2012-03-26 15:28:22 +01:00 |
|
Maurizio Cimadamore
|
8db2f8de59
|
7086595: Error message bug: name of initializer is 'null'
Implementation of MethodSymbol.location() should take into account static/instance initializers
Reviewed-by: jjg
|
2011-09-13 14:14:57 +01:00 |
|
Jan Lahoda
|
6f70d425f2
|
7073631: (javac) javac parser improvements for error position reporting
JavacParser improvements for NetBeans, improved by LangTools.
Reviewed-by: mcimadamore, jjg
|
2011-09-01 09:14:25 -07:00 |
|
Jonathan Gibbons
|
654ae83d8e
|
7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
Reviewed-by: mcimadamore
|
2011-08-31 15:39:00 -07:00 |
|
David Katleman
|
f1744917be
|
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
Reviewed-by: ohair, trims
|
2011-05-25 13:32:10 -07:00 |
|
Maurizio Cimadamore
|
be712a0152
|
7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource
Missing name check before calling MethodSymbol.overrides causes wrong warnings to be issued
Reviewed-by: jjg
|
2011-04-01 12:30:13 +01:00 |
|
Maurizio Cimadamore
|
acf788aa1f
|
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
Javac should warn about use/declaration of AutoCloseable subclasses that can throw InterruptedException
Reviewed-by: jjg
|
2011-03-29 16:41:18 +01:00 |
|
Maurizio Cimadamore
|
df9296f567
|
7023233: False positive for -Xlint:try with nested try with resources blocks
Wrong lint warning issued about unused resource when nested try-with-resource blocks are found
Reviewed-by: jjg
|
2011-03-03 09:43:24 +00:00 |
|
Jonathan Gibbons
|
36ed816102
|
7022711: compiler crash in try-with-resources
Reviewed-by: mcimadamore
|
2011-02-28 13:42:24 -08:00 |
|
Joe Darcy
|
dc728d5d5a
|
7020047: Project Coin: generate null-check around try-with-resources close call
Reviewed-by: jjg
|
2011-02-18 15:55:20 -08:00 |
|
Maurizio Cimadamore
|
dd20e6fdd7
|
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
Twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method
Reviewed-by: jjg
|
2011-02-15 11:51:04 +00:00 |
|
Joe Darcy
|
ba98ee427f
|
7014734 : Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
Reviewed-by: jjg
|
2011-01-31 19:06:32 -08:00 |
|
Joe Darcy
|
ec50779b72
|
7013420: Project Coin: remove general expression support from try-with-resources statement
Reviewed-by: mcimadamore, jjg
|
2011-01-25 17:02:56 -08:00 |
|
Maurizio Cimadamore
|
b77effad6c
|
6968793: issues with diagnostics
Several diagnostic improvements
Reviewed-by: jjg
|
2011-01-24 15:44:51 +00:00 |
|
Jonathan Gibbons
|
be8a607fef
|
6900037: javac should warn if earlier -source is used and bootclasspath not set
Reviewed-by: darcy
|
2010-11-29 14:15:36 -08:00 |
|
Joe Darcy
|
f9f932a9f3
|
6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mcimadamore
|
2010-11-14 07:16:46 -08:00 |
|
Maurizio Cimadamore
|
64789c2491
|
6970016: Clean up ARM/try-with-resources implementation
Changed Xlint option name from -Xlint:arm to -Xlint:try
Reviewed-by: jjg
|
2010-11-12 12:34:18 +00:00 |
|
Joe Darcy
|
74210780a0
|
6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
Reviewed-by: jjb
|
2010-08-02 13:35:39 -07:00 |
|
Maurizio Cimadamore
|
a38fe743aa
|
6970833: Try-with-resource implementation throws an NPE during Flow analysis
Updated logic not to rely upon Symbol.implementation (which check in superinterfaces)
Reviewed-by: jjg
|
2010-07-29 15:57:43 +01:00 |
|
Tom Ball
|
985efdc475
|
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
6964740: Project Coin: More tests for ARM compiler changes
6965277: Project Coin: Correctness issues in ARM implementation
6967065: add -Xlint warning category for Automatic Resource Management (ARM)
Reviewed-by: jjb, darcy, mcimadamore, jjg, briangoetz
|
2010-07-16 19:35:24 -07:00 |
|