View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032953 | Open CASCADE | OCCT:Coding | public | 2022-04-29 13:48 | 2023-03-19 19:07 |
Reporter | Assigned To | ||||
Priority | normal | Severity | integration request | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.6.0 | ||||
Target Version | 7.7.0 | Fixed in Version | 7.6.3 | ||
Summary | 0032953: Coding - add missing references where applicable | ||||
Description | Cppcheck reports multiple places where consts should be replaced by const references. Just an example: //! Creates a bounding box, it contains: //! - minimum/maximum point of bounding box, //! The constructed box is qualified Void. Its gap is null. Standard_EXPORT Bnd_Box (const gp_Pnt theMin, const gp_Pnt theMax); This ticket is to fix such cases. | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
Branch CR32953 has been created by aml. SHA-1: 1132599cb1e6571be79ecefded2d37180bdd585a Detailed log of new commits: Author: aml Date: Fri Apr 29 15:21:24 2022 +0300 0032953: Coding - add missing references where applicable |
|
Branch CR32953 has been updated forcibly by aml. SHA-1: 07ccd061d51338f04a110cbc02e2a1df0261dd0b |
|
Branch CR32953 has been updated forcibly by aml. SHA-1: 021c674bc99dfdc3a715c10bd853460b99c1ae37 |
|
Branch CR32953 has been updated forcibly by aml. SHA-1: ac4f7a0d680f73f46f68b071d2cbf829891f7b0c |
|
Dear Kirill, Please take a look at the CR32953 branch. Jenkins job is: http://jenkins-test-occt/view/CR32953-master-aml/view/COMPARE/ |
|
Branch CR32953 has been deleted by mnt. SHA-1: ac4f7a0d680f73f46f68b071d2cbf829891f7b0c |
occt: master 034d1403 2022-04-29 15:21:24
Committer: |
0032953: Coding - add missing references where applicable |
Affected Issues 0032953 |
|
mod - src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx | Diff File | ||
mod - src/Approx/Approx_SameParameter.cxx | Diff File | ||
mod - src/BinTools/BinTools_ShapeSetBase.cxx | Diff File | ||
mod - src/BinTools/BinTools_ShapeSetBase.hxx | Diff File | ||
mod - src/Bnd/Bnd_Box.cxx | Diff File | ||
mod - src/Bnd/Bnd_Box.hxx | Diff File | ||
mod - src/BndLib/BndLib_AddSurface.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.hxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | Diff File | ||
mod - src/BRepLib/BRepLib_FindSurface.cxx | Diff File | ||
mod - src/BRepPrimAPI/BRepPrimAPI_MakeRevolution.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_C1.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_ChBuilder_C3.cxx | Diff File | ||
mod - src/GeomTools/GeomTools_CurveSet.cxx | Diff File | ||
mod - src/GeomTools/GeomTools_SurfaceSet.cxx | Diff File | ||
mod - src/IntAna2d/IntAna2d_Outils.cxx | Diff File | ||
mod - src/IntAna2d/IntAna2d_Outils.hxx | Diff File | ||
mod - src/IntCurve/IntCurve_IntConicConic.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_Plane.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_Sphere.cxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis_BoxBndTree.hxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis_Curve.cxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis_Wire.cxx | Diff File | ||
mod - src/ShapeFix/ShapeFix.cxx | Diff File | ||
mod - src/ShapeFix/ShapeFix_ComposeShell.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_GDTProperty.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_GDTProperty.hxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Writer.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Writer.hxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx | Diff File | ||
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_GridSS.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
mod - src/XCAFDimTolObjects/XCAFDimTolObjects_DimensionObject.hxx | Diff File | ||
mod - src/XCAFDimTolObjects/XCAFDimTolObjects_GeomToleranceObject.cxx | Diff File | ||
mod - src/XCAFDimTolObjects/XCAFDimTolObjects_GeomToleranceObject.hxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_ClippingPlaneTool.cxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_ClippingPlaneTool.hxx | Diff File | ||
mod - src/XCAFView/XCAFView_Object.hxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW_Props.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-04-29 13:48 |
|
New Issue | |
2022-04-29 13:48 |
|
Assigned To | => aml |
2022-04-29 13:50 |
|
Description Updated | |
2022-04-29 15:21 | git | Note Added: 0108257 | |
2022-04-29 15:59 | git | Note Added: 0108258 | |
2022-04-30 14:13 | kgv | Severity | minor => integration request |
2022-05-04 06:44 | git | Note Added: 0108285 | |
2022-05-04 08:32 | git | Note Added: 0108286 | |
2022-05-04 11:05 |
|
Assigned To | aml => kgv |
2022-05-04 11:05 |
|
Status | new => resolved |
2022-05-04 11:05 |
|
Steps to Reproduce Updated | |
2022-05-04 11:05 |
|
Note Added: 0108287 | |
2022-05-04 11:09 | kgv | Assigned To | kgv => bugmaster |
2022-05-04 11:09 | kgv | Status | resolved => reviewed |
2022-05-08 13:54 | bugmaster | Status | reviewed => tested |
2022-05-08 16:15 |
|
Changeset attached | => occt master 034d1403 |
2022-05-08 16:15 |
|
Assigned To | bugmaster => aml |
2022-05-08 16:15 |
|
Status | tested => verified |
2022-05-08 16:15 |
|
Resolution | open => fixed |
2022-05-08 16:17 | git | Note Added: 0108384 | |
2023-03-19 19:07 | vglukhik | Status | verified => closed |
2023-03-19 19:07 | vglukhik | Fixed in Version | => 7.6.3 |