Currently, we fully skip fields if they aren't final. However, the initializer could still benefit from inspections, e.g.:
private MethodHandle mh = MethodHandles.identity(void.class)
should trigger the inspection on void.class being passed to identity.