Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2150 closed enhancement (rejected)

The behavior of the ScopeTreeLookupParameter should be configurable

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone:
Component: Parameters Version:
Keywords: Cc:

Description

Currently the ScopeTreeLookupParameter throws an exception if not all scopes contain the variable for which the parameter is looking for. However, sometimes it is necessary to look up variables which are not present in every scope (e.g., manipulation related variables. Therefore, the behavior of the parameter should be configurable to return null if a variable is not found instead of throwing an exception.

Change History (1)

comment:1 Changed 10 years ago by mkommend

  • Milestone HeuristicLab 3.3.10 deleted
  • Resolution set to rejected
  • Status changed from new to closed
  • Version 3.3.9 deleted

The description of the behavior of the ScopeTreeLookupParameter is wrong, as the ScopeTreeLookupParameter skips scopes, which do not include the requested variable.

Note: See TracTickets for help on using tickets.