-
For Removal Element Description com.scriptbasic.api.ScriptBasic.getVariable(String) use the version that has a second argument specifying the required type. Migration can be done in two steps: 1.) add anObject.classsecond argument and keep the cast, 2.) use it properly.com.scriptbasic.api.ScriptBasic.getVariablesIterator()
-
Methods Method Description com.scriptbasic.api.ScriptBasic.getVariable(String) use the version that has a second argument specifying the required type. Migration can be done in two steps: 1.) add anObject.classsecond argument and keep the cast, 2.) use it properly.com.scriptbasic.api.ScriptBasic.getVariablesIterator() com.scriptbasic.api.ScriptBasic.setVariable(String, Object) useScriptBasic.variable(String), not for removal.