You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bhalchandra Pandit (Jira)" <ji...@apache.org> on 2021/12/02 22:14:00 UTC

[jira] [Created] (THRIFT-5486) fix issues found by spotbugs

Bhalchandra Pandit created THRIFT-5486:
------------------------------------------

             Summary: fix issues found by spotbugs 
                 Key: THRIFT-5486
                 URL: https://issues.apache.org/jira/browse/THRIFT-5486
             Project: Thrift
          Issue Type: Technical Debt
          Components: Java - Library
            Reporter: Bhalchandra Pandit
            Assignee: Bhalchandra Pandit


Fixes the following issues found by spotbugs:

Private method org.apache.thrift.partial.ThriftMetadata$ThriftPrimitive.getParentStruct() is never called

Private method org.apache.thrift.TDeserializer.createNewStruct(ThriftMetadata$ThriftStruct) is never called

org.apache.thrift.partial.PartialThriftComparer.areEqual(ThriftMetadata$ThriftMap, Object, Object, StringBuilder) makes inefficient use of keySet iterator instead of entrySet iterator



--
This message was sent by Atlassian Jira
(v8.20.1#820001)