#131 closed defect (fixed)
Connecting ports of TerminalNodes to internal ports gives a NullPointerException
Reported by: | steinmet | Owned by: | steinmet |
---|---|---|---|
Priority: | major | Milestone: | Promot 0.8.2 |
Component: | PromotGuiVizEdit | Version: | 0.8.1 |
Severity: | bad | Keywords: | |
Cc: |
Description
The NullPointer? comes from ModuleGraphModel? connect method, should be studied in detail.. It would also be nice to create an Adapter if needed..
Change History (4)
comment:1 Changed 17 years ago by steinmet
- Owner changed from ginkel to steinmet
comment:2 Changed 17 years ago by steinmet
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 16 years ago by rempel
rejected in ExternalTerminalPort? canConnectTo, because !getModel().isWeak() not valid for link-in
rejection removed in r8099
comment:4 Changed 16 years ago by mirschel
- Milestone changed from Promot 0.9 to Promot 0.8.2
Note: See
TracTickets for help on using
tickets.
Quick solution to avoid NullPointerException? is given by r7951. Connection is rejected very early and a warning message pops up.