Showing 155 of 175 total issues
File Debug.php
has 451 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractObjectProperties.php
has 379 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File FileStreamWrapper.php
has 372 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractObject.php
has 344 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Module.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File ServiceProvider.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File InternalEvents.php
has 325 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File enhanceEntries.js
has 324 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import $ from 'jquery'
import * as enhanceObject from './enhanceObject.js'
import * as tableSort from './tableSort.js'
import * as fileLinks from './FileLinks.js'
File Group.php
has 318 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Component.php
has 317 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File AbstractDebug.php
has 316 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File StatementInfo.php
has 309 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Abstracter.php
has 306 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
Debug
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Debug extends AbstractDebug
{
const CLEAR_ALERTS = 1;
const CLEAR_LOG = 2;
const CLEAR_LOG_ERRORS = 4;
Method setParsers
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function setParsers()
{
$this->parsers = array(
array(
'tags' => array('param','property','property-read', 'property-write', 'var'),
File Table.php
has 293 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File LogReqRes.php
has 292 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File ErrorSummary.php
has 289 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File LogRoute.php
has 287 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File main.js
has 287 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Enhance debug output
* Add expand/collapse functionality to groups, arrays, & objects
* Add FontAwesome icons
*/