i got a cms-system with many beans, e.g. the user-bean
including get- and set-methods for every database-field
now i want to log every change of userdata.
therefore i need to know which function was called, so that i can comprehend WHICH data has been changed.
of course it would be possible to handle this with an output in every function, but there are to many functions, so that this solution would be to laboriuos and obstructive in relation to reusability and easiness of maintenance
but sure, if theres no other way to get the name of the calling function there will be no other choice...