scijava / scijava-common

A plugin framework and application container with built-in extensibility mechanism :electric_plug:
BSD 2-Clause "Simplified" License
85 stars 53 forks source link

ConvertService eagerly converts stuff to arrays #448

Closed gselzer closed 1 year ago

gselzer commented 1 year ago

ij.convert().supports(java.lang.System, boolean[]) returns true :unamused:

This is because DefaultConverter.canConvert makes no checks on the source type if the destination type is an array type.