Anonymous | Login | 2022-06-26 13:42 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000230 | OMNeT++ | IDE / NED editor | public | 2010-12-18 10:24 | 2010-12-18 10:55 | ||||
Reporter | rhornig | ||||||||
Assigned To | rhornig | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.1 | ||||||||
Target Version | Fixed in Version | 4.2 | |||||||
Summary | 0000230: Type, Liketype and extends property editor cells bring up wrong lists | ||||||||
Description | Currently all Type, Liketype and Extends drop-down brings up all top level types. They should rather: - Include inner types if appropriate - Bring up only types that are compatible. For connection type -> channels, connection like > channel interface, submodule type > module, submodule like > moduleinterface. Similarly Extends property should enumerate the compatible top level or inner types only. - The combos should contain simple (unqualified) name *IF* that type is visible from that context without a fully qualified name (i.e. inner type, top-level type from the same package or the type is explicitly imported). Otherwise fully qualified names must be used. (ensures that no validation error will be created because of unaccessible types) - types that contain the current element (i.e. the container of the submodule or inner type) must be eliminated (to avoid the trivial case of containment or inheritance cycle) - type's own name must be also excluded (for extends) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2010-12-18 10:24 | rhornig | New Issue | |
2010-12-18 10:55 | rhornig | Status | new => resolved |
2010-12-18 10:55 | rhornig | Fixed in Version | => 4.2 |
2010-12-18 10:55 | rhornig | Resolution | open => fixed |
2010-12-18 10:55 | rhornig | Assigned To | => rhornig |
Copyright © 2000 - 2022 MantisBT Team |