jjg [Sat, 27 Jun 2009 12:04:43 -0700] rev 3152
6855563: test broken after merge with latest parser
Reviewed-by: jjg
Contributed-by: mali@csail.mit.edu
jjg [Fri, 26 Jun 2009 19:47:12 -0700] rev 3151
6854796: update JSR308 impl with latest code from type-annotations repo
Reviewed-by: jjg, mcimadamore, darcy
Contributed-by: mernst@cs.washington.edu, mali@csail.mit.edu, mpapi@csail.mit.edu
jjg [Fri, 26 Jun 2009 19:12:41 -0700] rev 3150
6855544: add missing files
Reviewed-by: jjg, mcimadamore, darcy
Contributed-by: mernst@cs.washington.edu, mali@csail.mit.edu, mpapi@csail.mit.edu
jjg [Fri, 26 Jun 2009 18:51:39 -0700] rev 3149
6843077: JSR 308: Annotations on types
Reviewed-by: jjg, mcimadamore, darcy
Contributed-by: mernst@cs.washington.edu, mali@csail.mit.edu, mpapi@csail.mit.edu
darcy [Fri, 26 Jun 2009 12:22:40 -0700] rev 3148
6593082: MirroredTypeException constructor does not throw NPE when type is null
Reviewed-by: jjg
tbell [Fri, 26 Jun 2009 10:26:27 -0700] rev 3147
Merge
tbell [Wed, 24 Jun 2009 17:34:13 -0700] rev 3146
Merge
mcimadamore [Wed, 24 Jun 2009 10:51:13 +0100] rev 3145
6852649: The Rich formatter printer should be an explicit class to facilitate overriding
Summary: Improve reusabiliy of the rich formatter by removing anonymous inner classes/changing visibility of fields
Reviewed-by: jjg
mcimadamore [Wed, 24 Jun 2009 10:50:54 +0100] rev 3144
6852595: Accessing scope using JSR199 API on erroneous tree causes Illegal Argument Exception
Summary: Fixed problem with empty DiagnosticSource objects causing IAE in the JCDiagnostic constructor
Reviewed-by: jjg
mcimadamore [Wed, 24 Jun 2009 10:50:27 +0100] rev 3143
6822637: ResolveError hierarchy needs to be refactored
Summary: Break ResolveError class into a hierarchy representing different kinds of resolution errors
Reviewed-by: jjg
tbell [Tue, 23 Jun 2009 22:09:28 -0700] rev 3142
Merge
jjg [Fri, 19 Jun 2009 11:40:47 -0700] rev 3141
6852856: javap changes to facilitate subclassing javap for variants
Reviewed-by: mcimadamore
mcimadamore [Tue, 16 Jun 2009 10:46:37 +0100] rev 3140
6638712: Inference with wildcard types causes selection of inapplicable method
Summary: Added global sanity check in order to make sure that return type inference does not violate bounds constraints
Reviewed-by: jjg
mcimadamore [Tue, 16 Jun 2009 10:46:16 +0100] rev 3139
6835428: regression: return-type inference rejects valid code
Summary: Redundant subtyping test during type-inference ends up in rejecting legal code
Reviewed-by: jjg
mcimadamore [Tue, 16 Jun 2009 10:45:42 +0100] rev 3138
6835430: javac does not generate signature attributes for classes extending parameterized inner classes
Summary: ClassWriter does not consider outer params of an inner class when emitting signature attributes
Reviewed-by: jjg
mcimadamore [Tue, 16 Jun 2009 10:45:11 +0100] rev 3137
6845686: basic and raw formatters do not display captured var id properly when javac runs in -XDoldDiags mode
Summary: Basic and raw formatters do not override Printer methods properly
Reviewed-by: jjg