NLeSC/PattyVis

View on GitHub
app/scripts/pointcloud/camera.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function CameraService has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function CameraService($window, $log, THREE, Messagebus, SceneService) {
    var me = this;
    var fov = 75;
    var width = $window.innerWidth;
    var height = $window.innerHeight;
Severity: Major
Found in app/scripts/pointcloud/camera.service.js - About 2 hrs to fix

    Function CameraService has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      function CameraService($window, $log, THREE, Messagebus, SceneService) {
    Severity: Minor
    Found in app/scripts/pointcloud/camera.service.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status