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
19 10 0 0

org.apache.river.fiddler.proxy.FiddlerAdminProxy

Bug Category Details Line Priority
Class org.apache.river.fiddler.proxy.FiddlerAdminProxy defines non-transient non-serializable instance field server BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.apache.river.fiddler.proxy.FiddlerAdminProxy$ConstrainableFiddlerAdminProxy

Bug Category Details Line Priority
org.apache.river.fiddler.proxy.FiddlerAdminProxy$ConstrainableFiddlerAdminProxy doesn't override FiddlerAdminProxy.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.apache.river.fiddler.proxy.FiddlerLease

Bug Category Details Line Priority
Class org.apache.river.fiddler.proxy.FiddlerLease defines non-transient non-serializable instance field server BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.apache.river.fiddler.proxy.FiddlerLease$ConstrainableFiddlerLease

Bug Category Details Line Priority
org.apache.river.fiddler.proxy.FiddlerLease$ConstrainableFiddlerLease doesn't override FiddlerLease.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.apache.river.fiddler.proxy.FiddlerProxy

Bug Category Details Line Priority
Class org.apache.river.fiddler.proxy.FiddlerProxy defines non-transient non-serializable instance field server BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.apache.river.fiddler.proxy.FiddlerProxy$ConstrainableFiddlerProxy

Bug Category Details Line Priority
org.apache.river.fiddler.proxy.FiddlerProxy$ConstrainableFiddlerProxy doesn't override FiddlerProxy.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.apache.river.fiddler.proxy.FiddlerRegistration

Bug Category Details Line Priority
Class org.apache.river.fiddler.proxy.FiddlerRegistration defines non-transient non-serializable instance field server BAD_PRACTICE SE_BAD_FIELD Not available Medium

org.apache.river.fiddler.proxy.FiddlerRegistration$ConstrainableFiddlerRegistration

Bug Category Details Line Priority
org.apache.river.fiddler.proxy.FiddlerRegistration$ConstrainableFiddlerRegistration doesn't override FiddlerRegistration.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.apache.river.fiddler.proxy.FiddlerRenewResults

Bug Category Details Line Priority
new org.apache.river.fiddler.proxy.FiddlerRenewResults(long[], Exception[]) may expose internal representation by storing an externally mutable object into FiddlerRenewResults.durations MALICIOUS_CODE EI_EXPOSE_REP2 69 Medium
new org.apache.river.fiddler.proxy.FiddlerRenewResults(long[], Exception[]) may expose internal representation by storing an externally mutable object into FiddlerRenewResults.exceptions MALICIOUS_CODE EI_EXPOSE_REP2 70 Medium