Completed
Push — master ( ff2cd3...da92b9 )
by mw
236:43 queued 201:44
created
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.
src/Exporter/DataItemToExpResourceEncoder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use SMW\Store;
13 13
 use SMWDataItem as DataItem;
14 14
 use SMWExporter as Exporter;
15
-use Title;
16 15
 
17 16
 /**
18 17
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/ExtraneousLanguage/ExtraneousLanguage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SMW\ExtraneousLanguage;
4 4
 
5
-use RuntimeException;
6
-
7 5
 /**
8 6
  * This class provides "extraneous" language functions independent from MediaWiki
9 7
  * to handle certain language options in a way required by Semantic MediaWiki and
Please login to merge, or discard this patch.