here it is, the findbugs low priority bad practice warning:
File: Feed.java, Line: -1, Type: SE_BAD_FIELD, Priority: Low,
Category: BAD_PRACTICE
Class com.kenai.puj.arena.model.atom.Feed defines non-transient
non-serializable instance field entries
This Serializable class defines a non-primitive instance field which
is neither transient, Serializable, or java.lang.Object, and does not
appear to implement the Externalizable interface or the readObject()
and writeObject() methods. Objects of this class will not be
deserialized correctly if a non-Serializable object is stored in this
field.
2010/1/11 Felipe Gaścho <fgaucho_at_gmail.com>:
>> What errors are being reported?
>
> somehow my Hudson is not showing the findbugs details outside my machine :(
>
> so in the evening I can send some issues details.....
>
>
>>> question: is there any way of doing that without this anonymous inner
>>> class ?
>>>
>>
>> Yes, define a non-anonymous static class.
>
> ok.......
>
--
------------------------------------------
Felipe Gaścho
10+ Java Programmer
CEJUG Senior Advisor