adobe/brackets

View on GitHub
src/extensibility/ExtensionManagerView.js

Summary

Maintainability
C
1 day
Test Coverage

Function _renderItem has 102 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    ExtensionManagerView.prototype._renderItem = function (entry, info) {
        // Create a Mustache context object containing the entry data and our helper functions.

        // Start with the basic info from the given entry, either the installation info or the
        // registry info depending on what we're listing.
Severity: Major
Found in src/extensibility/ExtensionManagerView.js - About 4 hrs to fix

    File ExtensionManagerView.js has 264 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
     *
     * Permission is hereby granted, free of charge, to any person obtaining a
     * copy of this software and associated documentation files (the "Software"),
    Severity: Minor
    Found in src/extensibility/ExtensionManagerView.js - About 2 hrs to fix

      Function _setupEventHandlers has 54 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          ExtensionManagerView.prototype._setupEventHandlers = function () {
              var self = this;
      
              // Listen for model data and filter changes.
              this.model
      Severity: Major
      Found in src/extensibility/ExtensionManagerView.js - About 2 hrs to fix

        There are no issues that match your filters.

        Category
        Status