#1162 closed enhancement (done)
The type selector dialog should only show instantiable types
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | Core.Views | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Currently types that have a private or protected default ctor are shown in the dialog but these type are not instantiable and an exception is thrown after selecting them. Therefore these types should be omitted.
Change History (5)
comment:1 Changed 14 years ago by mkommend
- Priority changed from minor to major
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
comment:3 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from reviewing to closed
- Version changed from 3.3.0 to 3.3.1
comment:4 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Added a check for a public default ctor in the TypeSelectorDialog with r4261.