View by Classes

Findings - Overview

info Transient field that isn't set by deserialization. (Findbugs)

Further info on the wiki.

This class contains a field that is updated at multiple places in the class, thus it seems to be part of the state of the class. However, since the field is marked as transient and not set in readObject or readResolve, it will contain the default value in any deserialized instance of the class.

5org.jcoderz.commons.types.YearMonth
The field org.jcoderz.commons.types.YearMonth.mEndDate is transient but isn't set by deserialization [0],
The field org.jcoderz.commons.types.YearMonth.mHashCode is transient but isn't set by deserialization [0],
The field org.jcoderz.commons.types.YearMonth.mPeriod is transient but isn't set by deserialization [0],
The field org.jcoderz.commons.types.YearMonth.mStartDate is transient but isn't set by deserialization [0],
The field org.jcoderz.commons.types.YearMonth.mString is transient but isn't set by deserialization [0]
1org.jcoderz.commons.connector.DefaultConnectionManager
The field org.jcoderz.commons.connector.DefaultConnectionManager.CLASSNAME is transient but isn't set by deserialization [0]
1org.jcoderz.commons.types.Period
The field org.jcoderz.commons.types.Period.mHashCode is transient but isn't set by deserialization [0]
1org.jcoderz.commons.connector.file.FsConnectionFactoryImpl
The field org.jcoderz.commons.connector.file.FsConnectionFactoryImpl.CLASSNAME is transient but isn't set by deserialization [0]
1org.jcoderz.commons.connector.http.HttpManagedConnectionFactoryImpl
The field org.jcoderz.commons.connector.http.HttpManagedConnectionFactoryImpl.CLASSNAME is transient but isn't set by deserialization [0]