DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30434

Findbugs find 'Non-transient non-serializable instance field in serializable class' in 
java code generated from JSPs





------- Additional Comments From [EMAIL PROTECTED]  2004-08-02 12:40 -------
The issue is that a JSP is compiled in a servlet that implements the 
serializable interface but it has some private fields that are not.

I don't have any specific issue with that 'bug' except someone having a 
preventive action in order to fix that potential bug.

I've recently been running findbugs on our (pre-compiled) JSPs in order to 
detect potential bugs in our code.
Findbug detected this one in Jasper generated code and I thought it could be 
useful to tell about.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to