PMD Results

The following document contains the results of PMD 7.14.0.

Violations By Priority

Priority 3

com/irurueta/geometry/AffineParameters2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 229231

com/irurueta/geometry/AffineParameters3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 319321

com/irurueta/geometry/AffineTransformation2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7678
EmptyCatchBlock Avoid empty catch blocks 135137
EmptyCatchBlock Avoid empty catch blocks 154156
EmptyCatchBlock Avoid empty catch blocks 176178
EmptyCatchBlock Avoid empty catch blocks 270272
EmptyCatchBlock Avoid empty catch blocks 300302
EmptyCatchBlock Avoid empty catch blocks 329331
EmptyCatchBlock Avoid empty catch blocks 692694
EmptyCatchBlock Avoid empty catch blocks 745747
EmptyCatchBlock Avoid empty catch blocks 785787
EmptyCatchBlock Avoid empty catch blocks 829831
EmptyCatchBlock Avoid empty catch blocks 922924
EmptyCatchBlock Avoid empty catch blocks 990992
EmptyCatchBlock Avoid empty catch blocks 11261128
EmptyCatchBlock Avoid empty catch blocks 13091311

com/irurueta/geometry/AffineTransformation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7678
EmptyCatchBlock Avoid empty catch blocks 135137
EmptyCatchBlock Avoid empty catch blocks 154156
EmptyCatchBlock Avoid empty catch blocks 176178
EmptyCatchBlock Avoid empty catch blocks 271273
EmptyCatchBlock Avoid empty catch blocks 301303
EmptyCatchBlock Avoid empty catch blocks 333335
EmptyCatchBlock Avoid empty catch blocks 757759
EmptyCatchBlock Avoid empty catch blocks 809811
EmptyCatchBlock Avoid empty catch blocks 849851
EmptyCatchBlock Avoid empty catch blocks 893895
EmptyCatchBlock Avoid empty catch blocks 10081010
EmptyCatchBlock Avoid empty catch blocks 10761078
EmptyCatchBlock Avoid empty catch blocks 13041306
EmptyCatchBlock Avoid empty catch blocks 16301632

com/irurueta/geometry/AxisRotation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 106108
EmptyCatchBlock Avoid empty catch blocks 290292
EmptyCatchBlock Avoid empty catch blocks 317319
EmptyCatchBlock Avoid empty catch blocks 384386
EmptyCatchBlock Avoid empty catch blocks 678680

com/irurueta/geometry/BaseConic.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 338340

com/irurueta/geometry/BaseQuadric.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 450452

com/irurueta/geometry/BuildInfo.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'final' on resource specification 'stream': resource specifications are implicitly final 129

com/irurueta/geometry/Conic.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 454456

com/irurueta/geometry/EuclideanTransformation2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 351353
EmptyCatchBlock Avoid empty catch blocks 432434
EmptyCatchBlock Avoid empty catch blocks 476478
EmptyCatchBlock Avoid empty catch blocks 515517
EmptyCatchBlock Avoid empty catch blocks 622624
EmptyCatchBlock Avoid empty catch blocks 655657
EmptyCatchBlock Avoid empty catch blocks 694696

com/irurueta/geometry/EuclideanTransformation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 392394
EmptyCatchBlock Avoid empty catch blocks 473475
EmptyCatchBlock Avoid empty catch blocks 518520
EmptyCatchBlock Avoid empty catch blocks 558560
EmptyCatchBlock Avoid empty catch blocks 582584
EmptyCatchBlock Avoid empty catch blocks 690692
EmptyCatchBlock Avoid empty catch blocks 723725
EmptyCatchBlock Avoid empty catch blocks 768770

com/irurueta/geometry/Line2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 370372
EmptyCatchBlock Avoid empty catch blocks 385388

com/irurueta/geometry/Line3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 308310

com/irurueta/geometry/MatrixRotation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 7981
EmptyCatchBlock Avoid empty catch blocks 306308
EmptyCatchBlock Avoid empty catch blocks 515517
EmptyCatchBlock Avoid empty catch blocks 562564
EmptyCatchBlock Avoid empty catch blocks 719721
EmptyCatchBlock Avoid empty catch blocks 740742
EmptyCatchBlock Avoid empty catch blocks 798800
EmptyCatchBlock Avoid empty catch blocks 909911
EmptyCatchBlock Avoid empty catch blocks 986988
EmptyCatchBlock Avoid empty catch blocks 10321034

com/irurueta/geometry/MetricTransformation2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 379381
EmptyCatchBlock Avoid empty catch blocks 419421

com/irurueta/geometry/MetricTransformation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 391393
EmptyCatchBlock Avoid empty catch blocks 436438

com/irurueta/geometry/PinholeCamera.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 147149
EmptyCatchBlock Avoid empty catch blocks 192194
EmptyCatchBlock Avoid empty catch blocks 219221
EmptyCatchBlock Avoid empty catch blocks 266268
EmptyCatchBlock Avoid empty catch blocks 302304
EmptyCatchBlock Avoid empty catch blocks 339341
EmptyCatchBlock Avoid empty catch blocks 374376
EmptyCatchBlock Avoid empty catch blocks 454456
EmptyCatchBlock Avoid empty catch blocks 479481
EmptyCatchBlock Avoid empty catch blocks 737739
EmptyCatchBlock Avoid empty catch blocks 842844
EmptyCatchBlock Avoid empty catch blocks 872874
EmptyCatchBlock Avoid empty catch blocks 943945
EmptyCatchBlock Avoid empty catch blocks 979981
EmptyCatchBlock Avoid empty catch blocks 14151417
EmptyCatchBlock Avoid empty catch blocks 14671469
UselessQualifiedThis Useless qualified this usage in the same class. 1733
EmptyCatchBlock Avoid empty catch blocks 18311833

com/irurueta/geometry/PinholeCameraIntrinsicParameters.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 6567
EmptyCatchBlock Avoid empty catch blocks 149151
EmptyCatchBlock Avoid empty catch blocks 230232

com/irurueta/geometry/ProjectiveTransformation2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8890
EmptyCatchBlock Avoid empty catch blocks 153155
EmptyCatchBlock Avoid empty catch blocks 175177
EmptyCatchBlock Avoid empty catch blocks 198200
EmptyCatchBlock Avoid empty catch blocks 227229
EmptyCatchBlock Avoid empty catch blocks 318320
EmptyCatchBlock Avoid empty catch blocks 367369
EmptyCatchBlock Avoid empty catch blocks 403405
EmptyCatchBlock Avoid empty catch blocks 449451
EmptyCatchBlock Avoid empty catch blocks 481483
EmptyCatchBlock Avoid empty catch blocks 10781080
EmptyCatchBlock Avoid empty catch blocks 11201122
EmptyCatchBlock Avoid empty catch blocks 12831285
EmptyCatchBlock Avoid empty catch blocks 14911493
EmptyCatchBlock Avoid empty catch blocks 17221724

