Looks good.
Trivially,
- NameGenerator.java L108
'size' could be an Integer and avoid subsequent cast.
- SimpleBeanInfo.java L121,
< PrivilegedAction<Object>
---
> PrivilegedAction<java.awt.image.ImageProducer>
-Chris.
On 01/12/2011 15:07, Maurizio Cimadamore wrote:
Hi,
I tried to cleanup as many warnings as possible in
java.beans/java.beans.context [1]. There were a few places (esp. in
java.beans.context) in which I had to suppress rawtypes warnings as the
raw types were in method signatures of what looked like public API.
Feedback welcome.
[1] - http://cr.openjdk.java.net/~mcimadamore/7116954.0/
<http://cr.openjdk.java.net/%7Emcimadamore/7116954.0/>
Maurizio