@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DataValues\TelephoneUriValue; |
7 | -use SMWUriValue as UriValue; |
|
8 | 7 | use SMW\UrlEncoder; |
9 | 8 | use SMWNumberValue as NumberValue; |
10 | 9 | use SMWPropertyValue as PropertyValue; |
11 | -use SMWStringValue as TextValue; |
|
12 | 10 | |
13 | 11 | /** |
14 | 12 | * @license GNU GPL v2+ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | -use SMWPropertyListValue as PropertyListValue; |
|
9 | 8 | use SMWDataItem as DataItem; |
10 | 9 | use SMWContainerSemanticData as ContainerSemanticData; |
11 | 10 | use SMWDIContainer as DIContainer; |
@@ -2,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | -use SMW\ApplicationFactory; |
|
6 | 5 | use SMW\Tests\Utils\UtilityFactory; |
7 | -use SMW\Message; |
|
8 | -use Title; |
|
9 | 6 | |
10 | 7 | /** |
11 | 8 | * The JsonTestCaseScriptRunner is a convenience provider for `Json` formatted |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMW\Query\Language\SomeProperty; |
9 | 9 | use SMW\Query\Language\ThingDescription; |
10 | 10 | use SMW\Query\Language\ValueDescription; |
11 | -use SMW\Query\Language\Conjunction; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * @covers \SMW\Query\Language\SomeProperty |
@@ -4,7 +4,6 @@ |
||
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 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW; |
4 | 4 | |
5 | -use MWException; |
|
6 | 5 | use SMWContainerSemanticData; |
7 | 6 | use SMWDataItem; |
8 | 7 | use SMWDataValue; |
@@ -2,7 +2,6 @@ |
||
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; |
@@ -2,13 +2,10 @@ |
||
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 |
@@ -5,7 +5,6 @@ |
||
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; |