ReplaceNoCase with Integer Replacement throws Exception

Description

The following code:

replaceNoCase( "1,2,3", 2, 4 )

throws the following exception:

ortus.boxlang.runtime.types.exceptions.BoxCastException: Value [java.lang.Integer] cannot be cast to a Function at ortus.boxlang.runtime.dynamic.casters.FunctionCaster.cast(FunctionCaster.java:140) at ortus.boxlang.runtime.dynamic.casters.FunctionCaster.cast(FunctionCaster.java:101) at ortus.boxlang.runtime.dynamic.casters.FunctionCaster.cast(FunctionCaster.java:89) at ortus.boxlang.runtime.bifs.global.string.ReplaceNoCase._invoke(ReplaceNoCase.java:93) at ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:113) at ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:210) at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:594)


Fix the type checking in this BIF to use the string caster

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created March 22, 2025 at 6:05 PM
Updated March 22, 2025 at 6:09 PM
Resolved March 22, 2025 at 6:09 PM

Flag notifications