GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 18-18 lines in 2 locations

third-party/angularjs-modules-plugins/UI-Bootstrap/ui-bootstrap-tpls-1.3.2.js 1 location

@@ 651-668 (lines=18) @@
648
  }
649
}])
650
651
.directive('uibCarousel', function() {
652
  return {
653
    transclude: true,
654
    replace: true,
655
    controller: 'UibCarouselController',
656
    controllerAs: 'carousel',
657
    templateUrl: function(element, attrs) {
658
      return attrs.templateUrl || 'uib/template/carousel/carousel.html';
659
    },
660
    scope: {
661
      active: '=',
662
      interval: '=',
663
      noTransition: '=',
664
      noPause: '=',
665
      noWrap: '&'
666
    }
667
  };
668
})
669
670
.directive('uibSlide', function() {
671
  return {

third-party/angularjs-modules-plugins/UI-Bootstrap/ui-bootstrap-1.3.2.js 1 location

@@ 650-667 (lines=18) @@
647
  }
648
}])
649
650
.directive('uibCarousel', function() {
651
  return {
652
    transclude: true,
653
    replace: true,
654
    controller: 'UibCarouselController',
655
    controllerAs: 'carousel',
656
    templateUrl: function(element, attrs) {
657
      return attrs.templateUrl || 'uib/template/carousel/carousel.html';
658
    },
659
    scope: {
660
      active: '=',
661
      interval: '=',
662
      noTransition: '=',
663
      noPause: '=',
664
      noWrap: '&'
665
    }
666
  };
667
})
668
669
.directive('uibSlide', function() {
670
  return {