0025621: CAST analysis - Avoid constructors not supplying an initial value for all...
authorazn <azn@opencascade.com>
Thu, 25 Dec 2014 07:00:13 +0000 (10:00 +0300)
committerabv <abv@opencascade.com>
Thu, 15 Jan 2015 15:22:32 +0000 (18:22 +0300)
commitcbff1e5531d70ad7678ae9d7b97bebb11205cb25
tree714ca28ae2f65b581a1d917a761e9f5174707a57
parent460f4f693a8e56f50063542f601126d0b57c6c62
0025621: CAST analysis - Avoid constructors not supplying an initial value for all non-static data members

The constructors of classes from following files have been fixed to ensure that all non-static fields are initialized:

    Adaptor2d_Line2d.cxx
    Adaptor3d_IsoCurve.cxx
    Adaptor3d_OffsetCurve.cxx
    AdvApp2Var_ApproxAFunc2Var.cxx
    AIS_Dimension.cxx
    AIS_InteractiveContext.cxx
    Aspect_DisplayConnection.cxx
    BiTgte_CurveOnEdge.cxx
    BiTgte_CurveOnVertex.cxx
    BRepAdaptor_CompCurve.cxx
    BRepMesh_Circle.hxx
    BRepMesh_Delaun.cxx
    BRepToIGES_BREntity.cxx
    ChFi2d_AnaFilletAlgo.cxx
    ChFi2d_ChamferAPI.cxx
    ChFi2d_FilletAlgo.cxx
    ChFi2d_FilletAlgo.hxx
    Extrema_ExtPExtS.cxx
    Font_FTFont.cxx
    GccEnt_QualifiedCirc.cxx
    Geom2dAdaptor_Curve.cxx
    IGESData_IGESEntity.cxx
    IGESData_DefSwitch.cxx
    IGESToBRep_CurveAndSurface.cxx
    LDOM_XmlReader.cxx
    math_TrigonometricFunctionRoots.cxx
    NCollection_ListNode.hxx
    ProjLib_CompProjectedCurve.cxx
    ProjLib_ComputeApproxOnPolarSurface.cxx
    Select3D_Box2d.hxx
    Select3D_PointData.hxx
30 files changed:
src/AIS/AIS_Dimension.cxx
src/AIS/AIS_InteractiveContext.cxx
src/Adaptor2d/Adaptor2d_Line2d.cxx
src/Adaptor3d/Adaptor3d_IsoCurve.cxx
src/Adaptor3d/Adaptor3d_OffsetCurve.cxx
src/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx
src/BRepAdaptor/BRepAdaptor_CompCurve.cxx
src/BRepMesh/BRepMesh_Circle.hxx
src/BRepMesh/BRepMesh_Delaun.cxx
src/BRepToIGES/BRepToIGES_BREntity.cxx
src/BiTgte/BiTgte_CurveOnEdge.cxx
src/BiTgte/BiTgte_CurveOnVertex.cxx
src/ChFi2d/ChFi2d_AnaFilletAlgo.cxx
src/ChFi2d/ChFi2d_ChamferAPI.cxx
src/ChFi2d/ChFi2d_FilletAlgo.cxx
src/ChFi2d/ChFi2d_FilletAlgo.hxx
src/Extrema/Extrema_ExtPExtS.cxx
src/Font/Font_FTFont.cxx
src/GccEnt/GccEnt_QualifiedCirc.cxx
src/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx
src/IGESData/IGESData_DefSwitch.cxx
src/IGESData/IGESData_IGESEntity.cxx
src/IGESToBRep/IGESToBRep_CurveAndSurface.cxx
src/LDOM/LDOM_XmlReader.cxx
src/NCollection/NCollection_ListNode.hxx
src/ProjLib/ProjLib_CompProjectedCurve.cxx
src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx
src/Select3D/Select3D_Box2d.hxx
src/Select3D/Select3D_PointData.hxx
src/math/math_TrigonometricFunctionRoots.cxx