com/irurueta/geometry/ProjectiveTransformation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8890
EmptyCatchBlock Avoid empty catch blocks 153155
EmptyCatchBlock Avoid empty catch blocks 174176
EmptyCatchBlock Avoid empty catch blocks 197199
EmptyCatchBlock Avoid empty catch blocks 226228
EmptyCatchBlock Avoid empty catch blocks 317319
EmptyCatchBlock Avoid empty catch blocks 366368
EmptyCatchBlock Avoid empty catch blocks 402404
EmptyCatchBlock Avoid empty catch blocks 448450
EmptyCatchBlock Avoid empty catch blocks 484486
EmptyCatchBlock Avoid empty catch blocks 11521154
EmptyCatchBlock Avoid empty catch blocks 11941196
EmptyCatchBlock Avoid empty catch blocks 13821384
EmptyCatchBlock Avoid empty catch blocks 17761778
EmptyCatchBlock Avoid empty catch blocks 21912193

com/irurueta/geometry/Quadric.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 554556

com/irurueta/geometry/Quaternion.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 895897
EmptyCatchBlock Avoid empty catch blocks 992994
EmptyCatchBlock Avoid empty catch blocks 11471149
EmptyCatchBlock Avoid empty catch blocks 12571259
EmptyCatchBlock Avoid empty catch blocks 19131915
EmptyCatchBlock Avoid empty catch blocks 19431945

com/irurueta/geometry/Rotation2D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 199201
EmptyCatchBlock Avoid empty catch blocks 237239
EmptyCatchBlock Avoid empty catch blocks 438440
EmptyCatchBlock Avoid empty catch blocks 490492

com/irurueta/geometry/Rotation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 386388
EmptyCatchBlock Avoid empty catch blocks 680682

com/irurueta/geometry/RotationUtils.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 109111
EmptyCatchBlock Avoid empty catch blocks 182184
EmptyCatchBlock Avoid empty catch blocks 216218
EmptyCatchBlock Avoid empty catch blocks 264266
EmptyCatchBlock Avoid empty catch blocks 349351
EmptyCatchBlock Avoid empty catch blocks 556558
EmptyCatchBlock Avoid empty catch blocks 731733
EmptyCatchBlock Avoid empty catch blocks 788790

com/irurueta/geometry/Transformation2D.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 85
UselessQualifiedThis Useless qualified this usage in the same class. 255
EmptyCatchBlock Avoid empty catch blocks 311314
UselessQualifiedThis Useless qualified this usage in the same class. 325
UselessQualifiedThis Useless qualified this usage in the same class. 326
UselessQualifiedThis Useless qualified this usage in the same class. 327

com/irurueta/geometry/Transformation3D.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 431434

com/irurueta/geometry/estimators/EPnPPointCorrespondencePinholeCameraEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 528530
EmptyCatchBlock Avoid empty catch blocks 534536
EmptyCatchBlock Avoid empty catch blocks 541543

com/irurueta/geometry/estimators/LMedSCircleRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 222224

com/irurueta/geometry/estimators/LMedSConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 223225

com/irurueta/geometry/estimators/LMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 277280

com/irurueta/geometry/estimators/LMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 286288

com/irurueta/geometry/estimators/LMedSDualConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 223225

com/irurueta/geometry/estimators/LMedSDualQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 230232

com/irurueta/geometry/estimators/LMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 359362

com/irurueta/geometry/estimators/LMedSEuclideanTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 322324

com/irurueta/geometry/estimators/LMedSEuclideanTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 322324

com/irurueta/geometry/estimators/LMedSLine2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 220222

com/irurueta/geometry/estimators/LMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 252254

com/irurueta/geometry/estimators/LMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 254256

com/irurueta/geometry/estimators/LMedSMetricTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 321323

com/irurueta/geometry/estimators/LMedSMetricTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 315317

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 254256

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 257259

com/irurueta/geometry/estimators/LMedSPlaneRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 222224

com/irurueta/geometry/estimators/LMedSPoint2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 221223

com/irurueta/geometry/estimators/LMedSPoint3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 222224

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 251253

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 253255

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 253255

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 256258

com/irurueta/geometry/estimators/LMedSQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 228230

com/irurueta/geometry/estimators/LMedSSphereRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 222224

com/irurueta/geometry/estimators/LMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 291294

com/irurueta/geometry/estimators/MSACCircleRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 187189

com/irurueta/geometry/estimators/MSACConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 190192

com/irurueta/geometry/estimators/MSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 270273

com/irurueta/geometry/estimators/MSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 251254

com/irurueta/geometry/estimators/MSACDualConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 194196

com/irurueta/geometry/estimators/MSACDualQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 198200

com/irurueta/geometry/estimators/MSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 325328

com/irurueta/geometry/estimators/MSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 288290

com/irurueta/geometry/estimators/MSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 288290

com/irurueta/geometry/estimators/MSACLine2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 185187

com/irurueta/geometry/estimators/MSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 240242

com/irurueta/geometry/estimators/MSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 243245

com/irurueta/geometry/estimators/MSACMetricTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 286288

com/irurueta/geometry/estimators/MSACMetricTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 286288

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 242244

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 246248

com/irurueta/geometry/estimators/MSACPlaneRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 187189

com/irurueta/geometry/estimators/MSACPoint2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 186188

com/irurueta/geometry/estimators/MSACPoint3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 188190

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 216218

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 218220

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 218220

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 221223

com/irurueta/geometry/estimators/MSACQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 197199

com/irurueta/geometry/estimators/MSACSphereRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 188190

com/irurueta/geometry/estimators/MSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 255258

com/irurueta/geometry/estimators/PROMedSCircleRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 346348

com/irurueta/geometry/estimators/PROMedSConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 349351

com/irurueta/geometry/estimators/PROMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 420422

com/irurueta/geometry/estimators/PROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 431433

com/irurueta/geometry/estimators/PROMedSDualConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 350352

com/irurueta/geometry/estimators/PROMedSDualQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 356358

com/irurueta/geometry/estimators/PROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 601603

com/irurueta/geometry/estimators/PROMedSEuclideanTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 567569

com/irurueta/geometry/estimators/PROMedSEuclideanTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 567569

com/irurueta/geometry/estimators/PROMedSLine2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 344346

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 395397

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 398400

com/irurueta/geometry/estimators/PROMedSMetricTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 567569

com/irurueta/geometry/estimators/PROMedSMetricTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 567569

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 398400

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 401403

com/irurueta/geometry/estimators/PROMedSPlaneRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 345347

com/irurueta/geometry/estimators/PROMedSPoint2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 345347

com/irurueta/geometry/estimators/PROMedSPoint3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 345347

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 398400

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 401403

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 400402

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 403405

com/irurueta/geometry/estimators/PROMedSQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 355357

com/irurueta/geometry/estimators/PROMedSSphereRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 347349

com/irurueta/geometry/estimators/PROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 436439

com/irurueta/geometry/estimators/PROSACCircleRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 306308

com/irurueta/geometry/estimators/PROSACConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 309311

com/irurueta/geometry/estimators/PROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 494497

com/irurueta/geometry/estimators/PROSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 474477

com/irurueta/geometry/estimators/PROSACDualConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 312314

com/irurueta/geometry/estimators/PROSACDualQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 317319

com/irurueta/geometry/estimators/PROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 658661

com/irurueta/geometry/estimators/PROSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 627629

com/irurueta/geometry/estimators/PROSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 627629

com/irurueta/geometry/estimators/PROSACLine2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 303305

com/irurueta/geometry/estimators/PROSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 465467

com/irurueta/geometry/estimators/PROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 467469

com/irurueta/geometry/estimators/PROSACMetricTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 626628

com/irurueta/geometry/estimators/PROSACMetricTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 625627

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 467469

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 470472

com/irurueta/geometry/estimators/PROSACPlaneRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 305307

com/irurueta/geometry/estimators/PROSACPoint2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 388390

com/irurueta/geometry/estimators/PROSACPoint3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 389391

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 441443

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 444446

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 442444

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 445447

com/irurueta/geometry/estimators/PROSACQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 315317

com/irurueta/geometry/estimators/PROSACSphereRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 306308

com/irurueta/geometry/estimators/PROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 480483

com/irurueta/geometry/estimators/PointCorrespondencePinholeCameraEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 329331
EmptyCatchBlock Avoid empty catch blocks 435437

com/irurueta/geometry/estimators/PointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 604606
EmptyCatchBlock Avoid empty catch blocks 638640
EmptyCatchBlock Avoid empty catch blocks 669671
EmptyCatchBlock Avoid empty catch blocks 708710
EmptyCatchBlock Avoid empty catch blocks 740742
EmptyCatchBlock Avoid empty catch blocks 779781
EmptyCatchBlock Avoid empty catch blocks 816818
EmptyCatchBlock Avoid empty catch blocks 857859

com/irurueta/geometry/estimators/RANSACCircleRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 187189

com/irurueta/geometry/estimators/RANSACConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 193195

com/irurueta/geometry/estimators/RANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 346348

com/irurueta/geometry/estimators/RANSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 327329

com/irurueta/geometry/estimators/RANSACDualConicRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 193195

com/irurueta/geometry/estimators/RANSACDualQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 198200

com/irurueta/geometry/estimators/RANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 406408

com/irurueta/geometry/estimators/RANSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 372374

com/irurueta/geometry/estimators/RANSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 371373

com/irurueta/geometry/estimators/RANSACLine2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 186188

com/irurueta/geometry/estimators/RANSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 316318

com/irurueta/geometry/estimators/RANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 318320

com/irurueta/geometry/estimators/RANSACMetricTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 370372

com/irurueta/geometry/estimators/RANSACMetricTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 371373

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 318320

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 321323

com/irurueta/geometry/estimators/RANSACPlaneRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 187189

com/irurueta/geometry/estimators/RANSACPoint2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 261263

com/irurueta/geometry/estimators/RANSACPoint3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 262264

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 292294

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 296298

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 294296

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 299301

com/irurueta/geometry/estimators/RANSACQuadricRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 197199

com/irurueta/geometry/estimators/RANSACSphereRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 188190

com/irurueta/geometry/estimators/RANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 332335

com/irurueta/geometry/estimators/UPnPPointCorrespondencePinholeCameraEstimator.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 519521
EmptyCatchBlock Avoid empty catch blocks 525527
EmptyCatchBlock Avoid empty catch blocks 675677
EmptyCatchBlock Avoid empty catch blocks 692694
EmptyCatchBlock Avoid empty catch blocks 709711
EmptyCatchBlock Avoid empty catch blocks 726728
EmptyCatchBlock Avoid empty catch blocks 746748
EmptyCatchBlock Avoid empty catch blocks 763765
EmptyCatchBlock Avoid empty catch blocks 780782
EmptyCatchBlock Avoid empty catch blocks 797799
EmptyCatchBlock Avoid empty catch blocks 817819
EmptyCatchBlock Avoid empty catch blocks 834836
EmptyCatchBlock Avoid empty catch blocks 851853
EmptyCatchBlock Avoid empty catch blocks 868870
EmptyCatchBlock Avoid empty catch blocks 888890
EmptyCatchBlock Avoid empty catch blocks 905907
EmptyCatchBlock Avoid empty catch blocks 922924
EmptyCatchBlock Avoid empty catch blocks 939941
EmptyCatchBlock Avoid empty catch blocks 11301132
EmptyCatchBlock Avoid empty catch blocks 11431145

Priority 4

com/irurueta/geometry/AxisRotation3D.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Rotation3D': 'isValidRotationMatrix' is already in scope 431
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Rotation3D': 'isValidRotationMatrix' is already in scope 554

com/irurueta/geometry/HomogeneousPoint2D.java

Rule Violation Line
UselessParentheses Useless parentheses. 284
UselessParentheses Useless parentheses. 305
UselessParentheses Useless parentheses. 416
UselessParentheses Useless parentheses. 451
UselessParentheses Useless parentheses. 492

com/irurueta/geometry/HomogeneousPoint3D.java

Rule Violation Line
UselessParentheses Useless parentheses. 326
UselessParentheses Useless parentheses. 347
UselessParentheses Useless parentheses. 368
UselessParentheses Useless parentheses. 482
UselessParentheses Useless parentheses. 518
UselessParentheses Useless parentheses. 559

com/irurueta/geometry/InhomogeneousPoint2D.java

Rule Violation Line
UselessParentheses Useless parentheses. 348
UselessParentheses Useless parentheses. 384
UselessParentheses Useless parentheses. 406

com/irurueta/geometry/InhomogeneousPoint3D.java

Rule Violation Line
UselessParentheses Useless parentheses. 413
UselessParentheses Useless parentheses. 450
UselessParentheses Useless parentheses. 472473

com/irurueta/geometry/Line2D.java

Rule Violation Line
UselessParentheses Useless parentheses. 250

com/irurueta/geometry/Plane.java

Rule Violation Line
UselessParentheses Useless parentheses. 353

com/irurueta/geometry/Point3D.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3D': 'create' is already in scope 504

com/irurueta/geometry/Polygon3D.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Polygon3D': 'orientation' is already in scope 1064
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Polygon3D': 'orientation' is already in scope 1065

com/irurueta/geometry/Quaternion.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 534
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 535
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 538
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 539

com/irurueta/geometry/estimators/LMedSCircleRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 210

com/irurueta/geometry/estimators/LMedSConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 260

com/irurueta/geometry/estimators/LMedSDualConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSDualQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 211

com/irurueta/geometry/estimators/LMedSLine2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 234

com/irurueta/geometry/estimators/LMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 234

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 234

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 234

com/irurueta/geometry/estimators/LMedSPlaneRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 210

com/irurueta/geometry/estimators/LMedSPoint2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSPoint3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 233

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 233

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 233

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 233

com/irurueta/geometry/estimators/LMedSQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/LMedSSphereRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 209

com/irurueta/geometry/estimators/MSACCircleRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/MSACConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 176

com/irurueta/geometry/estimators/MSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 225

com/irurueta/geometry/estimators/MSACDualConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 180

com/irurueta/geometry/estimators/MSACDualQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 179

com/irurueta/geometry/estimators/MSACLine2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 174

com/irurueta/geometry/estimators/MSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 222

com/irurueta/geometry/estimators/MSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 223

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 222

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 223

com/irurueta/geometry/estimators/MSACPlaneRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/MSACPoint2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/MSACPoint3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 198

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 198

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 198

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 198

com/irurueta/geometry/estimators/MSACQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 178

com/irurueta/geometry/estimators/MSACSphereRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/PROMedSCircleRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 334

com/irurueta/geometry/estimators/PROMedSConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 335

com/irurueta/geometry/estimators/PROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 405

com/irurueta/geometry/estimators/PROMedSDualConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 336

com/irurueta/geometry/estimators/PROMedSDualQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 337

com/irurueta/geometry/estimators/PROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 575

com/irurueta/geometry/estimators/PROMedSLine2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 333

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 377

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 378

com/irurueta/geometry/estimators/PROMedSMetricTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'MetricTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 550

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 378

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 378

com/irurueta/geometry/estimators/PROMedSPlaneRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 333

com/irurueta/geometry/estimators/PROMedSPoint2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 334

com/irurueta/geometry/estimators/PROMedSPoint3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 333

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 380

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 381

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 380

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 380

com/irurueta/geometry/estimators/PROMedSQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 336

com/irurueta/geometry/estimators/PROMedSSphereRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 334

com/irurueta/geometry/estimators/PROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 409

com/irurueta/geometry/estimators/PROSACCircleRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 294

com/irurueta/geometry/estimators/PROSACConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 295

com/irurueta/geometry/estimators/PROSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 448

com/irurueta/geometry/estimators/PROSACDualConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/PROSACDualQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/PROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 632

com/irurueta/geometry/estimators/PROSACLine2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 292

com/irurueta/geometry/estimators/PROSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 447

com/irurueta/geometry/estimators/PROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 447

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 447

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 447

com/irurueta/geometry/estimators/PROSACPlaneRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 293

com/irurueta/geometry/estimators/PROSACPoint2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 377

com/irurueta/geometry/estimators/PROSACPoint3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 377

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 423

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 424

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 422

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 422

com/irurueta/geometry/estimators/PROSACQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 296

com/irurueta/geometry/estimators/PROSACSphereRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 293

com/irurueta/geometry/estimators/PROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 454

com/irurueta/geometry/estimators/PointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryImport Unused import 'com.irurueta.numerical.robust.InliersData' 24

com/irurueta/geometry/estimators/RANSACCircleRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/RANSACConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 179

com/irurueta/geometry/estimators/RANSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 301

com/irurueta/geometry/estimators/RANSACDualConicRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 179

com/irurueta/geometry/estimators/RANSACDualQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 179

com/irurueta/geometry/estimators/RANSACLine2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/RANSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/RANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 298

com/irurueta/geometry/estimators/RANSACPlaneRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/RANSACPoint2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 250

com/irurueta/geometry/estimators/RANSACPoint3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 250

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 274

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 276

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 274

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 276

com/irurueta/geometry/estimators/RANSACQuadricRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 178

com/irurueta/geometry/estimators/RANSACSphereRobustEstimator.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 175

com/irurueta/geometry/estimators/UPnPPointCorrespondencePinholeCameraEstimator.java

Rule Violation Line
UnnecessaryImport Unused import 'com.irurueta.geometry.Rotation3D' 31

com/irurueta/geometry/estimators/WeightedPointCorrespondencePinholeCameraEstimator.java

Rule Violation Line
UnnecessaryImport Unused import 'java.util.Iterator' 27

com/irurueta/geometry/refiners/PointCorrespondenceProjectiveTransformation3DRefiner.java

Rule Violation Line
UnnecessaryImport Unused import 'com.irurueta.numerical.MultiDimensionFunctionEvaluatorListener' 26

Files

com/irurueta/geometry/AffineParameters2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 229231

com/irurueta/geometry/AffineParameters3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 319321

com/irurueta/geometry/AffineTransformation2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7678
EmptyCatchBlock Avoid empty catch blocks 3 135137
EmptyCatchBlock Avoid empty catch blocks 3 154156
EmptyCatchBlock Avoid empty catch blocks 3 176178
EmptyCatchBlock Avoid empty catch blocks 3 270272
EmptyCatchBlock Avoid empty catch blocks 3 300302
EmptyCatchBlock Avoid empty catch blocks 3 329331
EmptyCatchBlock Avoid empty catch blocks 3 692694
EmptyCatchBlock Avoid empty catch blocks 3 745747
EmptyCatchBlock Avoid empty catch blocks 3 785787
EmptyCatchBlock Avoid empty catch blocks 3 829831
EmptyCatchBlock Avoid empty catch blocks 3 922924
EmptyCatchBlock Avoid empty catch blocks 3 990992
EmptyCatchBlock Avoid empty catch blocks 3 11261128
EmptyCatchBlock Avoid empty catch blocks 3 13091311

com/irurueta/geometry/AffineTransformation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7678
EmptyCatchBlock Avoid empty catch blocks 3 135137
EmptyCatchBlock Avoid empty catch blocks 3 154156
EmptyCatchBlock Avoid empty catch blocks 3 176178
EmptyCatchBlock Avoid empty catch blocks 3 271273
EmptyCatchBlock Avoid empty catch blocks 3 301303
EmptyCatchBlock Avoid empty catch blocks 3 333335
EmptyCatchBlock Avoid empty catch blocks 3 757759
EmptyCatchBlock Avoid empty catch blocks 3 809811
EmptyCatchBlock Avoid empty catch blocks 3 849851
EmptyCatchBlock Avoid empty catch blocks 3 893895
EmptyCatchBlock Avoid empty catch blocks 3 10081010
EmptyCatchBlock Avoid empty catch blocks 3 10761078
EmptyCatchBlock Avoid empty catch blocks 3 13041306
EmptyCatchBlock Avoid empty catch blocks 3 16301632

com/irurueta/geometry/AxisRotation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 106108
EmptyCatchBlock Avoid empty catch blocks 3 290292
EmptyCatchBlock Avoid empty catch blocks 3 317319
EmptyCatchBlock Avoid empty catch blocks 3 384386
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Rotation3D': 'isValidRotationMatrix' is already in scope 4 431
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Rotation3D': 'isValidRotationMatrix' is already in scope 4 554
EmptyCatchBlock Avoid empty catch blocks 3 678680

com/irurueta/geometry/BaseConic.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 338340

com/irurueta/geometry/BaseQuadric.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 450452

com/irurueta/geometry/BuildInfo.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'final' on resource specification 'stream': resource specifications are implicitly final 3 129

com/irurueta/geometry/Conic.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 454456

com/irurueta/geometry/EuclideanTransformation2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 351353
EmptyCatchBlock Avoid empty catch blocks 3 432434
EmptyCatchBlock Avoid empty catch blocks 3 476478
EmptyCatchBlock Avoid empty catch blocks 3 515517
EmptyCatchBlock Avoid empty catch blocks 3 622624
EmptyCatchBlock Avoid empty catch blocks 3 655657
EmptyCatchBlock Avoid empty catch blocks 3 694696

com/irurueta/geometry/EuclideanTransformation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 392394
EmptyCatchBlock Avoid empty catch blocks 3 473475
EmptyCatchBlock Avoid empty catch blocks 3 518520
EmptyCatchBlock Avoid empty catch blocks 3 558560
EmptyCatchBlock Avoid empty catch blocks 3 582584
EmptyCatchBlock Avoid empty catch blocks 3 690692
EmptyCatchBlock Avoid empty catch blocks 3 723725
EmptyCatchBlock Avoid empty catch blocks 3 768770

com/irurueta/geometry/HomogeneousPoint2D.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 284
UselessParentheses Useless parentheses. 4 305
UselessParentheses Useless parentheses. 4 416
UselessParentheses Useless parentheses. 4 451
UselessParentheses Useless parentheses. 4 492

com/irurueta/geometry/HomogeneousPoint3D.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 326
UselessParentheses Useless parentheses. 4 347
UselessParentheses Useless parentheses. 4 368
UselessParentheses Useless parentheses. 4 482
UselessParentheses Useless parentheses. 4 518
UselessParentheses Useless parentheses. 4 559

com/irurueta/geometry/InhomogeneousPoint2D.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 348
UselessParentheses Useless parentheses. 4 384
UselessParentheses Useless parentheses. 4 406

com/irurueta/geometry/InhomogeneousPoint3D.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 413
UselessParentheses Useless parentheses. 4 450
UselessParentheses Useless parentheses. 4 472473

com/irurueta/geometry/Line2D.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 250
EmptyCatchBlock Avoid empty catch blocks 3 370372
EmptyCatchBlock Avoid empty catch blocks 3 385388

com/irurueta/geometry/Line3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 308310

com/irurueta/geometry/MatrixRotation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 7981
EmptyCatchBlock Avoid empty catch blocks 3 306308
EmptyCatchBlock Avoid empty catch blocks 3 515517
EmptyCatchBlock Avoid empty catch blocks 3 562564
EmptyCatchBlock Avoid empty catch blocks 3 719721
EmptyCatchBlock Avoid empty catch blocks 3 740742
EmptyCatchBlock Avoid empty catch blocks 3 798800
EmptyCatchBlock Avoid empty catch blocks 3 909911
EmptyCatchBlock Avoid empty catch blocks 3 986988
EmptyCatchBlock Avoid empty catch blocks 3 10321034

com/irurueta/geometry/MetricTransformation2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 379381
EmptyCatchBlock Avoid empty catch blocks 3 419421

com/irurueta/geometry/MetricTransformation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 391393
EmptyCatchBlock Avoid empty catch blocks 3 436438

com/irurueta/geometry/PinholeCamera.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 147149
EmptyCatchBlock Avoid empty catch blocks 3 192194
EmptyCatchBlock Avoid empty catch blocks 3 219221
EmptyCatchBlock Avoid empty catch blocks 3 266268
EmptyCatchBlock Avoid empty catch blocks 3 302304
EmptyCatchBlock Avoid empty catch blocks 3 339341
EmptyCatchBlock Avoid empty catch blocks 3 374376
EmptyCatchBlock Avoid empty catch blocks 3 454456
EmptyCatchBlock Avoid empty catch blocks 3 479481
EmptyCatchBlock Avoid empty catch blocks 3 737739
EmptyCatchBlock Avoid empty catch blocks 3 842844
EmptyCatchBlock Avoid empty catch blocks 3 872874
EmptyCatchBlock Avoid empty catch blocks 3 943945
EmptyCatchBlock Avoid empty catch blocks 3 979981
EmptyCatchBlock Avoid empty catch blocks 3 14151417
EmptyCatchBlock Avoid empty catch blocks 3 14671469
UselessQualifiedThis Useless qualified this usage in the same class. 3 1733
EmptyCatchBlock Avoid empty catch blocks 3 18311833

com/irurueta/geometry/PinholeCameraIntrinsicParameters.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 6567
EmptyCatchBlock Avoid empty catch blocks 3 149151
EmptyCatchBlock Avoid empty catch blocks 3 230232

com/irurueta/geometry/Plane.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 353

com/irurueta/geometry/Point3D.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3D': 'create' is already in scope 4 504

com/irurueta/geometry/Polygon3D.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Polygon3D': 'orientation' is already in scope 4 1064
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Polygon3D': 'orientation' is already in scope 4 1065

com/irurueta/geometry/ProjectiveTransformation2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8890
EmptyCatchBlock Avoid empty catch blocks 3 153155
EmptyCatchBlock Avoid empty catch blocks 3 175177
EmptyCatchBlock Avoid empty catch blocks 3 198200
EmptyCatchBlock Avoid empty catch blocks 3 227229
EmptyCatchBlock Avoid empty catch blocks 3 318320
EmptyCatchBlock Avoid empty catch blocks 3 367369
EmptyCatchBlock Avoid empty catch blocks 3 403405
EmptyCatchBlock Avoid empty catch blocks 3 449451
EmptyCatchBlock Avoid empty catch blocks 3 481483
EmptyCatchBlock Avoid empty catch blocks 3 10781080
EmptyCatchBlock Avoid empty catch blocks 3 11201122
EmptyCatchBlock Avoid empty catch blocks 3 12831285
EmptyCatchBlock Avoid empty catch blocks 3 14911493
EmptyCatchBlock Avoid empty catch blocks 3 17221724

com/irurueta/geometry/ProjectiveTransformation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8890
EmptyCatchBlock Avoid empty catch blocks 3 153155
EmptyCatchBlock Avoid empty catch blocks 3 174176
EmptyCatchBlock Avoid empty catch blocks 3 197199
EmptyCatchBlock Avoid empty catch blocks 3 226228
EmptyCatchBlock Avoid empty catch blocks 3 317319
EmptyCatchBlock Avoid empty catch blocks 3 366368
EmptyCatchBlock Avoid empty catch blocks 3 402404
EmptyCatchBlock Avoid empty catch blocks 3 448450
EmptyCatchBlock Avoid empty catch blocks 3 484486
EmptyCatchBlock Avoid empty catch blocks 3 11521154
EmptyCatchBlock Avoid empty catch blocks 3 11941196
EmptyCatchBlock Avoid empty catch blocks 3 13821384
EmptyCatchBlock Avoid empty catch blocks 3 17761778
EmptyCatchBlock Avoid empty catch blocks 3 21912193

com/irurueta/geometry/Quadric.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 554556

com/irurueta/geometry/Quaternion.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 4 534
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 4 535
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 4 538
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Quaternion': 'N_PARAMS' is already in scope because it is declared in an enclosing type 4 539
EmptyCatchBlock Avoid empty catch blocks 3 895897
EmptyCatchBlock Avoid empty catch blocks 3 992994
EmptyCatchBlock Avoid empty catch blocks 3 11471149
EmptyCatchBlock Avoid empty catch blocks 3 12571259
EmptyCatchBlock Avoid empty catch blocks 3 19131915
EmptyCatchBlock Avoid empty catch blocks 3 19431945

com/irurueta/geometry/Rotation2D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 199201
EmptyCatchBlock Avoid empty catch blocks 3 237239
EmptyCatchBlock Avoid empty catch blocks 3 438440
EmptyCatchBlock Avoid empty catch blocks 3 490492

com/irurueta/geometry/Rotation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 386388
EmptyCatchBlock Avoid empty catch blocks 3 680682

com/irurueta/geometry/RotationUtils.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 109111
EmptyCatchBlock Avoid empty catch blocks 3 182184
EmptyCatchBlock Avoid empty catch blocks 3 216218
EmptyCatchBlock Avoid empty catch blocks 3 264266
EmptyCatchBlock Avoid empty catch blocks 3 349351
EmptyCatchBlock Avoid empty catch blocks 3 556558
EmptyCatchBlock Avoid empty catch blocks 3 731733
EmptyCatchBlock Avoid empty catch blocks 3 788790

com/irurueta/geometry/Transformation2D.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 85
UselessQualifiedThis Useless qualified this usage in the same class. 3 255
EmptyCatchBlock Avoid empty catch blocks 3 311314
UselessQualifiedThis Useless qualified this usage in the same class. 3 325
UselessQualifiedThis Useless qualified this usage in the same class. 3 326
UselessQualifiedThis Useless qualified this usage in the same class. 3 327

com/irurueta/geometry/Transformation3D.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 431434

com/irurueta/geometry/estimators/EPnPPointCorrespondencePinholeCameraEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 528530
EmptyCatchBlock Avoid empty catch blocks 3 534536
EmptyCatchBlock Avoid empty catch blocks 3 541543

com/irurueta/geometry/estimators/LMedSCircleRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 210
EmptyCatchBlock Avoid empty catch blocks 3 222224

com/irurueta/geometry/estimators/LMedSConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 223225

com/irurueta/geometry/estimators/LMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 277280

com/irurueta/geometry/estimators/LMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 260
EmptyCatchBlock Avoid empty catch blocks 3 286288

com/irurueta/geometry/estimators/LMedSDualConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 223225

com/irurueta/geometry/estimators/LMedSDualQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 211
EmptyCatchBlock Avoid empty catch blocks 3 230232

com/irurueta/geometry/estimators/LMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 359362

com/irurueta/geometry/estimators/LMedSEuclideanTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 322324

com/irurueta/geometry/estimators/LMedSEuclideanTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 322324

com/irurueta/geometry/estimators/LMedSLine2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 220222

com/irurueta/geometry/estimators/LMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 234
EmptyCatchBlock Avoid empty catch blocks 3 252254

com/irurueta/geometry/estimators/LMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 234
EmptyCatchBlock Avoid empty catch blocks 3 254256

com/irurueta/geometry/estimators/LMedSMetricTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 321323

com/irurueta/geometry/estimators/LMedSMetricTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 315317

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 234
EmptyCatchBlock Avoid empty catch blocks 3 254256

com/irurueta/geometry/estimators/LMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 234
EmptyCatchBlock Avoid empty catch blocks 3 257259

com/irurueta/geometry/estimators/LMedSPlaneRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 210
EmptyCatchBlock Avoid empty catch blocks 3 222224

com/irurueta/geometry/estimators/LMedSPoint2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 221223

com/irurueta/geometry/estimators/LMedSPoint3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 222224

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 233
EmptyCatchBlock Avoid empty catch blocks 3 251253

com/irurueta/geometry/estimators/LMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 233
EmptyCatchBlock Avoid empty catch blocks 3 253255

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 233
EmptyCatchBlock Avoid empty catch blocks 3 253255

com/irurueta/geometry/estimators/LMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 233
EmptyCatchBlock Avoid empty catch blocks 3 256258

com/irurueta/geometry/estimators/LMedSQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 228230

com/irurueta/geometry/estimators/LMedSSphereRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 209
EmptyCatchBlock Avoid empty catch blocks 3 222224

com/irurueta/geometry/estimators/LMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 291294

com/irurueta/geometry/estimators/MSACCircleRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 187189

com/irurueta/geometry/estimators/MSACConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 176
EmptyCatchBlock Avoid empty catch blocks 3 190192

com/irurueta/geometry/estimators/MSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 270273

com/irurueta/geometry/estimators/MSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 225
EmptyCatchBlock Avoid empty catch blocks 3 251254

com/irurueta/geometry/estimators/MSACDualConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 180
EmptyCatchBlock Avoid empty catch blocks 3 194196

com/irurueta/geometry/estimators/MSACDualQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 179
EmptyCatchBlock Avoid empty catch blocks 3 198200

com/irurueta/geometry/estimators/MSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 325328

com/irurueta/geometry/estimators/MSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 288290

com/irurueta/geometry/estimators/MSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 288290

com/irurueta/geometry/estimators/MSACLine2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 174
EmptyCatchBlock Avoid empty catch blocks 3 185187

com/irurueta/geometry/estimators/MSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 222
EmptyCatchBlock Avoid empty catch blocks 3 240242

com/irurueta/geometry/estimators/MSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 223
EmptyCatchBlock Avoid empty catch blocks 3 243245

com/irurueta/geometry/estimators/MSACMetricTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 286288

com/irurueta/geometry/estimators/MSACMetricTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 286288

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 222
EmptyCatchBlock Avoid empty catch blocks 3 242244

com/irurueta/geometry/estimators/MSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 223
EmptyCatchBlock Avoid empty catch blocks 3 246248

com/irurueta/geometry/estimators/MSACPlaneRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 187189

com/irurueta/geometry/estimators/MSACPoint2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 186188

com/irurueta/geometry/estimators/MSACPoint3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 188190

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 198
EmptyCatchBlock Avoid empty catch blocks 3 216218

com/irurueta/geometry/estimators/MSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 198
EmptyCatchBlock Avoid empty catch blocks 3 218220

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 198
EmptyCatchBlock Avoid empty catch blocks 3 218220

com/irurueta/geometry/estimators/MSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 198
EmptyCatchBlock Avoid empty catch blocks 3 221223

com/irurueta/geometry/estimators/MSACQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 178
EmptyCatchBlock Avoid empty catch blocks 3 197199

com/irurueta/geometry/estimators/MSACSphereRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 188190

com/irurueta/geometry/estimators/MSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 255258

com/irurueta/geometry/estimators/PROMedSCircleRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 334
EmptyCatchBlock Avoid empty catch blocks 3 346348

com/irurueta/geometry/estimators/PROMedSConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 335
EmptyCatchBlock Avoid empty catch blocks 3 349351

com/irurueta/geometry/estimators/PROMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 420422

com/irurueta/geometry/estimators/PROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 405
EmptyCatchBlock Avoid empty catch blocks 3 431433

com/irurueta/geometry/estimators/PROMedSDualConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 336
EmptyCatchBlock Avoid empty catch blocks 3 350352

com/irurueta/geometry/estimators/PROMedSDualQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 337
EmptyCatchBlock Avoid empty catch blocks 3 356358

com/irurueta/geometry/estimators/PROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 575
EmptyCatchBlock Avoid empty catch blocks 3 601603

com/irurueta/geometry/estimators/PROMedSEuclideanTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 567569

com/irurueta/geometry/estimators/PROMedSEuclideanTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 567569

com/irurueta/geometry/estimators/PROMedSLine2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 333
EmptyCatchBlock Avoid empty catch blocks 3 344346

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 377
EmptyCatchBlock Avoid empty catch blocks 3 395397

com/irurueta/geometry/estimators/PROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 378
EmptyCatchBlock Avoid empty catch blocks 3 398400

com/irurueta/geometry/estimators/PROMedSMetricTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'MetricTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 550
EmptyCatchBlock Avoid empty catch blocks 3 567569

com/irurueta/geometry/estimators/PROMedSMetricTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 567569

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 378
EmptyCatchBlock Avoid empty catch blocks 3 398400

com/irurueta/geometry/estimators/PROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 378
EmptyCatchBlock Avoid empty catch blocks 3 401403

com/irurueta/geometry/estimators/PROMedSPlaneRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 333
EmptyCatchBlock Avoid empty catch blocks 3 345347

com/irurueta/geometry/estimators/PROMedSPoint2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 334
EmptyCatchBlock Avoid empty catch blocks 3 345347

com/irurueta/geometry/estimators/PROMedSPoint3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 333
EmptyCatchBlock Avoid empty catch blocks 3 345347

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 380
EmptyCatchBlock Avoid empty catch blocks 3 398400

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 381
EmptyCatchBlock Avoid empty catch blocks 3 401403

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 380
EmptyCatchBlock Avoid empty catch blocks 3 400402

com/irurueta/geometry/estimators/PROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 380
EmptyCatchBlock Avoid empty catch blocks 3 403405

com/irurueta/geometry/estimators/PROMedSQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 336
EmptyCatchBlock Avoid empty catch blocks 3 355357

com/irurueta/geometry/estimators/PROMedSSphereRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 334
EmptyCatchBlock Avoid empty catch blocks 3 347349

com/irurueta/geometry/estimators/PROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 409
EmptyCatchBlock Avoid empty catch blocks 3 436439

com/irurueta/geometry/estimators/PROSACCircleRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 294
EmptyCatchBlock Avoid empty catch blocks 3 306308

com/irurueta/geometry/estimators/PROSACConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 295
EmptyCatchBlock Avoid empty catch blocks 3 309311

com/irurueta/geometry/estimators/PROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 494497

com/irurueta/geometry/estimators/PROSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 448
EmptyCatchBlock Avoid empty catch blocks 3 474477

com/irurueta/geometry/estimators/PROSACDualConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 312314

com/irurueta/geometry/estimators/PROSACDualQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 317319

com/irurueta/geometry/estimators/PROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 632
EmptyCatchBlock Avoid empty catch blocks 3 658661

com/irurueta/geometry/estimators/PROSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 627629

com/irurueta/geometry/estimators/PROSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 627629

com/irurueta/geometry/estimators/PROSACLine2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 292
EmptyCatchBlock Avoid empty catch blocks 3 303305

com/irurueta/geometry/estimators/PROSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 447
EmptyCatchBlock Avoid empty catch blocks 3 465467

com/irurueta/geometry/estimators/PROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 447
EmptyCatchBlock Avoid empty catch blocks 3 467469

com/irurueta/geometry/estimators/PROSACMetricTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 626628

com/irurueta/geometry/estimators/PROSACMetricTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 625627

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 447
EmptyCatchBlock Avoid empty catch blocks 3 467469

com/irurueta/geometry/estimators/PROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 447
EmptyCatchBlock Avoid empty catch blocks 3 470472

com/irurueta/geometry/estimators/PROSACPlaneRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 293
EmptyCatchBlock Avoid empty catch blocks 3 305307

com/irurueta/geometry/estimators/PROSACPoint2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 377
EmptyCatchBlock Avoid empty catch blocks 3 388390

com/irurueta/geometry/estimators/PROSACPoint3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 377
EmptyCatchBlock Avoid empty catch blocks 3 389391

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 423
EmptyCatchBlock Avoid empty catch blocks 3 441443

com/irurueta/geometry/estimators/PROSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 424
EmptyCatchBlock Avoid empty catch blocks 3 444446

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 422
EmptyCatchBlock Avoid empty catch blocks 3 442444

com/irurueta/geometry/estimators/PROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 422
EmptyCatchBlock Avoid empty catch blocks 3 445447

com/irurueta/geometry/estimators/PROSACQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 296
EmptyCatchBlock Avoid empty catch blocks 3 315317

com/irurueta/geometry/estimators/PROSACSphereRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 293
EmptyCatchBlock Avoid empty catch blocks 3 306308

com/irurueta/geometry/estimators/PROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 454
EmptyCatchBlock Avoid empty catch blocks 3 480483

com/irurueta/geometry/estimators/PointCorrespondencePinholeCameraEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 329331
EmptyCatchBlock Avoid empty catch blocks 3 435437

com/irurueta/geometry/estimators/PointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'com.irurueta.numerical.robust.InliersData' 4 24
EmptyCatchBlock Avoid empty catch blocks 3 604606
EmptyCatchBlock Avoid empty catch blocks 3 638640
EmptyCatchBlock Avoid empty catch blocks 3 669671
EmptyCatchBlock Avoid empty catch blocks 3 708710
EmptyCatchBlock Avoid empty catch blocks 3 740742
EmptyCatchBlock Avoid empty catch blocks 3 779781
EmptyCatchBlock Avoid empty catch blocks 3 816818
EmptyCatchBlock Avoid empty catch blocks 3 857859

com/irurueta/geometry/estimators/RANSACCircleRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'CircleRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 187189

com/irurueta/geometry/estimators/RANSACConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 179
EmptyCatchBlock Avoid empty catch blocks 3 193195

com/irurueta/geometry/estimators/RANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 346348

com/irurueta/geometry/estimators/RANSACDLTPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PointCorrespondencePinholeCameraRobustEstimator': 'MIN_NUMBER_OF_POINT_CORRESPONDENCES' is already in scope because it is inherited by an enclosing type 4 301
EmptyCatchBlock Avoid empty catch blocks 3 327329

com/irurueta/geometry/estimators/RANSACDualConicRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualConicRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 179
EmptyCatchBlock Avoid empty catch blocks 3 193195

com/irurueta/geometry/estimators/RANSACDualQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'DualQuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 179
EmptyCatchBlock Avoid empty catch blocks 3 198200

com/irurueta/geometry/estimators/RANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 406408

com/irurueta/geometry/estimators/RANSACEuclideanTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 372374

com/irurueta/geometry/estimators/RANSACEuclideanTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 371373

com/irurueta/geometry/estimators/RANSACLine2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Line2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 186188

com/irurueta/geometry/estimators/RANSACLineCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 316318

com/irurueta/geometry/estimators/RANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 318320

com/irurueta/geometry/estimators/RANSACMetricTransformation2DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 370372

com/irurueta/geometry/estimators/RANSACMetricTransformation3DRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 371373

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 318320

com/irurueta/geometry/estimators/RANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 298
EmptyCatchBlock Avoid empty catch blocks 3 321323

com/irurueta/geometry/estimators/RANSACPlaneRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'PlaneRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 187189

com/irurueta/geometry/estimators/RANSACPoint2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 250
EmptyCatchBlock Avoid empty catch blocks 3 261263

com/irurueta/geometry/estimators/RANSACPoint3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Point3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 250
EmptyCatchBlock Avoid empty catch blocks 3 262264

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 274
EmptyCatchBlock Avoid empty catch blocks 3 292294

com/irurueta/geometry/estimators/RANSACPointCorrespondenceAffineTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AffineTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 276
EmptyCatchBlock Avoid empty catch blocks 3 296298

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation2DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 274
EmptyCatchBlock Avoid empty catch blocks 3 294296

com/irurueta/geometry/estimators/RANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ProjectiveTransformation3DRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 276
EmptyCatchBlock Avoid empty catch blocks 3 299301

com/irurueta/geometry/estimators/RANSACQuadricRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'QuadricRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 178
EmptyCatchBlock Avoid empty catch blocks 3 197199

com/irurueta/geometry/estimators/RANSACSphereRobustEstimator.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SphereRobustEstimator': 'MINIMUM_SIZE' is already in scope because it is inherited by an enclosing type 4 175
EmptyCatchBlock Avoid empty catch blocks 3 188190

com/irurueta/geometry/estimators/RANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 332335

com/irurueta/geometry/estimators/UPnPPointCorrespondencePinholeCameraEstimator.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'com.irurueta.geometry.Rotation3D' 4 31
EmptyCatchBlock Avoid empty catch blocks 3 519521
EmptyCatchBlock Avoid empty catch blocks 3 525527
EmptyCatchBlock Avoid empty catch blocks 3 675677
EmptyCatchBlock Avoid empty catch blocks 3 692694
EmptyCatchBlock Avoid empty catch blocks 3 709711
EmptyCatchBlock Avoid empty catch blocks 3 726728
EmptyCatchBlock Avoid empty catch blocks 3 746748
EmptyCatchBlock Avoid empty catch blocks 3 763765
EmptyCatchBlock Avoid empty catch blocks 3 780782
EmptyCatchBlock Avoid empty catch blocks 3 797799
EmptyCatchBlock Avoid empty catch blocks 3 817819
EmptyCatchBlock Avoid empty catch blocks 3 834836
EmptyCatchBlock Avoid empty catch blocks 3 851853
EmptyCatchBlock Avoid empty catch blocks 3 868870
EmptyCatchBlock Avoid empty catch blocks 3 888890
EmptyCatchBlock Avoid empty catch blocks 3 905907
EmptyCatchBlock Avoid empty catch blocks 3 922924
EmptyCatchBlock Avoid empty catch blocks 3 939941
EmptyCatchBlock Avoid empty catch blocks 3 11301132
EmptyCatchBlock Avoid empty catch blocks 3 11431145

com/irurueta/geometry/estimators/WeightedPointCorrespondencePinholeCameraEstimator.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'java.util.Iterator' 4 27

com/irurueta/geometry/refiners/PointCorrespondenceProjectiveTransformation3DRefiner.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'com.irurueta.numerical.MultiDimensionFunctionEvaluatorListener' 4 26