Shouldn't happen that the trigger element names are empty

I get the following error in Servoy Developer.:

AWT-EventQueue-0	ERROR	com.servoy.j2db.util.Debug	Shouldn't happen that the trigger element names are empty, is this called in a script that is triggered by solution startup?

What is this? Is this error caused by the main solution in the onOpen (onSolutionStart) method?

do you use the deprecated method: application.getMethodTriggerElementName() or application.getMethodTriggerFormName()

That can trigger that error

jcompagner:
do you use the deprecated method: application.getMethodTriggerElementName() or application.getMethodTriggerFormName()

That can trigger that error

No, I don’t use the methods. I used the File Search and nothing is found (only 2 commented out methods).

//	application.getMethodTriggerElementName();
//	application.getMethodTriggerFormName();