`ij.convert().supports(java.lang.System, boolean[])` returns `true` :unamused: This is because [`DefaultConverter.canConvert`](https://github.com/scijava/scijava-common/blob/9564503c70cf49a21fa15b988552a3204f801181/src/main/java/org/scijava/convert/DefaultConverter.java#L295) makes no checks on the source type if the destination type is an array type.