NLeSC/ahn-pointcloud-viewer

View on GitHub
app/scripts/searchbox/searchbox.controller.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function SearchPanelController has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function SearchPanelController(BingGeoCoderService, SceneService, PathControls, Messagebus, $window, toastr, THREE, proj4) {
    this.query = '';
    this.hasGeoLocation = 'geolocation' in $window.navigator;

    this.clear = function() {
Severity: Major
Found in app/scripts/searchbox/searchbox.controller.js - About 2 hrs to fix

    Function SearchPanelController has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      function SearchPanelController(BingGeoCoderService, SceneService, PathControls, Messagebus, $window, toastr, THREE, proj4) {
    Severity: Major
    Found in app/scripts/searchbox/searchbox.controller.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status