Details
Description
`makeFromJava` in `EvaluatePython` create a type conversion function for some Java/Scala types.
For `other` type, the parameter of the type conversion function is named `obj` but `other` is mistakenly used rather than `obj` in the function body.
case other => (obj: Any) => nullSafeConvert(other)(PartialFunction.empty)