Compile Time Changes

// Class: custom.dataCatalog.builder.features.DcOptionsGridWindow
Removed: extend public DoubleSubSet removeRange(DoubleSubSet dSS, int rangeNum)

 Old: extend public DoubleSubSet parseForRanges(int[] validRanges, (str[])[] paste)
New: extend public DsiCodeRangeType[] parseForCodeRanges(int[] validRanges, (str[])[] paste)

 // Class: custom.dataCatalog.builder.geometry.DcAdditionalProductRefSub
Removed: public Display pointDisp
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: public StateControlGroup pointGroup
Removed: final public bool hasMeasureParam()
Removed: extend public void updateMeasurePoint()
Removed: extend public void setMeasureParamPoint(str mPoint)
Removed: extend public void toggleMode()

 // Class: custom.dataCatalog.builder.geometry.DcConnectorRefSub
Removed: public Display pointDisp
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: public StateControlGroup pointGroup
Removed: extend public void buildMeasurePointControls(Window alignRef, FrameStyle frameStyle)
Removed: extend public void updateMeasurePoint()

 // Class: custom.dataCatalog.builder.geometry.DcMeasureParamSub
Removed: public StateControlGroup pointGroup
Removed: public DsRadioButton spRadBtn
Removed: public DsRadioButton epRadBtn
Removed: extend public void buildConnectorRefControls(ConnectorRefTreeViewItem parent, FrameStyle frameStyle)
Removed: extend public void updateMeasurePoint()

 // Class: custom.dataCatalog.builder.ui.catalogTreeView.DcAddProductTreeViewItem
Removed: public bool measureText
Removed: public color selectedTextColor(treeViewSelectionStyle style)

 // Class: custom.dataCatalog.builder.ui.catalogTreeView.ConnectorRefTreeViewItem
Removed: public bool measureText
Removed: public color selectedTextColor(treeViewSelectionStyle style)

 // Class: custom.dataCatalog.builder.undo.DcMeasureParamFieldModifyUndoOp
Removed: public DsMeasureParamType measureParam

Old: public constructor(DialogWindow dialog, DataCatalog catalog, str productCode,
                        DsMeasureParamType measureParam, str oldMeasurePoint,
                        str newMeasurePoint)
New: public constructor(DialogWindow dialog, DataCatalog catalog, str productCode,
                        DsMeasureParamType oldMeasureParam, DsMeasureParamType newMeasureParam, str oldMeasurePoint,
                        str newMeasurePoint)

// Class: custom.dataCatalog.builder.features.OptionRangeCell
Old: extend public bool addRange(Option product, DcOptionRangeCellEnv env,
                                 int x, int y, double[] datas)
New: extend public bool addRange(Option product, DcOptionRangeCellEnv env,
                                 int x, int y, Double data)

Old: extend public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: extend public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)

Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)

// Class: custom.dataCatalog.builder.features.OptionRangeMaxCell
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)

Old: public str rangeVal(SubSet s)
New: public str rangeVal(DsiCodeRangeType s)

// Class: custom.dataCatalog.builder.features.OptionRangeMinCell
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)

Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)

// Class: custom.dataCatalog.builder.features.OptionRangeStepCell
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)

Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)

// Class: custom.dataCatalog.builder.features.OptionRangeEnumCell
Old: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, double[] d)
New: public DcOptionRangeCellEnv modifyChangedVal(DcOptionRangeCellEnv env, Double d)

Old: extend public str rangeVal(SubSet s)
New: extend public str rangeVal(DsiCodeRangeType s)

// Class: custom.dataCatalog.builder.features.DcOptionRangeCellEnv
Old: extend public bool submitRange(Option o)
New: extend public bool submitRange(Option o, int prevInd)

// Class: custom.dataCatalog.builder.geometry.DcDBBuilderGeometryCard
Old: extend public void update3D()
New: extend public void update3D(bool autoZoom=false)

Old: extend public void update2D()
New: extend public void update2D(bool autoZoom=false)

// Class: custom.dataCatalog.builder.productType.DcPrdAddProductCell
Old: extend public DsiAddProductRefType[] importAddProducts(XmlTag tag)
New: extend public DsiAddProductRefType[] getAddProducts(XmlTag tag)

// Class: custom.dataCatalog.builder.productType.DcProductMeasurementCellEditUndoOp
Old: public constructor(DialogWindow dialog, DcGridWindow gw, int x, int y,
                        str valueBefore, str valueAfter,
                        str unitBefore, str systemBefore,
                        str unitAfter, str systemAfter)
New: public constructor(DialogWindow dialog, DcGridWindow gw, int x, int y,
                        str valueBefore, str valueAfter,
                        str unitBefore, str systemBefore,
                        str unitAfter, str systemAfter,
                        DsMeasureParamType measureParam)

// Package: custom.dataCatalog.builder.constraints
Old: public class DcConstraintDragAnimation extends DcCatalogTreeViewDragAnimation
New: public class DcConstraintDragAnimation extends DcDragDropTreeViewDragAnimation

// Package: custom.dataCatalog
Old: public bool dcValidateProductConstraint(DataCatalog catalog, DsProductType product, str{} featureKeys,
                                             DsRuleType rule, StrBuf error=null) 
New: public bool dcValidateProductConstraint(DataCatalog catalog, DsProductType product,
                                             DsRuleType rule, StrBuf error=null)

// Class: custom.dataCatalog.builder.constraints.DcConstraintDragAnimation
Removed: extend public void appendConstraints(pointI p)