Chaps, I have installed FindBugs and it complains about code fragments
like:

        @Inject
        private PortfolioService mPortfolioService;

in my Page classes, telling me:
[M B Se] Non-transient non-serializable instance field in serializable class [SE_BAD_FIELD]

The value is injected by Guice and, as far as I understand, ends up
being a serializable proxy. I like to have no warnings in my code
so I'd like to do something about this.


So, 2 question:
1 - am I right in thinking that the injected proxy is serializable?
2 - is there something I can do to prevent the warning?

Hope someone can help.

Cheers - Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to