Closed vemv closed 11 months ago
I'm kind of puzzled what exactly is the difference between "Name" and "Class", though, as it seem the name is derived from the class.
If we're inspecting the class object java.lang.String
, its name is java.lang.String
and its class is java.lang.Class
But inspecting classes will be the only case in which those 2 are different, right? I'm just wondering if "Name" is the right name for this.
Yes, only defmethod inspect :class
is affected
Adds a
Name
header to inspected Class objects.Also makes some tests less fragile - they were breaking on JDK 21.
Cheers - V