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

Best
Lance
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]>
> To: "core-libs-dev Libs" <[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/   
> 
> 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]
> 


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

Reply via email to