On 01/24/2012 07:50 PM, Lance Andersen - Oracle wrote:
You are suggesting changing

 java.util.Map<?,?> typeMap = caller.getTypeMap();

to

 Map<?,?> typeMap = caller.getTypeMap();


Which I can do. I probably did not think about it much as it was their previously but I agree that would be the way to go.

Please let me know if I am on point with your suggestion

Yes.

Map<String, Class<?>>  typeMap = ...



Best
Lance

rgds,
Rémi

On Jan 24, 2012, at 1:29 PM, Remi Forax wrote:

Looks good.
The only weird thing is the use of java.util.Map instead of Map. Because Map is used in when referencing Map.Entry just after.

Rémi


----- Reply message -----
From: "Lance Andersen - Oracle" <[email protected] <mailto:[email protected]>> To: "core-libs-dev Libs" <[email protected] <mailto:[email protected]>> Subject: Review needed for 7132879 to address the findbug errors in WebRowSetXmlWriter
Date: Tue, Jan 24, 2012 19:18


Hi,

Looking for a reviewer for http://cr.openjdk.java.net/~lancea/7132879/webrev.00/ <http://cr.openjdk.java.net/%7Elancea/7132879/webrev.00/>

this is a small change to address 2 findbug errors for this class. The findbug issues being addressed:

Inefficient use of keySet iterator instead of entrySet iterator

and

non-serializable instance field in serializable class


Best,
Lance

Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
[email protected] <mailto:[email protected]>


<http://oracle.com/us/design/oracle-email-sig-198324.gif>
<http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
[email protected] <mailto:[email protected]>


Reply via email to