Jonathan Gibbons
593927cf2d
7010608: the string 'error' should appear in error messages
...
Reviewed-by: mcimadamore
2011-03-14 11:42:15 -07:00
Maurizio Cimadamore
cd3371e702
5088624: cannot find symbol message should be more intelligent
...
Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg
2010-09-18 09:56:23 -07:00
Maurizio Cimadamore
2801325742
6369605: Unconstrained type variables fails to include bounds
...
Unconstrained type-variables with recursive bounds are not inferred properly
Reviewed-by: jjg
2010-08-16 14:58:10 +01:00
Kelly O'Hair
bd4f4be9d7
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy
2010-05-25 15:54:51 -07:00
Jonathan Gibbons
6e3d970196
6410637: Make decision on deprecated methods in DefaultFileManager and BaseFileObject
...
6747645: ZipFileObject.getName is incorrectly deprecated
6885123: JavaFileObject getName issues
Reviewed-by: mcimadamore
2009-09-23 18:48:13 -07:00
Jonathan Gibbons
b2eaa8339f
6419701: DefaultFileManager clean up: URI.create
...
6483788: DefaultFileManager.ZipFileObject.toUri() fails to escape space characters
6501502: JSR 199: FileObject.toUri should return file:///c:/ or file:/c:/ not file://c:/
6877206: JavaFileObject.toUri returns bogus URI (win)
6877223: tests @ignored because of issues with File.toURI on Windows
Reviewed-by: mcimadamore, alanb
2009-09-08 11:12:13 -07:00
Jonathan Gibbons
af2f2e8d36
6875336: some tests should use /nodynamiccopyright/
...
Reviewed-by: darcy
2009-08-27 11:08:27 -07:00
Maurizio Cimadamore
fe1aaa8154
6864382: NPE in the rich formatter when processing an unattributed type-variable
...
Unattributed type variable should not be accessed by the rich formatter when emitting where clauses
Reviewed-by: jjg
2009-07-30 10:30:24 +01:00
Maurizio Cimadamore
25497fcea7
6862608: rich diagnostic sometimes contain wrong type variable numbering
...
The rich formatter generates worng numbers for type-variables in where clauses
Reviewed-by: jjg
2009-07-30 10:30:10 +01:00
Maurizio Cimadamore
ae2586d2c3
6860795: NullPointerException when compiling a negative java source
...
Rich formatter shouldn't propagate visits on method symbols that have a null type
Reviewed-by: jjg
2009-07-15 17:01:47 +01:00
Maurizio Cimadamore
518efd59c1
6845686: basic and raw formatters do not display captured var id properly when javac runs in -XDoldDiags mode
...
Basic and raw formatters do not override Printer methods properly
Reviewed-by: jjg
2009-06-16 10:45:11 +01:00
Maurizio Cimadamore
a74aa28243
6722234: javac diagnostics need better integration with the type-system
...
Added RichDiagnosticFormatter which provides better formatting capabilities for javac types/symbols
Reviewed-by: jjg
2009-05-21 10:56:36 +01:00
Maurizio Cimadamore
a46fd793cc
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
...
Create new combo type/symbol visitor printer used by all diagnostic formatters
Reviewed-by: jjg
2009-03-05 17:25:37 +00:00
Maurizio Cimadamore
198f2427b4
6769027: Source line should be displayed immediately after the first diagnostic line
...
Added support for customizing diagnostic output via API/command line flags
Reviewed-by: jjg
2009-02-13 11:57:33 +00:00