I've implemented the warning message when a class use final getters/setters. But this will correctly work only for the PropertyAccessor method. In this cass its more an error message.

The basic problem is that a class can have final methods, but the object state has to be accessed through a non final one, so I cannot cover all cases. I can't cover all cases unless I check every methods of the class through reflection. Since our startup time is not good, I'm not keen on that, plus it may raise false alarms for nothing.

Comments before I commit?


        

        
                
_____________________________________________________________________________ Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to