FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
29 5 0 0

org.universAAL.lddi.knx.utils.KnxTelegram

Bug Category Details Line Priority
org.universAAL.lddi.knx.utils.KnxTelegram.setDestByte(byte[]) may expose internal representation by storing an externally mutable object into KnxTelegram.destByte MALICIOUS_CODE EI_EXPOSE_REP2 305 Medium
org.universAAL.lddi.knx.utils.KnxTelegram.setSourceByte(byte[]) may expose internal representation by storing an externally mutable object into KnxTelegram.sourceByte MALICIOUS_CODE EI_EXPOSE_REP2 290 Medium
Unread field: org.universAAL.lddi.knx.utils.KnxTelegram.repeat PERFORMANCE URF_UNREAD_FIELD 98 Medium
Unused field: org.universAAL.lddi.knx.utils.KnxTelegram.routingCounter PERFORMANCE UUF_UNUSED_FIELD Medium
Unused field: org.universAAL.lddi.knx.utils.KnxTelegram.targetIsGroupAddress PERFORMANCE UUF_UNUSED_FIELD Medium