Opened 9 years ago
Closed 9 years ago
#15 closed defect (fixed)
DNU in browser when selecting Selector → Compare menu
Reported by: | vranyj1 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | yes |
Description
...when fake/virtual missing method is selected (such as one in pseudo-category required).
Steps to reproduce:
- Create class
ClassA
. - Define method
foo
inClassA
as subclass responsibility. - Create class
ClassB
as a subclass ofClassA
- In browser, you should see a pseudo category required (1), select it.
- Select missing method (labeled as foo (* * missing required * *) in red)
- From main menu select Selector → Compare
As soon as the pointer in over Compare item, a DNU is thrown
becase the method is actually unbound.
Note: See
TracTickets for help on using
tickets.
Fixed in Tools::MethodCategoryList?. rev 1.100