Daan Rennings created KAFKA-4922:
------------------------------------
Summary: Fix several FindBugs warnings in Clients and Connect
Key: KAFKA-4922
URL: https://issues.apache.org/jira/browse/KAFKA-4922
Project: Kafka
Issue Type: Improvement
Components: clients, KafkaConnect
Affects Versions: 0.10.2.0
Environment: Identified by FindBugs, non-software and -platform
specific
Reporter: Daan Rennings
Priority: Minor
Fix For: 0.10.2.1
Attachments: ClientsFindBugsReport.html,
ConnectAPIFindBugsReport.html, ConnectRuntimeFindBugsReport.html
Three easy to fix warnings (not a complete set of the current FindBugs
warnings) as identified by FindBugs and stated in the attached reports:
-org.apache.kafka.common.utils.Bytes.equals(Object) does not check for null
argument (Low priority, Bad Practice)
-Primitive boxed just to call toString in
org.apache.kafka.connect.data.Decimal.builder(int) (High Priority, Performance)
-Primitive boxed just to call toString in new
org.apache.kafka.connect.runtime.Worker(String, Time, ConnectorFactory,
WorkerConfig, OffsetBackingStore) (High Priority, Performance)
-Primitive is boxed to call Integer.compareTo(Integer): use
Integer.compare(int, int) instead (High Priority, Performance)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)