Bug 726684 - CLI: Availability type exposed methods inconsistency
Summary: CLI: Availability type exposed methods inconsistency
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: CLI
Version: 3.0.1
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-29 12:38 UTC by Ondřej Žižka
Modified: 2022-03-31 04:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Ondřej Žižka 2011-07-29 12:38:35 UTC
`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()
^


Note You need to log in before you can comment on or make changes to this bug.