View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001977 | OpenFOAM | public | 2016-01-20 10:12 | 2016-01-20 10:43 | |
Reporter | alexeym | Assigned To | henry | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Summary | 0001977: Disallowed constructors and assignment operators in protected area of classes | ||||
Description | The following classes have disallowed constructors and assignment operators in protected area of the class: thermophysicalModels/reactionThermo/mixtures/singleStepReactingMixture/singleStepReactingMixture.H conversion/meshReader/starcd/STARCDMeshReader.H finiteVolume/cfdTools/general/solutionControl/simpleControl/simpleControl.H postProcessing/functionObjects/cloud/cloudInfo/cloudInfo.H postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H postProcessing/functionObjects/field/processorField/processorField.H postProcessing/functionObjects/field/readFields/readFields.H postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H postProcessing/functionObjects/IO/removeRegisteredObject/removeRegisteredObject.H postProcessing/functionObjects/IO/writeDictionary/writeDictionary.H postProcessing/functionObjects/systemCall/systemCall.H postProcessing/functionObjects/utilities/residuals/residuals.H postProcessing/functionObjects/utilities/turbulenceFields/turbulenceFields.H postProcessing/functionObjects/utilities/wallShearStress/wallShearStress.H sampling/meshToMesh/calcMethod/cellVolumeWeight/cellVolumeWeightMethod.H sampling/meshToMesh/calcMethod/direct/directMethod.H sampling/meshToMesh/calcMethod/meshToMeshMethod/meshToMeshMethod.H (Certain even have comment Private Data in protected area). | ||||
Steps To Reproduce | 1. Open file 2. Find disallowed constructor and operator in protected area. | ||||
Additional Information | Unfortunately I still do not have method for automatic discovery of such cases. Encountered them by accident. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-20 10:12 | alexeym | New Issue | |
2016-01-20 10:43 | henry | Note Added: 0005861 | |
2016-01-20 10:43 | henry | Status | new => resolved |
2016-01-20 10:43 | henry | Resolution | open => fixed |
2016-01-20 10:43 | henry | Assigned To | => henry |
2016-03-11 11:44 | administrator | Category | 3.0.1 => (No Category) |