Completed
Push — master ( 07dd29...2a8480 )
by mw
409:44 queued 374:41
created
includes/storage/SMW_ResultArray.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,11 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use SMW\DataValueFactory;
4
-use SMW\InTextAnnotationParser;
5 4
 use SMW\Query\PrintRequest;
6 5
 use SMW\Query\Result\EntityListAccumulator;
7 6
 use SMWDataItem as DataItem;
8
-use SMWDIBlob as DIBlob;
9 7
 use SMW\Query\Result\ResultFieldMatchFinder;
10 8
 use SMW\Query\QueryToken;
11 9
 
Please login to merge, or discard this patch.
tests/phpunit/Integration/JSONScript/JsonTestCaseScriptRunnerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use SMW\PropertySpecificationLookup;
9 9
 use SMW\Tests\JsonTestCaseScriptRunner;
10 10
 use SMW\Tests\JsonTestCaseFileHandler;
11
-use SMW\Tests\Utils\UtilityFactory;
12 11
 
13 12
 /**
14 13
  * @group semantic-mediawiki
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Admin/IdTaskHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use SMW\MediaWiki\Renderer\HtmlFormRenderer;
7 7
 use SMW\Store;
8 8
 use SMW\Message;
9
-use SMW\NamespaceManager;
10 9
 use Html;
11 10
 use WebRequest;
12 11
 
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Admin/SupportListTaskHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\MediaWiki\Specials\Admin;
4 4
 
5
-use SMW\ApplicationFactory;
6 5
 use SMW\MediaWiki\Renderer\HtmlFormRenderer;
7
-use SMW\Message;
8 6
 use WebRequest;
9 7
 use Html;
10 8
 
Please login to merge, or discard this patch.
src/MediaWiki/Specials/SpecialBrowse.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\DataValueFactory;
7
-use SMW\DIProperty;
8
-use SMW\Localizer;
9
-use SMW\SemanticData;
10 7
 use SMW\UrlEncoder;
11 8
 use SMW\MediaWiki\Specials\Browse\ContentsBuilder;
12 9
 use SMW\MediaWiki\Specials\Browse\FormHelper;
Please login to merge, or discard this patch.
includes/datavalues/SMW_DV_Property.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use SMW\ApplicationFactory;
4 3
 use SMW\DataValues\ValueFormatters\DataValueFormatter;
5 4
 use SMW\DataValueFactory;
6 5
 use SMW\DIProperty;
7
-use SMW\Highlighter;
8 6
 use SMW\Message;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
src/Query/QueryCreator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\Query;
4 4
 
5 5
 use SMW\QueryFactory;
6
-use SMW\DIWikiPage;
7 6
 use SMW\Localizer;
8 7
 use SMW\DataValueFactory;
9 8
 use SMWPropertyValue as PropertyValue;
Please login to merge, or discard this patch.
src/MediaWiki/Specials/SearchByProperty/QueryResultLookup.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace SMW\MediaWiki\Specials\SearchByProperty;
4 4
 
5 5
 use SMW\DataValueFactory;
6
-use SMW\Query\Language\SomeProperty;
7
-use SMW\Query\Language\ThingDescription;
8
-use SMW\Query\Language\ValueDescription;
9 6
 use SMW\Query\PrintRequest as PrintRequest;
10 7
 use SMW\Store;
11 8
 use SMW\DIWikiPage;
Please login to merge, or discard this patch.
src/DataValues/ValueValidators/AllowsListConstraintValueValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\DataValues\ValueValidators;
4 4
 
5
-use SMW\DataValueFactory;
6 5
 use SMW\ApplicationFactory;
7 6
 use SMWDataValue as DataValue;
8 7
 use SMWDIBlob as DIBlob;
Please login to merge, or discard this patch.