`AvailabilityType` prints some methods in tab completion which are then claimed as not present when called: rhqadmin.lab.eng.bos.redhat.com:7080$ AvailabilityType.getClass<Tab> getClassName getClassObject rhqadmin.lab.eng.bos.redhat.com:7080$ AvailabilityType.getClassName() sun.org.mozilla.javascript.internal.EvaluatorException: Java class "org.rhq.core.domain.measurement.AvailabilityType" has no public instance field or method named "getClassName". AvailabilityType.getClassName() ^