Failed Conditions
Pull Request — master (#1307)
by Timo
21:30
created
Classes/IndexQueue/RecordMonitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater;
29 29
 use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\RootPageResolver;
30 30
 use ApacheSolrForTypo3\Solr\GarbageCollector;
31
-use ApacheSolrForTypo3\Solr\System\Cache\TwoLevelCache;
32 31
 use ApacheSolrForTypo3\Solr\System\Configuration\ExtensionConfiguration;
33 32
 use ApacheSolrForTypo3\Solr\System\TCA\TCAService;
34 33
 use ApacheSolrForTypo3\Solr\Util;
Please login to merge, or discard this patch.
Search/ResultSet/Facets/OptionBased/Hierarchy/HierarchyFacetParser.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,12 +14,8 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet;
18 17
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser;
19
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface;
20 18
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
21
-use TYPO3\CMS\Core\Utility\GeneralUtility;
22
-use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
23 19
 
24 20
 /**
25 21
  * Class OptionsFacetParser
Please login to merge, or discard this patch.
Domain/Search/ResultSet/Facets/OptionBased/Options/OptionsFacetParser.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,12 +14,8 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet;
18 17
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser;
19
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface;
20 18
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
21
-use TYPO3\CMS\Core\Utility\GeneralUtility;
22
-use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
23 19
 
24 20
 /**
25 21
  * Class OptionsFacetParser
Please login to merge, or discard this patch.
Search/ResultSet/Facets/OptionBased/QueryGroup/QueryGroupFacetParser.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,10 +13,8 @@
 block discarded – undo
13 13
  *
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet;
17 16
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser;
18 17
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
19
-use TYPO3\CMS\Core\Utility\GeneralUtility;
20 18
 
21 19
 /**
22 20
  * Class QueryGroupFacetParser
Please login to merge, or discard this patch.
Search/ResultSet/Facets/RangeBased/NumericRange/NumericRangeFacetParser.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,12 +14,8 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet;
18
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacetParser;
19
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserInterface;
20 17
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\RangeBased\AbstractRangeFacetParser;
21 18
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
22
-use TYPO3\CMS\Core\Utility\GeneralUtility;
23 19
 
24 20
 /**
25 21
  * Class NumericRangeFacetParser
Please login to merge, or discard this patch.
Classes/ViewHelpers/Debug/DocumentScoreAnalyzerViewHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
  */
16 16
 
17 17
 use ApacheSolrForTypo3\Solr\Domain\Search\Score\ScoreCalculationService;
18
-use ApacheSolrForTypo3\Solr\Tests\Unit\Domain\Search\Score\ScoreCalculationServiceTest;
19
-use ApacheSolrForTypo3\Solr\Util;
20 18
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
21 19
 use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper;
22 20
 use TYPO3\CMS\Core\Utility\GeneralUtility;
Please login to merge, or discard this patch.
Classes/ViewHelpers/Debug/QueryViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  */
16 16
 
17 17
 use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper;
18
-use TYPO3\CMS\Core\Utility\GeneralUtility;
19 18
 use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface;
20 19
 use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface;
21 20
 
Please login to merge, or discard this patch.
Classes/ViewHelpers/Document/HighlightResultViewHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,8 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use ApacheSolrForTypo3\Solr\Util;
18 17
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
19 18
 use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper;
20
-use TYPO3\CMS\Core\Utility\GeneralUtility;
21 19
 use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface;
22 20
 use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface;
23 21
 
Please login to merge, or discard this patch.
Classes/ViewHelpers/Document/RelevanceViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use ApacheSolrForTypo3\Solr\Search;
18 17
 use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractViewHelper;
19 18
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
20 19
 use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface;
Please login to merge, or discard this patch.