You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an object construction graph, when we initialize the code for the graph, we can randomly assign a null-value to the object. After all, many branches are null value related.
The text was updated successfully, but these errors were encountered:
Task-Url: #232
1) allow initializing the template with null value
2) if a caller object is initialized as null value, we do not generate
the code for its children
3) fix a few bugs
Given an object construction graph, when we initialize the code for the graph, we can randomly assign a null-value to the object. After all, many branches are null value related.
The text was updated successfully, but these errors were encountered: