SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is medium
Effort is default
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
526 | 1232 | 0 | 0 |
Files
org.djunits.locale.UnitLocale
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.locale.UnitLocale at new org.djunits.locale.UnitLocale(String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 45 | Medium |
org.djunits.quantity.Quantity
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.quantity.Quantity at new org.djunits.quantity.Quantity(String, String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 85 | Medium |
Exception thrown in class org.djunits.quantity.Quantity at new org.djunits.quantity.Quantity(String, SIDimensions) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 69 | Medium |
Exception thrown in class org.djunits.quantity.Quantity at new org.djunits.quantity.Quantity(String, byte[]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 107 | Medium |
org.djunits.quantity.Quantity.checkLocale() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 277 | Medium |
org.djunits.unit.Unit$Builder
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.unit.Unit$Builder.getAdditionalAbbreviations() may expose internal representation by returning Unit$Builder.additionalAbbreviations | MALICIOUS_CODE | EI_EXPOSE_REP | 883 | Medium |
org.djunits.unit.scale.LinearScale
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.unit.scale.LinearScale at new org.djunits.unit.scale.LinearScale(double) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 34 | Medium |
org.djunits.unit.si.SIDimensions
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.unit.si.SIDimensions at new org.djunits.unit.si.SIDimensions(byte[]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 60 | Medium |
Exception thrown in class org.djunits.unit.si.SIDimensions at new org.djunits.unit.si.SIDimensions(byte[], byte[]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 80 | Medium |
org.djunits.unit.si.SIPrefix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.unit.si.SIPrefix at new org.djunits.unit.si.SIPrefix(String, String, double) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 60 | Medium |
Exception thrown in class org.djunits.unit.si.SIPrefix at new org.djunits.unit.si.SIPrefix(String, String, double, String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 42 | Medium |
org.djunits.value.IndexedValue
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.IndexedValue at new org.djunits.value.IndexedValue(Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 42 | Medium |
org.djunits.value.base.Scalar
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.base.Scalar at new org.djunits.value.base.Scalar(Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 31 | Medium |
org.djunits.value.storage.Storage
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.storage.Storage at new org.djunits.value.storage.Storage(StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 30 | Medium |
org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 201 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(Collection, AbsoluteTemperatureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(Collection, AbsoluteTemperatureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(double[][], AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 69 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(double[][], AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 58 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 79 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(AbsoluteTemperature[][], AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 117 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(AbsoluteTemperature[][], AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 105 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix at new org.djunits.value.vdouble.matrix.AbsoluteTemperatureMatrix(AbsoluteTemperature[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 129 | Medium |
org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(Collection, AbsorbedDoseUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(Collection, AbsorbedDoseUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(double[][], AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(double[][], AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(AbsorbedDose[][], AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(AbsorbedDose[][], AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix at new org.djunits.value.vdouble.matrix.AbsorbedDoseMatrix(AbsorbedDose[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.AccelerationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Collection, AccelerationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Collection, AccelerationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(double[][], AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(double[][], AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Acceleration[][], AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Acceleration[][], AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AccelerationMatrix at new org.djunits.value.vdouble.matrix.AccelerationMatrix(Acceleration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(Collection, AmountOfSubstanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(Collection, AmountOfSubstanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(double[][], AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(double[][], AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(AmountOfSubstance[][], AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(AmountOfSubstance[][], AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix at new org.djunits.value.vdouble.matrix.AmountOfSubstanceMatrix(AmountOfSubstance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.AngleMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Collection, AngleUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Collection, AngleUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(double[][], AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(double[][], AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Angle[][], AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Angle[][], AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngleMatrix at new org.djunits.value.vdouble.matrix.AngleMatrix(Angle[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.AngularAccelerationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(Collection, AngularAccelerationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(Collection, AngularAccelerationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(double[][], AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(double[][], AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(AngularAcceleration[][], AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(AngularAcceleration[][], AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularAccelerationMatrix at new org.djunits.value.vdouble.matrix.AngularAccelerationMatrix(AngularAcceleration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.AngularVelocityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(Collection, AngularVelocityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(Collection, AngularVelocityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(double[][], AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(double[][], AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(AngularVelocity[][], AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(AngularVelocity[][], AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AngularVelocityMatrix at new org.djunits.value.vdouble.matrix.AngularVelocityMatrix(AngularVelocity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.AreaMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Collection, AreaUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Collection, AreaUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(double[][], AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(double[][], AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Area[][], AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Area[][], AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.AreaMatrix at new org.djunits.value.vdouble.matrix.AreaMatrix(Area[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.CatalyticActivityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(Collection, CatalyticActivityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(Collection, CatalyticActivityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(double[][], CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(double[][], CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(CatalyticActivity[][], CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(CatalyticActivity[][], CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.CatalyticActivityMatrix at new org.djunits.value.vdouble.matrix.CatalyticActivityMatrix(CatalyticActivity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.DensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Collection, DensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Collection, DensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(double[][], DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(double[][], DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Density[][], DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Density[][], DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DensityMatrix at new org.djunits.value.vdouble.matrix.DensityMatrix(Density[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.DimensionlessMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Collection, DimensionlessUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Collection, DimensionlessUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(double[][], DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(double[][], DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Dimensionless[][], DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Dimensionless[][], DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DimensionlessMatrix at new org.djunits.value.vdouble.matrix.DimensionlessMatrix(Dimensionless[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.DirectionMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Collection, DirectionUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Collection, DirectionUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(double[][], DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(double[][], DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Direction[][], DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Direction[][], DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DirectionMatrix at new org.djunits.value.vdouble.matrix.DirectionMatrix(Direction[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.DurationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Collection, DurationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Collection, DurationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(double[][], DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(double[][], DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Duration[][], DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Duration[][], DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.DurationMatrix at new org.djunits.value.vdouble.matrix.DurationMatrix(Duration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(Collection, ElectricalCapacitanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(Collection, ElectricalCapacitanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(double[][], ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(double[][], ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(ElectricalCapacitance[][], ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(ElectricalCapacitance[][], ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalCapacitanceMatrix(ElectricalCapacitance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vdouble.matrix.ElectricalChargeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(Collection, ElectricalChargeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(Collection, ElectricalChargeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(double[][], ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(double[][], ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(ElectricalCharge[][], ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(ElectricalCharge[][], ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalChargeMatrix at new org.djunits.value.vdouble.matrix.ElectricalChargeMatrix(ElectricalCharge[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(Collection, ElectricalConductanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(Collection, ElectricalConductanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(double[][], ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(double[][], ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(ElectricalConductance[][], ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(ElectricalConductance[][], ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalConductanceMatrix(ElectricalConductance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(Collection, ElectricalCurrentUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(Collection, ElectricalCurrentUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(double[][], ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(double[][], ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(ElectricalCurrent[][], ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(ElectricalCurrent[][], ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix at new org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix(ElectricalCurrent[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 200 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 186 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(Collection, ElectricalInductanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 171 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(Collection, ElectricalInductanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 156 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(double[][], ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(double[][], ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(ElectricalInductance[][], ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(ElectricalInductance[][], ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalInductanceMatrix(ElectricalInductance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(Collection, ElectricalPotentialUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(Collection, ElectricalPotentialUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(double[][], ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(double[][], ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(ElectricalPotential[][], ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(ElectricalPotential[][], ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix at new org.djunits.value.vdouble.matrix.ElectricalPotentialMatrix(ElectricalPotential[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 200 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 186 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(Collection, ElectricalResistanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 171 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(Collection, ElectricalResistanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 156 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(double[][], ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(double[][], ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(ElectricalResistance[][], ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(ElectricalResistance[][], ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix at new org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix(ElectricalResistance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vdouble.matrix.EnergyMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Collection, EnergyUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Collection, EnergyUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(double[][], EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(double[][], EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Energy[][], EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Energy[][], EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EnergyMatrix at new org.djunits.value.vdouble.matrix.EnergyMatrix(Energy[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.EquivalentDoseMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 182 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(Collection, EquivalentDoseUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 167 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(Collection, EquivalentDoseUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 152 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(double[][], EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(double[][], EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(EquivalentDose[][], EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 112 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(EquivalentDose[][], EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 100 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.EquivalentDoseMatrix at new org.djunits.value.vdouble.matrix.EquivalentDoseMatrix(EquivalentDose[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 124 | Medium |
org.djunits.value.vdouble.matrix.FlowMassMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(Collection, FlowMassUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(Collection, FlowMassUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(double[][], FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(double[][], FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(FlowMass[][], FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(FlowMass[][], FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowMassMatrix at new org.djunits.value.vdouble.matrix.FlowMassMatrix(FlowMass[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.FlowVolumeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(Collection, FlowVolumeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(Collection, FlowVolumeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(double[][], FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(double[][], FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(FlowVolume[][], FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(FlowVolume[][], FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FlowVolumeMatrix at new org.djunits.value.vdouble.matrix.FlowVolumeMatrix(FlowVolume[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.ForceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Collection, ForceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Collection, ForceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(double[][], ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(double[][], ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Force[][], ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Force[][], ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.ForceMatrix at new org.djunits.value.vdouble.matrix.ForceMatrix(Force[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.FrequencyMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Collection, FrequencyUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Collection, FrequencyUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(double[][], FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(double[][], FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Frequency[][], FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Frequency[][], FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.FrequencyMatrix at new org.djunits.value.vdouble.matrix.FrequencyMatrix(Frequency[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.IlluminanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Collection, IlluminanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Collection, IlluminanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(double[][], IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(double[][], IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Illuminance[][], IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Illuminance[][], IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.IlluminanceMatrix at new org.djunits.value.vdouble.matrix.IlluminanceMatrix(Illuminance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.LengthMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Collection, LengthUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Collection, LengthUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(double[][], LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(double[][], LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Length[][], LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Length[][], LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LengthMatrix at new org.djunits.value.vdouble.matrix.LengthMatrix(Length[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.LinearDensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 195 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 181 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(Collection, LinearDensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 166 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(Collection, LinearDensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 151 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(double[][], LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(double[][], LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(LinearDensity[][], LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 111 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(LinearDensity[][], LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 99 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LinearDensityMatrix at new org.djunits.value.vdouble.matrix.LinearDensityMatrix(LinearDensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 123 | Medium |
org.djunits.value.vdouble.matrix.LuminousFluxMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(Collection, LuminousFluxUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(Collection, LuminousFluxUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(double[][], LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(double[][], LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(LuminousFlux[][], LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(LuminousFlux[][], LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousFluxMatrix at new org.djunits.value.vdouble.matrix.LuminousFluxMatrix(LuminousFlux[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.LuminousIntensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(Collection, LuminousIntensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(Collection, LuminousIntensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(double[][], LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(double[][], LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(LuminousIntensity[][], LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(LuminousIntensity[][], LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.LuminousIntensityMatrix at new org.djunits.value.vdouble.matrix.LuminousIntensityMatrix(LuminousIntensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(Collection, MagneticFluxDensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(Collection, MagneticFluxDensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(double[][], MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(double[][], MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(MagneticFluxDensity[][], MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(MagneticFluxDensity[][], MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxDensityMatrix(MagneticFluxDensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.MagneticFluxMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(Collection, MagneticFluxUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(Collection, MagneticFluxUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(double[][], MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(double[][], MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(MagneticFlux[][], MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(MagneticFlux[][], MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MagneticFluxMatrix at new org.djunits.value.vdouble.matrix.MagneticFluxMatrix(MagneticFlux[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.MassMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Collection, MassUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Collection, MassUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(double[][], MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(double[][], MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Mass[][], MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Mass[][], MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MassMatrix at new org.djunits.value.vdouble.matrix.MassMatrix(Mass[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.MomentumMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Collection, MomentumUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Collection, MomentumUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(double[][], MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(double[][], MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Momentum[][], MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Momentum[][], MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.MomentumMatrix at new org.djunits.value.vdouble.matrix.MomentumMatrix(Momentum[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.PositionMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Collection, PositionUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Collection, PositionUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(double[][], PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(double[][], PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Position[][], PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Position[][], PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PositionMatrix at new org.djunits.value.vdouble.matrix.PositionMatrix(Position[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.PowerMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Collection, PowerUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Collection, PowerUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(double[][], PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(double[][], PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Power[][], PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Power[][], PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PowerMatrix at new org.djunits.value.vdouble.matrix.PowerMatrix(Power[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.PressureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Collection, PressureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Collection, PressureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(double[][], PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(double[][], PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Pressure[][], PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Pressure[][], PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.PressureMatrix at new org.djunits.value.vdouble.matrix.PressureMatrix(Pressure[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.RadioActivityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 195 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 181 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(Collection, RadioActivityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 166 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(Collection, RadioActivityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 151 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(double[][], RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(double[][], RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(RadioActivity[][], RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 111 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(RadioActivity[][], RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 99 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.RadioActivityMatrix at new org.djunits.value.vdouble.matrix.RadioActivityMatrix(RadioActivity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 123 | Medium |
org.djunits.value.vdouble.matrix.SIMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.SIMatrix at new org.djunits.value.vdouble.matrix.SIMatrix(double[][], SIUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 106 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SIMatrix at new org.djunits.value.vdouble.matrix.SIMatrix(double[][], SIUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 94 | Medium |
org.djunits.value.vdouble.matrix.SolidAngleMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(Collection, SolidAngleUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(Collection, SolidAngleUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(double[][], SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(double[][], SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(SolidAngle[][], SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(SolidAngle[][], SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SolidAngleMatrix at new org.djunits.value.vdouble.matrix.SolidAngleMatrix(SolidAngle[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.SpeedMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Collection, SpeedUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Collection, SpeedUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(double[][], SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(double[][], SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Speed[][], SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Speed[][], SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.SpeedMatrix at new org.djunits.value.vdouble.matrix.SpeedMatrix(Speed[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.TemperatureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 198 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 184 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Collection, TemperatureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 169 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Collection, TemperatureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 154 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(double[][], TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 68 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(double[][], TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 57 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 78 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Temperature[][], TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 114 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Temperature[][], TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TemperatureMatrix at new org.djunits.value.vdouble.matrix.TemperatureMatrix(Temperature[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 126 | Medium |
org.djunits.value.vdouble.matrix.TimeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Collection, TimeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Collection, TimeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(double[][], TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(double[][], TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Time[][], TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Time[][], TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TimeMatrix at new org.djunits.value.vdouble.matrix.TimeMatrix(Time[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vdouble.matrix.TorqueMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Collection, TorqueUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Collection, TorqueUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(double[][], TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(double[][], TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Torque[][], TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Torque[][], TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.TorqueMatrix at new org.djunits.value.vdouble.matrix.TorqueMatrix(Torque[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.VolumeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Collection, VolumeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Collection, VolumeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(double[][], VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(double[][], VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(double[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Volume[][], VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Volume[][], VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.VolumeMatrix at new org.djunits.value.vdouble.matrix.VolumeMatrix(Volume[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vdouble.matrix.base.DoubleMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.base.DoubleMatrix at new org.djunits.value.vdouble.matrix.base.DoubleMatrix(DoubleMatrixData, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 51 | Medium |
new org.djunits.value.vdouble.matrix.base.DoubleMatrix(DoubleMatrixData, Unit) may expose internal representation by storing an externally mutable object into DoubleMatrix.data | MALICIOUS_CODE | EI_EXPOSE_REP2 | 52 | Medium |
org.djunits.value.vdouble.matrix.base.DoubleSparseValue
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue at new org.djunits.value.vdouble.matrix.base.DoubleSparseValue(int, int, double) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 79 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue at new org.djunits.value.vdouble.matrix.base.DoubleSparseValue(int, int, double, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 68 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.base.DoubleSparseValue at new org.djunits.value.vdouble.matrix.base.DoubleSparseValue(int, int, DoubleScalar) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 43 | Medium |
org.djunits.value.vdouble.matrix.data.DoubleMatrixData
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of values in org.djunits.value.vdouble.matrix.data.DoubleMatrixData.checkRectangularAndNonNull(double[][]) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 259 | High |
Possible null pointer dereference of values in org.djunits.value.vdouble.matrix.data.DoubleMatrixData.checkRectangularAndNonNull(DoubleScalar[][]) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 282 | High |
org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense at new org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense(double[], int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 38 | Medium |
Exception thrown in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense at new org.djunits.value.vdouble.matrix.data.DoubleMatrixDataDense(double[][]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse at new org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
new org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse(double[], long[], int, int) may expose internal representation by storing an externally mutable object into DoubleMatrixDataSparse.indices | MALICIOUS_CODE | EI_EXPOSE_REP2 | 47 | Medium |
new org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse(double[], long[], int, int) may expose internal representation by storing an externally mutable object into DoubleMatrixDataSparse.matrixSI | MALICIOUS_CODE | EI_EXPOSE_REP2 | 46 | Medium |
org.djunits.value.vdouble.matrix.data.DoubleMatrixDataSparse.equals(Object) checks for operand being a DoubleMatrixDataDense | BAD_PRACTICE | EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS | 580 | High |
org.djunits.value.vdouble.vector.AbsoluteTemperatureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector at new org.djunits.value.vdouble.vector.AbsoluteTemperatureVector(Map, int, AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 255 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector at new org.djunits.value.vdouble.vector.AbsoluteTemperatureVector(Map, int, AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 230 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AbsoluteTemperatureVector at new org.djunits.value.vdouble.vector.AbsoluteTemperatureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vdouble.vector.AbsorbedDoseVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AbsorbedDoseVector at new org.djunits.value.vdouble.vector.AbsorbedDoseVector(Map, int, AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AbsorbedDoseVector at new org.djunits.value.vdouble.vector.AbsorbedDoseVector(Map, int, AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AbsorbedDoseVector at new org.djunits.value.vdouble.vector.AbsorbedDoseVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.AccelerationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AccelerationVector at new org.djunits.value.vdouble.vector.AccelerationVector(Map, int, AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AccelerationVector at new org.djunits.value.vdouble.vector.AccelerationVector(Map, int, AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AccelerationVector at new org.djunits.value.vdouble.vector.AccelerationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.AmountOfSubstanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector at new org.djunits.value.vdouble.vector.AmountOfSubstanceVector(Map, int, AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector at new org.djunits.value.vdouble.vector.AmountOfSubstanceVector(Map, int, AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AmountOfSubstanceVector at new org.djunits.value.vdouble.vector.AmountOfSubstanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vdouble.vector.AngleVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AngleVector at new org.djunits.value.vdouble.vector.AngleVector(Map, int, AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngleVector at new org.djunits.value.vdouble.vector.AngleVector(Map, int, AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngleVector at new org.djunits.value.vdouble.vector.AngleVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.AngularAccelerationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AngularAccelerationVector at new org.djunits.value.vdouble.vector.AngularAccelerationVector(Map, int, AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngularAccelerationVector at new org.djunits.value.vdouble.vector.AngularAccelerationVector(Map, int, AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngularAccelerationVector at new org.djunits.value.vdouble.vector.AngularAccelerationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.AngularVelocityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AngularVelocityVector at new org.djunits.value.vdouble.vector.AngularVelocityVector(Map, int, AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 247 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngularVelocityVector at new org.djunits.value.vdouble.vector.AngularVelocityVector(Map, int, AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AngularVelocityVector at new org.djunits.value.vdouble.vector.AngularVelocityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 263 | Medium |
org.djunits.value.vdouble.vector.AreaVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.AreaVector at new org.djunits.value.vdouble.vector.AreaVector(Map, int, AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 242 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AreaVector at new org.djunits.value.vdouble.vector.AreaVector(Map, int, AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.AreaVector at new org.djunits.value.vdouble.vector.AreaVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 258 | Medium |
org.djunits.value.vdouble.vector.CatalyticActivityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.CatalyticActivityVector at new org.djunits.value.vdouble.vector.CatalyticActivityVector(Map, int, CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.CatalyticActivityVector at new org.djunits.value.vdouble.vector.CatalyticActivityVector(Map, int, CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.CatalyticActivityVector at new org.djunits.value.vdouble.vector.CatalyticActivityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vdouble.vector.DensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.DensityVector at new org.djunits.value.vdouble.vector.DensityVector(Map, int, DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 243 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DensityVector at new org.djunits.value.vdouble.vector.DensityVector(Map, int, DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DensityVector at new org.djunits.value.vdouble.vector.DensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 259 | Medium |
org.djunits.value.vdouble.vector.DimensionlessVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.DimensionlessVector at new org.djunits.value.vdouble.vector.DimensionlessVector(Map, int, DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 247 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DimensionlessVector at new org.djunits.value.vdouble.vector.DimensionlessVector(Map, int, DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 223 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DimensionlessVector at new org.djunits.value.vdouble.vector.DimensionlessVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 263 | Medium |
org.djunits.value.vdouble.vector.DirectionVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.DirectionVector at new org.djunits.value.vdouble.vector.DirectionVector(Map, int, DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DirectionVector at new org.djunits.value.vdouble.vector.DirectionVector(Map, int, DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DirectionVector at new org.djunits.value.vdouble.vector.DirectionVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.DurationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.DurationVector at new org.djunits.value.vdouble.vector.DurationVector(Map, int, DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DurationVector at new org.djunits.value.vdouble.vector.DurationVector(Map, int, DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.DurationVector at new org.djunits.value.vdouble.vector.DurationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.ElectricalCapacitanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector at new org.djunits.value.vdouble.vector.ElectricalCapacitanceVector(Map, int, ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector at new org.djunits.value.vdouble.vector.ElectricalCapacitanceVector(Map, int, ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCapacitanceVector at new org.djunits.value.vdouble.vector.ElectricalCapacitanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.ElectricalChargeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalChargeVector at new org.djunits.value.vdouble.vector.ElectricalChargeVector(Map, int, ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalChargeVector at new org.djunits.value.vdouble.vector.ElectricalChargeVector(Map, int, ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 224 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalChargeVector at new org.djunits.value.vdouble.vector.ElectricalChargeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vdouble.vector.ElectricalConductanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalConductanceVector at new org.djunits.value.vdouble.vector.ElectricalConductanceVector(Map, int, ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalConductanceVector at new org.djunits.value.vdouble.vector.ElectricalConductanceVector(Map, int, ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalConductanceVector at new org.djunits.value.vdouble.vector.ElectricalConductanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.ElectricalCurrentVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCurrentVector at new org.djunits.value.vdouble.vector.ElectricalCurrentVector(Map, int, ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCurrentVector at new org.djunits.value.vdouble.vector.ElectricalCurrentVector(Map, int, ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalCurrentVector at new org.djunits.value.vdouble.vector.ElectricalCurrentVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vdouble.vector.ElectricalInductanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalInductanceVector at new org.djunits.value.vdouble.vector.ElectricalInductanceVector(Map, int, ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalInductanceVector at new org.djunits.value.vdouble.vector.ElectricalInductanceVector(Map, int, ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalInductanceVector at new org.djunits.value.vdouble.vector.ElectricalInductanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.ElectricalPotentialVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalPotentialVector at new org.djunits.value.vdouble.vector.ElectricalPotentialVector(Map, int, ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalPotentialVector at new org.djunits.value.vdouble.vector.ElectricalPotentialVector(Map, int, ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalPotentialVector at new org.djunits.value.vdouble.vector.ElectricalPotentialVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.ElectricalResistanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalResistanceVector at new org.djunits.value.vdouble.vector.ElectricalResistanceVector(Map, int, ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalResistanceVector at new org.djunits.value.vdouble.vector.ElectricalResistanceVector(Map, int, ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ElectricalResistanceVector at new org.djunits.value.vdouble.vector.ElectricalResistanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.EnergyVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.EnergyVector at new org.djunits.value.vdouble.vector.EnergyVector(Map, int, EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 243 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.EnergyVector at new org.djunits.value.vdouble.vector.EnergyVector(Map, int, EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.EnergyVector at new org.djunits.value.vdouble.vector.EnergyVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 259 | Medium |
org.djunits.value.vdouble.vector.EquivalentDoseVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.EquivalentDoseVector at new org.djunits.value.vdouble.vector.EquivalentDoseVector(Map, int, EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.EquivalentDoseVector at new org.djunits.value.vdouble.vector.EquivalentDoseVector(Map, int, EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.EquivalentDoseVector at new org.djunits.value.vdouble.vector.EquivalentDoseVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vdouble.vector.FlowMassVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.FlowMassVector at new org.djunits.value.vdouble.vector.FlowMassVector(Map, int, FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FlowMassVector at new org.djunits.value.vdouble.vector.FlowMassVector(Map, int, FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FlowMassVector at new org.djunits.value.vdouble.vector.FlowMassVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.FlowVolumeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.FlowVolumeVector at new org.djunits.value.vdouble.vector.FlowVolumeVector(Map, int, FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FlowVolumeVector at new org.djunits.value.vdouble.vector.FlowVolumeVector(Map, int, FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FlowVolumeVector at new org.djunits.value.vdouble.vector.FlowVolumeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.ForceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.ForceVector at new org.djunits.value.vdouble.vector.ForceVector(Map, int, ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 242 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ForceVector at new org.djunits.value.vdouble.vector.ForceVector(Map, int, ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.ForceVector at new org.djunits.value.vdouble.vector.ForceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 258 | Medium |
org.djunits.value.vdouble.vector.FrequencyVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.FrequencyVector at new org.djunits.value.vdouble.vector.FrequencyVector(Map, int, FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FrequencyVector at new org.djunits.value.vdouble.vector.FrequencyVector(Map, int, FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.FrequencyVector at new org.djunits.value.vdouble.vector.FrequencyVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.IlluminanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.IlluminanceVector at new org.djunits.value.vdouble.vector.IlluminanceVector(Map, int, IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.IlluminanceVector at new org.djunits.value.vdouble.vector.IlluminanceVector(Map, int, IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.IlluminanceVector at new org.djunits.value.vdouble.vector.IlluminanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.LengthVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.LengthVector at new org.djunits.value.vdouble.vector.LengthVector(Map, int, LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LengthVector at new org.djunits.value.vdouble.vector.LengthVector(Map, int, LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LengthVector at new org.djunits.value.vdouble.vector.LengthVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.LinearDensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.LinearDensityVector at new org.djunits.value.vdouble.vector.LinearDensityVector(Map, int, LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LinearDensityVector at new org.djunits.value.vdouble.vector.LinearDensityVector(Map, int, LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LinearDensityVector at new org.djunits.value.vdouble.vector.LinearDensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.LuminousFluxVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.LuminousFluxVector at new org.djunits.value.vdouble.vector.LuminousFluxVector(Map, int, LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LuminousFluxVector at new org.djunits.value.vdouble.vector.LuminousFluxVector(Map, int, LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LuminousFluxVector at new org.djunits.value.vdouble.vector.LuminousFluxVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.LuminousIntensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.LuminousIntensityVector at new org.djunits.value.vdouble.vector.LuminousIntensityVector(Map, int, LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LuminousIntensityVector at new org.djunits.value.vdouble.vector.LuminousIntensityVector(Map, int, LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.LuminousIntensityVector at new org.djunits.value.vdouble.vector.LuminousIntensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vdouble.vector.MagneticFluxDensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector at new org.djunits.value.vdouble.vector.MagneticFluxDensityVector(Map, int, MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector at new org.djunits.value.vdouble.vector.MagneticFluxDensityVector(Map, int, MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxDensityVector at new org.djunits.value.vdouble.vector.MagneticFluxDensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vdouble.vector.MagneticFluxVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxVector at new org.djunits.value.vdouble.vector.MagneticFluxVector(Map, int, MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxVector at new org.djunits.value.vdouble.vector.MagneticFluxVector(Map, int, MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MagneticFluxVector at new org.djunits.value.vdouble.vector.MagneticFluxVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.MassVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.MassVector at new org.djunits.value.vdouble.vector.MassVector(Map, int, MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 242 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MassVector at new org.djunits.value.vdouble.vector.MassVector(Map, int, MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MassVector at new org.djunits.value.vdouble.vector.MassVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 258 | Medium |
org.djunits.value.vdouble.vector.MomentumVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.MomentumVector at new org.djunits.value.vdouble.vector.MomentumVector(Map, int, MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MomentumVector at new org.djunits.value.vdouble.vector.MomentumVector(Map, int, MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.MomentumVector at new org.djunits.value.vdouble.vector.MomentumVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.PositionVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.PositionVector at new org.djunits.value.vdouble.vector.PositionVector(Map, int, PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PositionVector at new org.djunits.value.vdouble.vector.PositionVector(Map, int, PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PositionVector at new org.djunits.value.vdouble.vector.PositionVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.PowerVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.PowerVector at new org.djunits.value.vdouble.vector.PowerVector(Map, int, PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 242 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PowerVector at new org.djunits.value.vdouble.vector.PowerVector(Map, int, PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PowerVector at new org.djunits.value.vdouble.vector.PowerVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 258 | Medium |
org.djunits.value.vdouble.vector.PressureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.PressureVector at new org.djunits.value.vdouble.vector.PressureVector(Map, int, PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PressureVector at new org.djunits.value.vdouble.vector.PressureVector(Map, int, PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.PressureVector at new org.djunits.value.vdouble.vector.PressureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.RadioActivityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.RadioActivityVector at new org.djunits.value.vdouble.vector.RadioActivityVector(Map, int, RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.RadioActivityVector at new org.djunits.value.vdouble.vector.RadioActivityVector(Map, int, RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.RadioActivityVector at new org.djunits.value.vdouble.vector.RadioActivityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vdouble.vector.SIVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.SIVector at new org.djunits.value.vdouble.vector.SIVector(Map, int, SIUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.SIVector at new org.djunits.value.vdouble.vector.SIVector(Map, int, SIUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
org.djunits.value.vdouble.vector.SolidAngleVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.SolidAngleVector at new org.djunits.value.vdouble.vector.SolidAngleVector(Map, int, SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.SolidAngleVector at new org.djunits.value.vdouble.vector.SolidAngleVector(Map, int, SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.SolidAngleVector at new org.djunits.value.vdouble.vector.SolidAngleVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vdouble.vector.SpeedVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.SpeedVector at new org.djunits.value.vdouble.vector.SpeedVector(Map, int, SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 242 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.SpeedVector at new org.djunits.value.vdouble.vector.SpeedVector(Map, int, SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.SpeedVector at new org.djunits.value.vdouble.vector.SpeedVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 258 | Medium |
org.djunits.value.vdouble.vector.TemperatureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.TemperatureVector at new org.djunits.value.vdouble.vector.TemperatureVector(Map, int, TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 247 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TemperatureVector at new org.djunits.value.vdouble.vector.TemperatureVector(Map, int, TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 223 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TemperatureVector at new org.djunits.value.vdouble.vector.TemperatureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 263 | Medium |
org.djunits.value.vdouble.vector.TimeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.TimeVector at new org.djunits.value.vdouble.vector.TimeVector(Map, int, TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 243 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TimeVector at new org.djunits.value.vdouble.vector.TimeVector(Map, int, TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TimeVector at new org.djunits.value.vdouble.vector.TimeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 259 | Medium |
org.djunits.value.vdouble.vector.TorqueVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.TorqueVector at new org.djunits.value.vdouble.vector.TorqueVector(Map, int, TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 243 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TorqueVector at new org.djunits.value.vdouble.vector.TorqueVector(Map, int, TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.TorqueVector at new org.djunits.value.vdouble.vector.TorqueVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 259 | Medium |
org.djunits.value.vdouble.vector.VolumeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.VolumeVector at new org.djunits.value.vdouble.vector.VolumeVector(Map, int, VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 243 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.VolumeVector at new org.djunits.value.vdouble.vector.VolumeVector(Map, int, VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 219 | Medium |
Exception thrown in class org.djunits.value.vdouble.vector.VolumeVector at new org.djunits.value.vdouble.vector.VolumeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 259 | Medium |
org.djunits.value.vdouble.vector.base.DoubleVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vdouble.vector.base.DoubleVector at new org.djunits.value.vdouble.vector.base.DoubleVector(DoubleVectorData, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
org.djunits.value.vdouble.vector.base.DoubleVector$Itr
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vdouble.vector.base.DoubleVector$Itr is serializable and an inner class | BAD_PRACTICE | SE_INNER_CLASS | 444-487 | Medium |
org.djunits.value.vdouble.vector.data.DoubleVectorData
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vdouble.vector.data.DoubleVectorData.instantiate(Map, int, Scale, StorageType) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 304 | Medium |
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse.getDenseVectorSI() may expose internal representation by returning DoubleVectorData.vectorSI | MALICIOUS_CODE | EI_EXPOSE_REP | 345 | Medium |
new org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse(double[], int[], int) may expose internal representation by storing an externally mutable object into DoubleVectorDataSparse.indices | MALICIOUS_CODE | EI_EXPOSE_REP2 | 40 | Medium |
new org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse(double[], int[], int) may expose internal representation by storing an externally mutable object into DoubleVectorDataSparse.vectorSI | MALICIOUS_CODE | EI_EXPOSE_REP2 | 39 | Medium |
org.djunits.value.vdouble.vector.data.DoubleVectorDataSparse.equals(Object) checks for operand being a DoubleVectorDataDense | BAD_PRACTICE | EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS | 439 | High |
org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 210 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(Collection, AbsoluteTemperatureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 178 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(Collection, AbsoluteTemperatureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 162 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(float[][], AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 70 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(float[][], AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 59 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 80 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 119 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 106 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 131 | Medium |
org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(Collection, AbsorbedDoseUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(Collection, AbsorbedDoseUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(float[][], AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(float[][], AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix at new org.djunits.value.vfloat.matrix.FloatAbsorbedDoseMatrix(FloatAbsorbedDose[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatAccelerationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(Collection, AccelerationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(Collection, AccelerationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(float[][], AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(float[][], AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(FloatAcceleration[][], AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(FloatAcceleration[][], AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAccelerationMatrix(FloatAcceleration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 202 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(Collection, AmountOfSubstanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(Collection, AmountOfSubstanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(float[][], AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(float[][], AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix at new org.djunits.value.vfloat.matrix.FloatAmountOfSubstanceMatrix(FloatAmountOfSubstance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatAngleMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(Collection, AngleUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(Collection, AngleUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(float[][], AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(float[][], AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(FloatAngle[][], AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(FloatAngle[][], AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngleMatrix at new org.djunits.value.vfloat.matrix.FloatAngleMatrix(FloatAngle[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(Collection, AngularAccelerationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(Collection, AngularAccelerationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(float[][], AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(float[][], AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix at new org.djunits.value.vfloat.matrix.FloatAngularAccelerationMatrix(FloatAngularAcceleration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 200 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 186 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(Collection, AngularVelocityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 171 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(Collection, AngularVelocityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 156 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(float[][], AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(float[][], AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(FloatAngularVelocity[][], AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(FloatAngularVelocity[][], AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix at new org.djunits.value.vfloat.matrix.FloatAngularVelocityMatrix(FloatAngularVelocity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatAreaMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(Collection, AreaUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(Collection, AreaUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(float[][], AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(float[][], AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(FloatArea[][], AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(FloatArea[][], AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatAreaMatrix at new org.djunits.value.vfloat.matrix.FloatAreaMatrix(FloatArea[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 202 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(Collection, CatalyticActivityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(Collection, CatalyticActivityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(float[][], CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(float[][], CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix at new org.djunits.value.vfloat.matrix.FloatCatalyticActivityMatrix(FloatCatalyticActivity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatDensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(Collection, DensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(Collection, DensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(float[][], DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(float[][], DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(FloatDensity[][], DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(FloatDensity[][], DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDensityMatrix at new org.djunits.value.vfloat.matrix.FloatDensityMatrix(FloatDensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 199 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 185 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(Collection, DimensionlessUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 170 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(Collection, DimensionlessUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 155 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(float[][], DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(float[][], DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(FloatDimensionless[][], DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(FloatDimensionless[][], DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 103 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix at new org.djunits.value.vfloat.matrix.FloatDimensionlessMatrix(FloatDimensionless[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatDirectionMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(Collection, DirectionUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(Collection, DirectionUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(float[][], DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(float[][], DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(FloatDirection[][], DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(FloatDirection[][], DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDirectionMatrix at new org.djunits.value.vfloat.matrix.FloatDirectionMatrix(FloatDirection[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatDurationMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(Collection, DurationUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(Collection, DurationUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(float[][], DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(float[][], DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(FloatDuration[][], DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(FloatDuration[][], DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatDurationMatrix at new org.djunits.value.vfloat.matrix.FloatDurationMatrix(FloatDuration[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 207 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 191 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(Collection, ElectricalCapacitanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 175 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(Collection, ElectricalCapacitanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 159 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(float[][], ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(float[][], ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 116 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCapacitanceMatrix(FloatElectricalCapacitance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 128 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 200 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 186 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(Collection, ElectricalChargeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 171 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(Collection, ElectricalChargeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 156 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(float[][], ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(float[][], ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(FloatElectricalCharge[][], ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(FloatElectricalCharge[][], ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalChargeMatrix(FloatElectricalCharge[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 207 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 191 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(Collection, ElectricalConductanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 175 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(Collection, ElectricalConductanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 159 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(float[][], ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(float[][], ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(FloatElectricalConductance[][], ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 116 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(FloatElectricalConductance[][], ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalConductanceMatrix(FloatElectricalConductance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 128 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 202 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(Collection, ElectricalCurrentUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(Collection, ElectricalCurrentUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(float[][], ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(float[][], ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalCurrentMatrix(FloatElectricalCurrent[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(Collection, ElectricalInductanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(Collection, ElectricalInductanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(float[][], ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(float[][], ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(FloatElectricalInductance[][], ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(FloatElectricalInductance[][], ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix(FloatElectricalInductance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(Collection, ElectricalPotentialUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(Collection, ElectricalPotentialUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(float[][], ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(float[][], ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(FloatElectricalPotential[][], ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(FloatElectricalPotential[][], ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalPotentialMatrix(FloatElectricalPotential[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(Collection, ElectricalResistanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(Collection, ElectricalResistanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(float[][], ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(float[][], ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(FloatElectricalResistance[][], ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(FloatElectricalResistance[][], ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix at new org.djunits.value.vfloat.matrix.FloatElectricalResistanceMatrix(FloatElectricalResistance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatEnergyMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(Collection, EnergyUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(Collection, EnergyUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(float[][], EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(float[][], EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(FloatEnergy[][], EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(FloatEnergy[][], EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEnergyMatrix at new org.djunits.value.vfloat.matrix.FloatEnergyMatrix(FloatEnergy[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(Collection, EquivalentDoseUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(Collection, EquivalentDoseUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(float[][], EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(float[][], EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(FloatEquivalentDose[][], EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(FloatEquivalentDose[][], EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix at new org.djunits.value.vfloat.matrix.FloatEquivalentDoseMatrix(FloatEquivalentDose[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatFlowMassMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(Collection, FlowMassUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(Collection, FlowMassUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(float[][], FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(float[][], FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(FloatFlowMass[][], FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(FloatFlowMass[][], FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowMassMatrix at new org.djunits.value.vfloat.matrix.FloatFlowMassMatrix(FloatFlowMass[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(Collection, FlowVolumeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(Collection, FlowVolumeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(float[][], FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(float[][], FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(FloatFlowVolume[][], FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(FloatFlowVolume[][], FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatFlowVolumeMatrix(FloatFlowVolume[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatForceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(Collection, ForceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(Collection, ForceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(float[][], ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(float[][], ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(FloatForce[][], ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(FloatForce[][], ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatForceMatrix at new org.djunits.value.vfloat.matrix.FloatForceMatrix(FloatForce[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatFrequencyMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 195 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 181 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(Collection, FrequencyUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 166 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(Collection, FrequencyUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 151 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(float[][], FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(float[][], FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(FloatFrequency[][], FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 111 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(FloatFrequency[][], FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 99 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatFrequencyMatrix at new org.djunits.value.vfloat.matrix.FloatFrequencyMatrix(FloatFrequency[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 123 | Medium |
org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(Collection, IlluminanceUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(Collection, IlluminanceUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(float[][], IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(float[][], IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(FloatIlluminance[][], IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(FloatIlluminance[][], IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix at new org.djunits.value.vfloat.matrix.FloatIlluminanceMatrix(FloatIlluminance[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatLengthMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(Collection, LengthUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(Collection, LengthUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(float[][], LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(float[][], LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(FloatLength[][], LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(FloatLength[][], LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLengthMatrix at new org.djunits.value.vfloat.matrix.FloatLengthMatrix(FloatLength[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(Collection, LinearDensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(Collection, LinearDensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(float[][], LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(float[][], LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(FloatLinearDensity[][], LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(FloatLinearDensity[][], LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix at new org.djunits.value.vfloat.matrix.FloatLinearDensityMatrix(FloatLinearDensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(Collection, LuminousFluxUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(Collection, LuminousFluxUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(float[][], LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(float[][], LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(FloatLuminousFlux[][], LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(FloatLuminousFlux[][], LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousFluxMatrix(FloatLuminousFlux[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 202 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(Collection, LuminousIntensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(Collection, LuminousIntensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(float[][], LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(float[][], LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix at new org.djunits.value.vfloat.matrix.FloatLuminousIntensityMatrix(FloatLuminousIntensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 206 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 190 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(Collection, MagneticFluxDensityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 174 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(Collection, MagneticFluxDensityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 158 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(float[][], MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 66 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(float[][], MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 76 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 115 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 102 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxDensityMatrix(FloatMagneticFluxDensity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 127 | Medium |
org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(Collection, MagneticFluxUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(Collection, MagneticFluxUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(float[][], MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(float[][], MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(FloatMagneticFlux[][], MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(FloatMagneticFlux[][], MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix at new org.djunits.value.vfloat.matrix.FloatMagneticFluxMatrix(FloatMagneticFlux[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatMassMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(Collection, MassUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(Collection, MassUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(float[][], MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(float[][], MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(FloatMass[][], MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(FloatMass[][], MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMassMatrix at new org.djunits.value.vfloat.matrix.FloatMassMatrix(FloatMass[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatMomentumMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(Collection, MomentumUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(Collection, MomentumUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(float[][], MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(float[][], MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(FloatMomentum[][], MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(FloatMomentum[][], MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatMomentumMatrix at new org.djunits.value.vfloat.matrix.FloatMomentumMatrix(FloatMomentum[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatPositionMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(Collection, PositionUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(Collection, PositionUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(float[][], PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(float[][], PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(FloatPosition[][], PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(FloatPosition[][], PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPositionMatrix at new org.djunits.value.vfloat.matrix.FloatPositionMatrix(FloatPosition[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatPowerMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(Collection, PowerUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(Collection, PowerUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(float[][], PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(float[][], PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(FloatPower[][], PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(FloatPower[][], PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPowerMatrix at new org.djunits.value.vfloat.matrix.FloatPowerMatrix(FloatPower[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatPressureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 194 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(Collection, PressureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(Collection, PressureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(float[][], PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(float[][], PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(FloatPressure[][], PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(FloatPressure[][], PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatPressureMatrix at new org.djunits.value.vfloat.matrix.FloatPressureMatrix(FloatPressure[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(Collection, RadioActivityUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(Collection, RadioActivityUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(float[][], RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(float[][], RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(FloatRadioActivity[][], RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(FloatRadioActivity[][], RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix at new org.djunits.value.vfloat.matrix.FloatRadioActivityMatrix(FloatRadioActivity[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatSIMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSIMatrix at new org.djunits.value.vfloat.matrix.FloatSIMatrix(float[][], SIUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 106 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSIMatrix at new org.djunits.value.vfloat.matrix.FloatSIMatrix(float[][], SIUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 94 | Medium |
org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 197 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(Collection, SolidAngleUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(Collection, SolidAngleUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(float[][], SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(float[][], SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 54 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 75 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(FloatSolidAngle[][], SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(FloatSolidAngle[][], SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix at new org.djunits.value.vfloat.matrix.FloatSolidAngleMatrix(FloatSolidAngle[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatSpeedMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(Collection, SpeedUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(Collection, SpeedUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(float[][], SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(float[][], SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(FloatSpeed[][], SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(FloatSpeed[][], SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatSpeedMatrix at new org.djunits.value.vfloat.matrix.FloatSpeedMatrix(FloatSpeed[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatTemperatureMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 201 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 187 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(Collection, TemperatureUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 172 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(Collection, TemperatureUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 157 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(float[][], TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 69 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(float[][], TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 58 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 79 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(FloatTemperature[][], TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 117 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(FloatTemperature[][], TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 105 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTemperatureMatrix at new org.djunits.value.vfloat.matrix.FloatTemperatureMatrix(FloatTemperature[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 129 | Medium |
org.djunits.value.vfloat.matrix.FloatTimeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 183 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(Collection, TimeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 168 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(Collection, TimeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 153 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(float[][], TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 67 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(float[][], TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 56 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 77 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(FloatTime[][], TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 113 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(FloatTime[][], TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 101 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTimeMatrix at new org.djunits.value.vfloat.matrix.FloatTimeMatrix(FloatTime[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 125 | Medium |
org.djunits.value.vfloat.matrix.FloatTorqueMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(Collection, TorqueUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(Collection, TorqueUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(float[][], TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(float[][], TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(FloatTorque[][], TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(FloatTorque[][], TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatTorqueMatrix at new org.djunits.value.vfloat.matrix.FloatTorqueMatrix(FloatTorque[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.FloatVolumeMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 193 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(Collection, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 180 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(Collection, VolumeUnit, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 165 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(Collection, VolumeUnit, int, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 150 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(float[][], VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 64 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(float[][], VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 53 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(float[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 74 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(FloatVolume[][], VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 110 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(FloatVolume[][], VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 98 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.FloatVolumeMatrix at new org.djunits.value.vfloat.matrix.FloatVolumeMatrix(FloatVolume[][], StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 122 | Medium |
org.djunits.value.vfloat.matrix.base.FloatMatrix
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.base.FloatMatrix at new org.djunits.value.vfloat.matrix.base.FloatMatrix(FloatMatrixData, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 51 | Medium |
new org.djunits.value.vfloat.matrix.base.FloatMatrix(FloatMatrixData, Unit) may expose internal representation by storing an externally mutable object into FloatMatrix.data | MALICIOUS_CODE | EI_EXPOSE_REP2 | 52 | Medium |
org.djunits.value.vfloat.matrix.base.FloatSparseValue
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.base.FloatSparseValue at new org.djunits.value.vfloat.matrix.base.FloatSparseValue(int, int, float) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 79 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.base.FloatSparseValue at new org.djunits.value.vfloat.matrix.base.FloatSparseValue(int, int, float, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 68 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.base.FloatSparseValue at new org.djunits.value.vfloat.matrix.base.FloatSparseValue(int, int, FloatScalar) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 43 | Medium |
org.djunits.value.vfloat.matrix.data.FloatMatrixData
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of values in org.djunits.value.vfloat.matrix.data.FloatMatrixData.checkRectangularAndNonNull(float[][]) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 267 | High |
Possible null pointer dereference of values in org.djunits.value.vfloat.matrix.data.FloatMatrixData.checkRectangularAndNonNull(FloatScalar[][]) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 290 | High |
org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense at new org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense(float[], int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 37 | Medium |
Exception thrown in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense at new org.djunits.value.vfloat.matrix.data.FloatMatrixDataDense(float[][]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 55 | Medium |
org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse at new org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse(Collection, int, int) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 65 | Medium |
new org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse(float[], long[], int, int) may expose internal representation by storing an externally mutable object into FloatMatrixDataSparse.indices | MALICIOUS_CODE | EI_EXPOSE_REP2 | 47 | Medium |
new org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse(float[], long[], int, int) may expose internal representation by storing an externally mutable object into FloatMatrixDataSparse.matrixSI | MALICIOUS_CODE | EI_EXPOSE_REP2 | 46 | Medium |
org.djunits.value.vfloat.matrix.data.FloatMatrixDataSparse.equals(Object) checks for operand being a FloatMatrixDataDense | BAD_PRACTICE | EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS | 573 | High |
org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector at new org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector(Map, int, AbsoluteTemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 255 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector at new org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector(Map, int, AbsoluteTemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 230 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector at new org.djunits.value.vfloat.vector.FloatAbsoluteTemperatureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 273 | Medium |
org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector at new org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector(Map, int, AbsorbedDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector at new org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector(Map, int, AbsorbedDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 224 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector at new org.djunits.value.vfloat.vector.FloatAbsorbedDoseVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vfloat.vector.FloatAccelerationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAccelerationVector at new org.djunits.value.vfloat.vector.FloatAccelerationVector(Map, int, AccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAccelerationVector at new org.djunits.value.vfloat.vector.FloatAccelerationVector(Map, int, AccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 224 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAccelerationVector at new org.djunits.value.vfloat.vector.FloatAccelerationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector at new org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector(Map, int, AmountOfSubstanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector at new org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector(Map, int, AmountOfSubstanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector at new org.djunits.value.vfloat.vector.FloatAmountOfSubstanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatAngleVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngleVector at new org.djunits.value.vfloat.vector.FloatAngleVector(Map, int, AngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngleVector at new org.djunits.value.vfloat.vector.FloatAngleVector(Map, int, AngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngleVector at new org.djunits.value.vfloat.vector.FloatAngleVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vfloat.vector.FloatAngularAccelerationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector at new org.djunits.value.vfloat.vector.FloatAngularAccelerationVector(Map, int, AngularAccelerationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector at new org.djunits.value.vfloat.vector.FloatAngularAccelerationVector(Map, int, AngularAccelerationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularAccelerationVector at new org.djunits.value.vfloat.vector.FloatAngularAccelerationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatAngularVelocityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector at new org.djunits.value.vfloat.vector.FloatAngularVelocityVector(Map, int, AngularVelocityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 253 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector at new org.djunits.value.vfloat.vector.FloatAngularVelocityVector(Map, int, AngularVelocityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 228 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAngularVelocityVector at new org.djunits.value.vfloat.vector.FloatAngularVelocityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 270 | Medium |
org.djunits.value.vfloat.vector.FloatAreaVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatAreaVector at new org.djunits.value.vfloat.vector.FloatAreaVector(Map, int, AreaUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAreaVector at new org.djunits.value.vfloat.vector.FloatAreaVector(Map, int, AreaUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatAreaVector at new org.djunits.value.vfloat.vector.FloatAreaVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatCatalyticActivityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector at new org.djunits.value.vfloat.vector.FloatCatalyticActivityVector(Map, int, CatalyticActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector at new org.djunits.value.vfloat.vector.FloatCatalyticActivityVector(Map, int, CatalyticActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatCatalyticActivityVector at new org.djunits.value.vfloat.vector.FloatCatalyticActivityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatDensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatDensityVector at new org.djunits.value.vfloat.vector.FloatDensityVector(Map, int, DensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDensityVector at new org.djunits.value.vfloat.vector.FloatDensityVector(Map, int, DensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDensityVector at new org.djunits.value.vfloat.vector.FloatDensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatDimensionlessVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatDimensionlessVector at new org.djunits.value.vfloat.vector.FloatDimensionlessVector(Map, int, DimensionlessUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 252 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDimensionlessVector at new org.djunits.value.vfloat.vector.FloatDimensionlessVector(Map, int, DimensionlessUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 227 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDimensionlessVector at new org.djunits.value.vfloat.vector.FloatDimensionlessVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 268 | Medium |
org.djunits.value.vfloat.vector.FloatDirectionVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatDirectionVector at new org.djunits.value.vfloat.vector.FloatDirectionVector(Map, int, DirectionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 247 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDirectionVector at new org.djunits.value.vfloat.vector.FloatDirectionVector(Map, int, DirectionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 223 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDirectionVector at new org.djunits.value.vfloat.vector.FloatDirectionVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 263 | Medium |
org.djunits.value.vfloat.vector.FloatDurationVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatDurationVector at new org.djunits.value.vfloat.vector.FloatDurationVector(Map, int, DurationUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDurationVector at new org.djunits.value.vfloat.vector.FloatDurationVector(Map, int, DurationUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatDurationVector at new org.djunits.value.vfloat.vector.FloatDurationVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector at new org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector(Map, int, ElectricalCapacitanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 255 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector at new org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector(Map, int, ElectricalCapacitanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 230 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector at new org.djunits.value.vfloat.vector.FloatElectricalCapacitanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 273 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalChargeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector at new org.djunits.value.vfloat.vector.FloatElectricalChargeVector(Map, int, ElectricalChargeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector at new org.djunits.value.vfloat.vector.FloatElectricalChargeVector(Map, int, ElectricalChargeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalChargeVector at new org.djunits.value.vfloat.vector.FloatElectricalChargeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 271 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalConductanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalConductanceVector(Map, int, ElectricalConductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 255 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalConductanceVector(Map, int, ElectricalConductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 230 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalConductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalConductanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 273 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalCurrentVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector at new org.djunits.value.vfloat.vector.FloatElectricalCurrentVector(Map, int, ElectricalCurrentUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector at new org.djunits.value.vfloat.vector.FloatElectricalCurrentVector(Map, int, ElectricalCurrentUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalCurrentVector at new org.djunits.value.vfloat.vector.FloatElectricalCurrentVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalInductanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalInductanceVector(Map, int, ElectricalInductanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalInductanceVector(Map, int, ElectricalInductanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalInductanceVector at new org.djunits.value.vfloat.vector.FloatElectricalInductanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalPotentialVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector at new org.djunits.value.vfloat.vector.FloatElectricalPotentialVector(Map, int, ElectricalPotentialUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector at new org.djunits.value.vfloat.vector.FloatElectricalPotentialVector(Map, int, ElectricalPotentialUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalPotentialVector at new org.djunits.value.vfloat.vector.FloatElectricalPotentialVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatElectricalResistanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector at new org.djunits.value.vfloat.vector.FloatElectricalResistanceVector(Map, int, ElectricalResistanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector at new org.djunits.value.vfloat.vector.FloatElectricalResistanceVector(Map, int, ElectricalResistanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatElectricalResistanceVector at new org.djunits.value.vfloat.vector.FloatElectricalResistanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatEnergyVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatEnergyVector at new org.djunits.value.vfloat.vector.FloatEnergyVector(Map, int, EnergyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatEnergyVector at new org.djunits.value.vfloat.vector.FloatEnergyVector(Map, int, EnergyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatEnergyVector at new org.djunits.value.vfloat.vector.FloatEnergyVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatEquivalentDoseVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector at new org.djunits.value.vfloat.vector.FloatEquivalentDoseVector(Map, int, EquivalentDoseUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 253 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector at new org.djunits.value.vfloat.vector.FloatEquivalentDoseVector(Map, int, EquivalentDoseUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 228 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatEquivalentDoseVector at new org.djunits.value.vfloat.vector.FloatEquivalentDoseVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 270 | Medium |
org.djunits.value.vfloat.vector.FloatFlowMassVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowMassVector at new org.djunits.value.vfloat.vector.FloatFlowMassVector(Map, int, FlowMassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowMassVector at new org.djunits.value.vfloat.vector.FloatFlowMassVector(Map, int, FlowMassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowMassVector at new org.djunits.value.vfloat.vector.FloatFlowMassVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatFlowVolumeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector at new org.djunits.value.vfloat.vector.FloatFlowVolumeVector(Map, int, FlowVolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector at new org.djunits.value.vfloat.vector.FloatFlowVolumeVector(Map, int, FlowVolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFlowVolumeVector at new org.djunits.value.vfloat.vector.FloatFlowVolumeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vfloat.vector.FloatForceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatForceVector at new org.djunits.value.vfloat.vector.FloatForceVector(Map, int, ForceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatForceVector at new org.djunits.value.vfloat.vector.FloatForceVector(Map, int, ForceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatForceVector at new org.djunits.value.vfloat.vector.FloatForceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatFrequencyVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatFrequencyVector at new org.djunits.value.vfloat.vector.FloatFrequencyVector(Map, int, FrequencyUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFrequencyVector at new org.djunits.value.vfloat.vector.FloatFrequencyVector(Map, int, FrequencyUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatFrequencyVector at new org.djunits.value.vfloat.vector.FloatFrequencyVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vfloat.vector.FloatIlluminanceVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatIlluminanceVector at new org.djunits.value.vfloat.vector.FloatIlluminanceVector(Map, int, IlluminanceUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 247 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatIlluminanceVector at new org.djunits.value.vfloat.vector.FloatIlluminanceVector(Map, int, IlluminanceUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 223 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatIlluminanceVector at new org.djunits.value.vfloat.vector.FloatIlluminanceVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 263 | Medium |
org.djunits.value.vfloat.vector.FloatLengthVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatLengthVector at new org.djunits.value.vfloat.vector.FloatLengthVector(Map, int, LengthUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLengthVector at new org.djunits.value.vfloat.vector.FloatLengthVector(Map, int, LengthUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLengthVector at new org.djunits.value.vfloat.vector.FloatLengthVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vfloat.vector.FloatLinearDensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatLinearDensityVector at new org.djunits.value.vfloat.vector.FloatLinearDensityVector(Map, int, LinearDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLinearDensityVector at new org.djunits.value.vfloat.vector.FloatLinearDensityVector(Map, int, LinearDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLinearDensityVector at new org.djunits.value.vfloat.vector.FloatLinearDensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vfloat.vector.FloatLuminousFluxVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector at new org.djunits.value.vfloat.vector.FloatLuminousFluxVector(Map, int, LuminousFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector at new org.djunits.value.vfloat.vector.FloatLuminousFluxVector(Map, int, LuminousFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 224 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousFluxVector at new org.djunits.value.vfloat.vector.FloatLuminousFluxVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vfloat.vector.FloatLuminousIntensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector at new org.djunits.value.vfloat.vector.FloatLuminousIntensityVector(Map, int, LuminousIntensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector at new org.djunits.value.vfloat.vector.FloatLuminousIntensityVector(Map, int, LuminousIntensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatLuminousIntensityVector at new org.djunits.value.vfloat.vector.FloatLuminousIntensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector(Map, int, MagneticFluxDensityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 254 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector(Map, int, MagneticFluxDensityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 229 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxDensityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 272 | Medium |
org.djunits.value.vfloat.vector.FloatMagneticFluxVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxVector(Map, int, MagneticFluxUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxVector(Map, int, MagneticFluxUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 224 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMagneticFluxVector at new org.djunits.value.vfloat.vector.FloatMagneticFluxVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vfloat.vector.FloatMassVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatMassVector at new org.djunits.value.vfloat.vector.FloatMassVector(Map, int, MassUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMassVector at new org.djunits.value.vfloat.vector.FloatMassVector(Map, int, MassUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMassVector at new org.djunits.value.vfloat.vector.FloatMassVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatMomentumVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatMomentumVector at new org.djunits.value.vfloat.vector.FloatMomentumVector(Map, int, MomentumUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMomentumVector at new org.djunits.value.vfloat.vector.FloatMomentumVector(Map, int, MomentumUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatMomentumVector at new org.djunits.value.vfloat.vector.FloatMomentumVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatPositionVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatPositionVector at new org.djunits.value.vfloat.vector.FloatPositionVector(Map, int, PositionUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPositionVector at new org.djunits.value.vfloat.vector.FloatPositionVector(Map, int, PositionUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPositionVector at new org.djunits.value.vfloat.vector.FloatPositionVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vfloat.vector.FloatPowerVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatPowerVector at new org.djunits.value.vfloat.vector.FloatPowerVector(Map, int, PowerUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPowerVector at new org.djunits.value.vfloat.vector.FloatPowerVector(Map, int, PowerUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPowerVector at new org.djunits.value.vfloat.vector.FloatPowerVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatPressureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatPressureVector at new org.djunits.value.vfloat.vector.FloatPressureVector(Map, int, PressureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPressureVector at new org.djunits.value.vfloat.vector.FloatPressureVector(Map, int, PressureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatPressureVector at new org.djunits.value.vfloat.vector.FloatPressureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatRadioActivityVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatRadioActivityVector at new org.djunits.value.vfloat.vector.FloatRadioActivityVector(Map, int, RadioActivityUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 250 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatRadioActivityVector at new org.djunits.value.vfloat.vector.FloatRadioActivityVector(Map, int, RadioActivityUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatRadioActivityVector at new org.djunits.value.vfloat.vector.FloatRadioActivityVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 266 | Medium |
org.djunits.value.vfloat.vector.FloatSIVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatSIVector at new org.djunits.value.vfloat.vector.FloatSIVector(Map, int, SIUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatSIVector at new org.djunits.value.vfloat.vector.FloatSIVector(Map, int, SIUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 196 | Medium |
org.djunits.value.vfloat.vector.FloatSolidAngleVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatSolidAngleVector at new org.djunits.value.vfloat.vector.FloatSolidAngleVector(Map, int, SolidAngleUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 245 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatSolidAngleVector at new org.djunits.value.vfloat.vector.FloatSolidAngleVector(Map, int, SolidAngleUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 221 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatSolidAngleVector at new org.djunits.value.vfloat.vector.FloatSolidAngleVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 261 | Medium |
org.djunits.value.vfloat.vector.FloatSpeedVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatSpeedVector at new org.djunits.value.vfloat.vector.FloatSpeedVector(Map, int, SpeedUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatSpeedVector at new org.djunits.value.vfloat.vector.FloatSpeedVector(Map, int, SpeedUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatSpeedVector at new org.djunits.value.vfloat.vector.FloatSpeedVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatTemperatureVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatTemperatureVector at new org.djunits.value.vfloat.vector.FloatTemperatureVector(Map, int, TemperatureUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 249 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTemperatureVector at new org.djunits.value.vfloat.vector.FloatTemperatureVector(Map, int, TemperatureUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 225 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTemperatureVector at new org.djunits.value.vfloat.vector.FloatTemperatureVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 265 | Medium |
org.djunits.value.vfloat.vector.FloatTimeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatTimeVector at new org.djunits.value.vfloat.vector.FloatTimeVector(Map, int, TimeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 246 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTimeVector at new org.djunits.value.vfloat.vector.FloatTimeVector(Map, int, TimeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 222 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTimeVector at new org.djunits.value.vfloat.vector.FloatTimeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 262 | Medium |
org.djunits.value.vfloat.vector.FloatTorqueVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatTorqueVector at new org.djunits.value.vfloat.vector.FloatTorqueVector(Map, int, TorqueUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTorqueVector at new org.djunits.value.vfloat.vector.FloatTorqueVector(Map, int, TorqueUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatTorqueVector at new org.djunits.value.vfloat.vector.FloatTorqueVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.FloatVolumeVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.FloatVolumeVector at new org.djunits.value.vfloat.vector.FloatVolumeVector(Map, int, VolumeUnit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 244 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatVolumeVector at new org.djunits.value.vfloat.vector.FloatVolumeVector(Map, int, VolumeUnit, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 220 | Medium |
Exception thrown in class org.djunits.value.vfloat.vector.FloatVolumeVector at new org.djunits.value.vfloat.vector.FloatVolumeVector(Map, int, StorageType) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 260 | Medium |
org.djunits.value.vfloat.vector.base.FloatVector
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.djunits.value.vfloat.vector.base.FloatVector at new org.djunits.value.vfloat.vector.base.FloatVector(FloatVectorData, Unit) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 51 | Medium |
org.djunits.value.vfloat.vector.base.FloatVector$Itr
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vfloat.vector.base.FloatVector$Itr is serializable and an inner class | BAD_PRACTICE | SE_INNER_CLASS | 435-478 | Medium |
org.djunits.value.vfloat.vector.data.FloatVectorData
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vfloat.vector.data.FloatVectorData.instantiate(Map, int, Scale, StorageType) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 202 | Medium |
org.djunits.value.vfloat.vector.data.FloatVectorDataSparse
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.djunits.value.vfloat.vector.data.FloatVectorDataSparse.getDenseVectorSI() may expose internal representation by returning FloatVectorData.vectorSI | MALICIOUS_CODE | EI_EXPOSE_REP | 344 | Medium |
new org.djunits.value.vfloat.vector.data.FloatVectorDataSparse(float[], int[], int) may expose internal representation by storing an externally mutable object into FloatVectorDataSparse.indices | MALICIOUS_CODE | EI_EXPOSE_REP2 | 41 | Medium |
new org.djunits.value.vfloat.vector.data.FloatVectorDataSparse(float[], int[], int) may expose internal representation by storing an externally mutable object into FloatVectorDataSparse.vectorSI | MALICIOUS_CODE | EI_EXPOSE_REP2 | 40 | Medium |
org.djunits.value.vfloat.vector.data.FloatVectorDataSparse.equals(Object) checks for operand being a FloatVectorDataDense | BAD_PRACTICE | EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS | 441 | High |