adobe/brackets

View on GitHub
src/filesystem/FileIndex.js

Summary

Maintainability
A
1 hr
Test Coverage

Function entryRenamed has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    FileIndex.prototype.entryRenamed = function (oldPath, newPath, isDirectory) {
        var path,
            renameMap = {},
            oldParentPath = FileUtils.getParentPath(oldPath),
            newParentPath = FileUtils.getParentPath(newPath);
Severity: Minor
Found in src/filesystem/FileIndex.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status