Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WI TypeCobolTeam#1301 Calculate fully qualified name of variable only…
… if needed When searching variable in SymbolTable, fully qualified name is only used when: - Display errors when the searched SymbolReference is ambiguous - Codegen: the full qualified name is use to create a unique hash for index For variable outside typedef call property VisualQualifiedName only if needed. For variable under typedef replace full qualified name of variable with a more lightweight system (DataDefinitionPath). DataDefinitionPath only store key DataDefinition. These key DataDefinition can be used to reconstruct the full qualified path of a variable under a typedef.
- Loading branch information