View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022922 | Open CASCADE | OCCT:Configuration | public | 2012-01-23 13:29 | 2012-03-29 17:26 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.5.2 | ||||
Target Version | 6.5.3 | Fixed in Version | 6.5.3 | ||
Summary | 0022922: Clean up warnings on uninitialized / unused variables | ||||
Description | While compiling OCCT we get a number of warnings indicating use of uninitialized variables, or appearance of unused variables. This issue is for clearing the code to eliminate such warnings. Note that in some places such warnings appear only in Debug mode, due to stupid method used in the past: wrapping the corrected code by #ifndef DEB. We shall keep only one definition, with necessary initializers. In other places local variable declaration is wrapped by #ifdef DEB followed by a completely useless code like taking element of the array, this is to be completely removed. | ||||
Tags | No tags attached. | ||||
Test case number | Test case is not required | ||||
|
A lot of unused variables have been removed or commented-out. Branch http://svn/svn/occt/branches/OCC22922 is ready to be reviewed. Dear Andrey, Please review. |
|
In general looks fine, good job! Some minor remarks, please check: - TopOpeBRep_vprclo.cxx around line 166: it looks like one redundant #ifdef DEB with unused variable "closing" is forgotten - BRepClass3d_SolidExplorer.cxx, line 102: is call to c.NbIntervals(GeomAbs_C1) necessary? - GeomFill_LocationGuide.cxx, line 647: it looks like #ifdef DEB should be removed |
|
Remarks has been fixed. Branch http://svn/svn/occt/branches/OCC22922 is ready to be reviewed. Dear Andrey, Please review. |
|
No remarks; please test |
|
Dear BugMaster, Workbench KAS:dev:apn-22922-occt was created from SVN branch http://svn/svn/occt/branches/OCC22922 (and apn-22922-products from trunk) and compiled on Linux and Windows platforms. There are folllowing regressions in apn-22922-products regarding to KAS:dev:products-20120222-opt: bom 021 A1 A2 A3 A4 B1 B2... cch 001 C4 M1 M2 N1 O1 O3... ccv 001 C3 E2 G1 002 B1 E1 cda 002 B2 B3 B4 B5 B6 C2... cfe 005 G2 G3 006 B1 B2 B3 D1 H1... cfi 001 E6 F5 F6 G3 G6 I4... che 001 H1 H2 H6 H7 H8 I1... chl ... chp ... cin ... clo 900 A1 A2 A3 cpp 001 A4 B4 C4 E4 F4 G4 cra 001 A2 D5 csh ... csw ... cte ... dec ... did ... msh ... off 001 G6 pkv ... shd 003 A2 A5 B3 xdxf 101 L4 xigs ... xsat ... sxtp ... xx_t 101 A3 A8 301 E3 See results in /QADisk/occttests/results/KAS/dev/apn-22922-products_02032012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120222-opt_22022012/lin See test cases in /QADisk/occttests/tests/ED |
|
Regressions fixed. Branch http://svn/svn/occt/branches/OCC22922 is ready to be reviewed. Dear Andrey, Please review. |
|
No remarks; please test |
|
Dear BugMaster, SVN branch http://svn/svn/occt/branches/OCC22922 has been moved to GIT CR22922 one. Workbench KAS:dev:apn-22922-occt was created from git branch CR22922 (and apn-22922-products from svn trunk) and compiled on Linux platform. There are not regressions in apn-22922-products regarding to KAS:dev:products-20120306-opt See results in /QADisk/occttests/results/KAS/dev/apn-22922-products_09032012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120306-opt_07032012/lin See test cases in /QADisk/occttests/tests/ED |
|
Integrated into master |
occt: master 6e6cd5d9 2012-03-07 13:00:48 dbv@opencascade.com Committer: bugmaster Details Diff |
0022922: Clean up warnings on uninitialized / unused variables |
Affected Issues 0022922 |
|
mod - src/AIS2D/AIS2D_InteractiveContext.cxx | Diff File | ||
mod - src/AIS2D/AIS2D_LocalContext.cxx | Diff File | ||
mod - src/AlienImage/AlienImage_X11XWDAlienData.cxx | Diff File | ||
mod - src/Approx/Approx_ComputeLine.gxx | Diff File | ||
mod - src/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx | Diff File | ||
mod - src/BinMDataStd/BinMDataStd_ExtStringArrayDriver.cxx | Diff File | ||
mod - src/BinMDataStd/BinMDataStd_ExtStringListDriver.cxx | Diff File | ||
mod - src/Blend/Blend_CSWalking_4.gxx | Diff File | ||
mod - src/BlendFunc/BlendFunc_CSConstRad.cxx | Diff File | ||
mod - src/BlendFunc/BlendFunc_RuledInv.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_PaveFiller_2.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_Tools3D.cxx | Diff File | ||
mod - src/BRepAlgo/BRepAlgo_BooleanOperation.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_RstRstConstRad.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_RstRstEvolRad.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfCurvEvolRadInv.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfRstConstRad.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfRstEvolRad.cxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx | Diff File | ||
mod - src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Edge.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Face.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Shell.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Wire.cxx | Diff File | ||
mod - src/BRepClass3d/BRepClass3d_SolidExplorer.cxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_DistanceSS.cxx | Diff File | ||
mod - src/BRepFeat/BRepFeat_MakeLinearForm.cxx | Diff File | ||
mod - src/BRepFeat/BRepFeat_MakeRevolutionForm.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_CompatibleWires.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_Draft.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_Evolved.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_OffsetWire.cxx | Diff File | ||
mod - src/BRepFill/BRepFill_PipeShell.cxx | Diff File | ||
mod - src/BRepGProp/BRepGProp_Face.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscret.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscretFace.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Inter2d.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Tool.cxx | Diff File | ||
mod - src/BRepTest/BRepTest_CurveCommands.cxx | Diff File | ||
mod - src/BRepTest/BRepTest_FillingCommands.cxx | Diff File | ||
mod - src/BRepTools/BRepTools_Quilt.cxx | Diff File | ||
mod - src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx | Diff File | ||
mod - src/ChFi2d/ChFi2d_Builder.cxx | Diff File | ||
mod - src/DDocStd/DDocStd.cxx | Diff File | ||
mod - src/DNaming/DNaming_ModelingCommands.cxx | Diff File | ||
mod - src/DNaming/DNaming_ToolsCommands.cxx | Diff File | ||
mod - src/Draw/Draw_Main.cxx | Diff File | ||
mod - src/Draw/Draw_Viewer.cxx | Diff File | ||
mod - src/DrawDim/DrawDim_Angle.cxx | Diff File | ||
mod - src/DrawFairCurve/DrawFairCurve_Batten.cxx | Diff File | ||
mod - src/DsgPrs/DsgPrs_ShapeDirPresentation.cxx | Diff File | ||
mod - src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx | Diff File | ||
mod - src/ExprIntrp/ExprIntrp_yaccintrf.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtCS.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtElC.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPElC.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPElC2d.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPElS.cxx | Diff File | ||
mod - src/FEmTool/FEmTool_Assembly.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d2TanOn.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d2TanOn_10.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d2TanOn_6.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d2TanOn_9.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d2TanRad_4.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d3Tan_3.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2d3Tan_8.cxx | Diff File | ||
mod - src/GccAna/GccAna_Circ2dTanOnRad_1.cxx | Diff File | ||
mod - src/GccGeo/GccGeo_Circ2dTanOnRad.gxx | Diff File | ||
mod - src/GccIter/GccIter_Circ2d2TanOn.gxx | Diff File | ||
mod - src/GccIter/GccIter_Circ2d3Tan.gxx | Diff File | ||
mod - src/GccIter/GccIter_FunctionTanCirCu.gxx | Diff File | ||
mod - src/GccIter/GccIter_FunctionTanCuCuOnCu.gxx | Diff File | ||
mod - src/GccIter/GccIter_Lin2d2Tan.gxx | Diff File | ||
mod - src/GCPnts/GCPnts_UniformAbscissa.gxx | Diff File | ||
mod - src/Geom/Geom_CylindricalSurface.cxx | Diff File | ||
mod - src/Geom/Geom_OffsetCurve.cxx | Diff File | ||
mod - src/Geom2d/Geom2d_OffsetCurve.cxx | Diff File | ||
mod - src/GeometryTest/GeometryTest_ConstraintCommands.cxx | Diff File | ||
mod - src/GeometryTest/GeometryTest_CurveCommands.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_CorrectedFrenet.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_Curved.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_DraftTrihedron.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_GuideTrihedronAC.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_LocationGuide.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_PolynomialConvertor.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_QuasiAngularConvertor.cxx | Diff File | ||
mod - src/GeomFill/GeomFill_SweepSectionGenerator.cxx | Diff File | ||
mod - src/GeomliteTest/GeomliteTest_ApproxCommands.cxx | Diff File | ||
mod - src/GeomPlate/GeomPlate_BuildPlateSurface.cxx | Diff File | ||
mod - src/GeomPlate/GeomPlate_PlateG0Criterion.cxx | Diff File | ||
mod - src/GeomPlate/GeomPlate_PlateG1Criterion.cxx | Diff File | ||
mod - src/GeomProjLib/GeomProjLib.cxx | Diff File | ||
mod - src/GeomToIGES/GeomToIGES_GeomSurface.cxx | Diff File | ||
mod - src/gp/gp_Mat.cxx | Diff File | ||
mod - src/GProp/GProp_TFunction.gxx | Diff File | ||
mod - src/Graphic2d/Graphic2d_Paragraph.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx | Diff File | ||
mod - src/HatchGen/HatchGen_Hatcher.gxx | Diff File | ||
mod - src/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx | Diff File | ||
mod - src/IFSelect/IFSelect_WorkSession.cxx | Diff File | ||
mod - src/IntCurve/IntCurve_IntConicConic_1.cxx | Diff File | ||
mod - src/IntCurve/IntCurve_IntPolyPolyGen.gxx | Diff File | ||
mod - src/IntCurveSurface/IntCurveSurface_Inter.gxx | Diff File | ||
mod - src/IntCurveSurface/IntCurveSurface_Polygon.gxx | Diff File | ||
mod - src/IntCurveSurface/IntCurveSurface_Polyhedron.gxx | Diff File | ||
mod - src/Interface/Interface_Graph.cxx | Diff File | ||
mod - src/Intf/Intf_InterferencePolygonPolyhedron.gxx | Diff File | ||
mod - src/IntPatch/IntPatch_ALine.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_ImpImpIntersection_0.gxx | Diff File | ||
mod - src/IntPatch/IntPatch_ImpPrmIntersection.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_LineConstructor.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_Polyhedron.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_PrmPrmIntersection_T3Bits.cxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_Intersection.cxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_MaillageAffinage.cxx | Diff File | ||
mod - src/IntRes2d/IntRes2d_Intersection.cxx | Diff File | ||
mod - src/IntStart/IntStart_SearchOnBoundaries_1.gxx | Diff File | ||
mod - src/IntTools/IntTools_EdgeFace.cxx | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_1.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_2.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_3.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_6.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_1.gxx | Diff File | ||
mod - src/Law/Law_Interpol.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_CSIntersector.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_Generator.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_SplitDrafts.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_SplitShape.cxx | Diff File | ||
mod - src/MAT2d/MAT2d_Tool2d.cxx | Diff File | ||
mod - src/math/math_BFGS.cxx | Diff File | ||
mod - src/math/math_BrentMinimum.cxx | Diff File | ||
mod - src/math/math_DoubleTab.gxx | Diff File | ||
mod - src/math/math_FunctionRoot.cxx | Diff File | ||
mod - src/math/math_FunctionRoots.cxx | Diff File | ||
mod - src/math/math_IntegerVector.cxx | Diff File | ||
mod - src/math/math_KronrodSingleIntegration.cxx | Diff File | ||
mod - src/math/math_TrigonometricFunctionRoots.cxx | Diff File | ||
mod - src/math/math_Vector.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_TextPrsBuilder.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_AreaRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_AreaStorageDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_CentroidRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_CentroidStorageDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_DatumRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_DatumStorageDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_DimTolRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_DimTolStorageDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_MaterialRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_MaterialStorageDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_VolumeRetrievalDriver.cxx | Diff File | ||
mod - src/MXCAFDoc/MXCAFDoc_VolumeStorageDriver.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_QuadrangleStrip.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TriangleStrip.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_2.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_PrjResolve.cxx | Diff File | ||
mod - src/RWStepShape/RWStepShape_RWFaceBound.cxx | Diff File | ||
mod - src/Select2D/Select2D_SensitivePoint.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangle.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangulation.cxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_BasicTool.cxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis.cxx | Diff File | ||
mod - src/ShapeBuild/ShapeBuild_ReShape.cxx | Diff File | ||
mod - src/ShapeUpgrade/ShapeUpgrade_RemoveInternalWires.cxx | Diff File | ||
mod - src/StlTransfer/StlTransfer.cxx | Diff File | ||
mod - src/TDF/TDF_ComparisonTool.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_BOOPCommands.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_CORCommands.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_DSACommands.cxx | Diff File | ||
mod - src/TestTopOpe/TestTopOpe_HDSCommands.cxx | Diff File | ||
mod - src/TestTopOpeDraw/TestTopOpeDraw_Displayer.cxx | Diff File | ||
mod - src/TestTopOpeDraw/TestTopOpeDraw_DrawableMesure.cxx | Diff File | ||
mod - src/TFunction/TFunction_Iterator.cxx | Diff File | ||
mod - src/TNaming/TNaming_Naming.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_DSFiller.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_EdgesFiller.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_EdgesIntersector.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FaceEdgeFiller.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FaceEdgeFiller_DEB.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FacesIntersector.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_Hctxee2d.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_kpart.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_Point2d.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_ProcessGR.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_ShapeIntersector.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_ShapeIntersector2d.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_VPointInterClassifier.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_vpr.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_vprclo.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_vprdeg.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_2d.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_BoxSort.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_connexity.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_GEOMETRY.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_HBoxTool.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_mkTondgE.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_PURGE.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_RegularizeW.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_REGUS.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_REGUW.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_ShapeClassifier.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_ShapeTool.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_TOOL.cxx | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx | Diff File | ||
mod - src/TPrsStd/TPrsStd_ConstraintTools.cxx | Diff File | ||
mod - src/Viewer2dTest/Viewer2dTest_DisplayCommands.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_FilletCommands.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cxx | Diff File | ||
mod - src/VrmlData/VrmlData_Scene.cxx | Diff File | ||
mod - src/WNT/WNT_Allocator.cxx | Diff File | ||
mod - src/WNT/WNT_FontMapEntry.cxx | Diff File | ||
mod - src/WNT/WNT_WDriver.cxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW_Props.cxx | Diff File | ||
mod - src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx | Diff File | ||
mod - src/XmlMDataStd/XmlMDataStd_BooleanArrayDriver.cxx | Diff File | ||
mod - src/XmlMDataStd/XmlMDataStd_NamedDataDriver.cxx | Diff File | ||
mod - src/XmlMFunction/XmlMFunction_ScopeDriver.cxx | Diff File | ||
mod - src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-23 13:29 |
|
New Issue | |
2012-01-23 13:29 |
|
Assigned To | => bugmaster |
2012-01-23 13:29 |
|
Assigned To | bugmaster => dbv |
2012-01-23 13:29 |
|
Status | new => assigned |
2012-02-29 18:47 |
|
Note Added: 0019823 | |
2012-02-29 18:47 |
|
Assigned To | dbv => abv |
2012-02-29 18:47 |
|
Status | assigned => resolved |
2012-03-01 11:02 |
|
Note Added: 0019830 | |
2012-03-01 11:02 |
|
Status | resolved => assigned |
2012-03-01 11:02 |
|
Note Edited: 0019830 | |
2012-03-02 10:19 |
|
Note Added: 0019843 | |
2012-03-02 10:19 |
|
Status | assigned => resolved |
2012-03-02 10:49 |
|
Note Added: 0019844 | |
2012-03-02 10:49 |
|
Assigned To | abv => dbv |
2012-03-02 10:49 |
|
Status | resolved => reviewed |
2012-03-02 11:39 | apn | Assigned To | dbv => apn |
2012-03-02 17:20 | apn | Note Added: 0019854 | |
2012-03-02 17:20 | apn | Test case number | => Test case is not required |
2012-03-02 17:20 | apn | Assigned To | apn => dbv |
2012-03-02 17:20 | apn | Status | reviewed => assigned |
2012-03-06 10:44 |
|
Note Added: 0019871 | |
2012-03-06 10:44 |
|
Assigned To | dbv => abv |
2012-03-06 10:44 |
|
Status | assigned => resolved |
2012-03-06 10:56 |
|
Note Added: 0019873 | |
2012-03-06 10:56 |
|
Assigned To | abv => dbv |
2012-03-06 10:56 |
|
Status | resolved => reviewed |
2012-03-06 11:05 | apn | Assigned To | dbv => apn |
2012-03-13 16:08 | apn | Note Added: 0019952 | |
2012-03-13 16:08 | apn | Note Edited: 0019952 | |
2012-03-13 16:09 | apn | Assigned To | apn => bugmaster |
2012-03-13 16:09 | apn | Status | reviewed => tested |
2012-03-15 19:06 | bugmaster | Note Added: 0019997 | |
2012-03-15 19:06 | bugmaster | Status | tested => verified |
2012-03-15 19:06 | bugmaster | Resolution | open => fixed |
2012-03-15 19:06 | bugmaster | Assigned To | bugmaster => dbv |
2012-03-22 09:36 | apn | Note Edited: 0019952 | |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master 6e6cd5d9 |
2014-01-11 11:58 |
|
Category | OCCT:Development Environment => OCCT:Configuration |