Page 1 of 1

Warning "Function xxxx hides another function"

PostPosted: Tue Mar 05, 2013 3:57 pm
by Peter de Groot
Hello all,

we are switching from servoy 5 to servoy 6, when I open globals.js I see the "Function xxxx hides another function" before all function in globals.js,
but I cannot figure out the meaning of this warning.

2013-03-05_1450.png
2013-03-05_1450.png (19.8 KiB) Viewed 2146 times


Can someone explain this warning?

Regards,

Peter

Re: Warning "Function xxxx hides another function"

PostPosted: Tue Mar 05, 2013 6:06 pm
by jdbruijn
I think it means that you have another function with the same name (maybe in one of your modules)

Re: Warning "Function xxxx hides another function"

PostPosted: Wed Mar 06, 2013 9:00 am
by Peter de Groot
Jos, it has something to do with one of our modules, I removed all the modules form the main solution and the warning is gone.

Thanks for the hint.

Regards,

Peter

jdbruijn wrote:I think it means that you have another function with the same name (maybe in one of your modules)