RuleBlock does not get Name set properly
Brought to you by:
pcingola
When translating from the FCL's AST to the functional inference system objects, the RuleBlock name field does not get set to the name defined in the original FCL file. The name is read in but only used as a key for the rule blocks hashmap. Something that is slightly related, when calling toString on the RuleBlock to output the FCL for that object, the RuleBlock name is not used.
Updated patch file to fix issue. Previous patch file had an error in it