Andy Kurth created VCL-720:
------------------------------

             Summary: Create centralized subroutine to create DataStructure 
objects
                 Key: VCL-720
                 URL: https://issues.apache.org/jira/browse/VCL-720
             Project: VCL
          Issue Type: Bug
          Components: vcld (backend)
            Reporter: Andy Kurth
            Priority: Minor


There are several places where the DataStucture constructor is called.  Some of 
these are not wrapped in an EVAL block.  They should be or else the process 
will exit immediately if the DataStructure fails to be created.

Rather than wrap all the calls in an EVAL block, it would be better to create a 
create_datastructure_object subroutine in Module.pm.  Replace all constructors 
with a call to this subroutine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to