bhalchandrap opened a new pull request #2484:
URL: https://github.com/apache/thrift/pull/2484


   Fixes the following issues found by spotbugs:
   
   1. Private method 
org.apache.thrift.partial.ThriftMetadata$ThriftPrimitive.getParentStruct() is 
never called
   2. Private method 
org.apache.thrift.TDeserializer.createNewStruct(ThriftMetadata$ThriftStruct) is 
never called
   3. 
org.apache.thrift.partial.PartialThriftComparer.areEqual(ThriftMetadata$ThriftMap,
 Object, Object, StringBuilder) makes inefficient use of keySet iterator 
instead of entrySet iterator


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to