airbug/bugcore

View on GitHub
libraries/bugcore/js/src/util/StackTraceUtil.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateStackTrace has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    StackTraceUtil.generateStackTrace = function() {
        var callstack = [];
        var isCallstackPopulated = false;

        //NOTE BRN: See more info about this line https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi
Severity: Minor
Found in libraries/bugcore/js/src/util/StackTraceUtil.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status