FLUID-3358: refactor php code to handle contents of build properties better

Metadata

Source
FLUID-3358
Type
Task
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Laurel Williams
Created
2009-11-04T14:51:37.000-0500
Updated
2014-03-03T11:20:14.184-0500
Versions
  1. 1.4
Fixed Versions
  1. 1.5
Component
  1. Infusion Builder

Description

In the infusion builder php code the build properties file is retrieved and parsed several times to obtain various data. The code could be refactored so that this happens less frequently and the retrieved data is stored for use by other parts of the code. Ideally a class could handle this process.

Comments