Ticket #58 (assigned defect)
Cannot construct class definition - just inheritence - intermittent
| Reported by: | jhood | Owned by: | mgalloy |
|---|---|---|---|
| Priority: | major | Milestone: | IDLdoc 3.4 |
| Component: | core | Version: | 3.3 |
| Keywords: | Cc: |
Description (last modified by mgalloy) (diff)
I think that there is a problem when IDLDoc tries to construct a class definition for a class that just inherits. For example:
pro star_course_vs_time_receiver_request`__`define
struct = { star_course_vs_time_receiver_request, $
inherits star_single_receiver_request }
end
Produces the following error:
IDLDOC: cannot construct definition for class star_course_vs_time_receiver_request
This doesn't seem to happen all of the time, but I can't find a consistent thread to indicate when this problem occurs and when it doesn't.
Change History
Note: See
TracTickets for help on using
tickets.
