Completed
Push — master ( 5f9e66...1f3475 )
by mw
123:57 queued 89:01
created
src/SQLStore/PropertyTypeFinder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\MediaWiki\Database;
6 6
 use SMW\DIProperty;
7
-use SMWTypesValue as TypesValue;
8 7
 use RuntimeException;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/MediaWiki/Specials/Admin/DataRepairActionHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SMW\ApplicationFactory;
6 6
 use SMW\MediaWiki\Renderer\HtmlFormRenderer;
7
-use Onoi\MessageReporter\MessageReporterFactory;
8 7
 use SMW\Message;
9 8
 use SMW\MediaWiki\Database;
10 9
 use Html;
Please login to merge, or discard this patch.
includes/SemanticData.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;
4 4
 
5
-use MWException;
6 5
 use SMWContainerSemanticData;
7 6
 use SMWDataItem;
8 7
 use SMWDataValue;
Please login to merge, or discard this patch.
src/SQLStore/PropertyStatisticsTable.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\SQLStore;
4 4
 
5
-use MWException;
6 5
 use SMW\MediaWiki\Database;
7 6
 use SMW\Store\PropertyStatisticsStore;
8 7
 use SMW\SQLStore\Exception\PropertyStatisticsInvalidArgumentException;
Please login to merge, or discard this patch.
ResourceBuilders/UniquenessConstraintPropertyValueResourceBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\Exporter\ResourceBuilders;
4 4
 
5
-use SMW\Exporter\ResourceBuilder;
6 5
 use SMW\DIProperty;
7 6
 use SMWExporter as Exporter;
8
-use SMW\DataValueFactory;
9 7
 use SMWDataItem as DataItem;
10 8
 use SMWExpData as ExpData;
11
-use SMWExpLiteral as ExpLiteral;
12 9
 
13 10
 /**
14 11
  * @private
Please login to merge, or discard this patch.
includes/storage/SQLStore/SMW_SQLStore3_Writers.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use SMW\MediaWiki\Jobs\JobBase;
6 6
 use SMW\MediaWiki\Jobs\UpdateJob;
7 7
 use SMW\SemanticData;
8
-use SMW\SQLStore\PropertyStatisticsTable;
9 8
 use SMW\SQLStore\PropertyTableRowDiffer;
10 9
 use SMW\SQLStore\EntityStore\EntitySubobjectListIterator;
11 10
 use SMW\SQLStore\TableBuilder\FieldType;
Please login to merge, or discard this patch.
includes/datavalues/SMW_DataValue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  * @defgroup SMWDataValues SMWDataValues
8 8
  * @ingroup SMW
9 9
  */
10
-use SMW\ApplicationFactory;
11 10
 use SMW\DataValues\InfoLinksProvider;
12 11
 use SMW\DataValues\ValueFormatterRegistry;
13 12
 use SMW\DataValues\ValueValidatorRegistry;
Please login to merge, or discard this patch.
src/DataValues/ValueFormatters/PropertyValueFormatter.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\Highlighter;
7 7
 use SMW\Localizer;
8 8
 use SMW\Message;
9
-use SMW\DIWikiPage;
10 9
 use SMWDataValue as DataValue;
11 10
 use SMWPropertyValue as PropertyValue;
12 11
 use RuntimeException;
Please login to merge, or discard this patch.
src/DataValues/ValueFormatters/ReferenceValueFormatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use RuntimeException;
6 6
 use SMW\DataValueFactory;
7 7
 use SMW\DataValues\ReferenceValue;
8
-use SMW\DIProperty;
9 8
 use SMW\DIWikiPage;
10 9
 use SMW\Message;
11 10
 use SMWDataValue as DataValue;
Please login to merge, or discard this patch.