Describe window does not show if type body is valid/invalid

Describe the following object with invalid body, it shows “Status: Valid”. Would be nice to display the status of both header/body.

CREATE TYPE t_test AS OBJECT(
x NUMBER
);

CREATE TYPE BODY t_test AS
xxx
END;

Next beta: For types with both a spec and body, there will be 2 lines there, the way we do for packages. Also, I noticed that the caption at the bottom of the describe window for all types is wrong. I’ll fix that too.