mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6722234: javac diagnostics need better integration with the type-system
Added RichDiagnosticFormatter which provides better formatting capabilities for javac types/symbols Reviewed-by: jjg
This commit is contained in:
parent
db4ff5c63b
commit
a74aa28243
36 changed files with 1124 additions and 88 deletions
|
@ -4,7 +4,7 @@
|
|||
* @summary "attemping to assign weaker access" message doesn't give method line number
|
||||
* @author Neal Gafter
|
||||
*
|
||||
* @compile/fail/ref=OverridePosition.out -XDstdout -XDdiags=%b:%l:%_%m OverridePosition.java
|
||||
* @compile/fail/ref=OverridePosition.out -XDstdout -XDrawDiagnostics OverridePosition.java
|
||||
*/
|
||||
|
||||
package T4524388;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue