Completed
Push — master ( a479c5...d88593 )
by Emir
11:30
created
src/test/php/PDepend/Report/Dependencies/XmlTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 namespace PDepend\Report\Dependencies;
44 44
 
45 45
 use PDepend\AbstractTest;
46
-use PDepend\Source\AST\ASTArtifactList;
47 46
 
48 47
 /**
49 48
  * Test case for the xml summary log.
Please login to merge, or discard this patch.
src/test/php/PDepend/Report/DummyAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 use PDepend\Metrics\AnalyzerNodeAware;
47 47
 use PDepend\Metrics\AnalyzerProjectAware;
48 48
 use PDepend\Source\AST\ASTArtifact;
49
-use PDepend\Source\AST\ASTArtifactList;
50 49
 
51 50
 /**
52 51
  * Simple dummy analyzer.
Please login to merge, or discard this patch.
src/test/php/PDepend/TextUI/CommandTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 
45 45
 use PDepend\AbstractTest;
46 46
 use PDepend\Util\ConfigurationInstance;
47
-use PHPUnit_Framework_TestCase;
48 47
 
49 48
 /**
50 49
  * Test case for the text ui command.
Please login to merge, or discard this patch.
src/main/php/PDepend/Source/Language/PHP/AbstractPHPParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 
45 45
 use PDepend\Source\AST\AbstractASTCallable;
46 46
 use PDepend\Source\AST\AbstractASTClassOrInterface;
47
-use PDepend\Source\AST\AbstractASTType;
48 47
 use PDepend\Source\AST\ASTAllocationExpression;
49 48
 use PDepend\Source\AST\ASTArguments;
50 49
 use PDepend\Source\AST\ASTArray;
Please login to merge, or discard this patch.
src/main/php/PDepend/Metrics/Analyzer/NodeCountAnalyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
 use PDepend\Metrics\AnalyzerNodeAware;
48 48
 use PDepend\Metrics\AnalyzerProjectAware;
49 49
 use PDepend\Source\AST\ASTArtifact;
50
-use PDepend\Source\AST\ASTArtifactList;
51 50
 use PDepend\Source\AST\ASTClass;
52 51
 use PDepend\Source\AST\ASTFunction;
53 52
 use PDepend\Source\AST\ASTInterface;
Please login to merge, or discard this patch.