Re: JDK 9 RFR of JDK-8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.*

2014-06-14 Thread Joe Darcy
PS This change involves various API updates; once those are settled, I'll file the internal ccc paperwork. PPS The javax.swing.plaf.nimbus.State class is generified in an odd manner. -Joe On 06/14/2014 04:44 PM, Joe Darcy wrote: Hello, Please review the (unexpected large) fix for JDK-80

JDK 9 RFR of JDK-8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.*

2014-06-14 Thread Joe Darcy
Hello, Please review the (unexpected large) fix for JDK-8043548: Fix raw and unchecked lint warnings in javax.swing.plaf.* http://cr.openjdk.java.net/~darcy/8043548.0/ In most of the javax.swing.multi.MultiFoo.java type, I replaced a raw Vector with a Vector and was then able to delete