Skip to content

Commit

Permalink
Fix instance generator logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandscat committed Sep 20, 2023
1 parent 3715aae commit 53d8933
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ feature {NONE} -- Implementation
across bmm_class.flat_properties as bmm_prop_csr loop
prop_name := bmm_prop_csr.item.name
if not instantiated_attrs.has (prop_name)
and not is_ignored (a_node.rm_type_name, prop_name)
or is_required (a_node.rm_type_name, prop_name)
and (not is_ignored (a_node.rm_type_name, prop_name)
or is_required (a_node.rm_type_name, prop_name))
then
prop_type := bmm_prop_csr.item.bmm_type.type_name

Expand Down

0 comments on commit 53d8933

Please sign in to comment.