Completed
Branch master (04f1dc)
by Tim
11:24
created
src/AppserverIo/Appserver/Core/Api/ScannerService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use AppserverIo\Appserver\Core\Api\Node\CronNode;
24 24
 use AppserverIo\Appserver\Core\Utilities\AppEnvironmentHelper;
25 25
 use AppserverIo\Configuration\ConfigurationException;
26
-use AppserverIo\Properties\Properties;
27 26
 use AppserverIo\Appserver\Core\Utilities\SystemPropertyKeys;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/Core/ApplicationServer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -32,12 +32,10 @@
 block discarded – undo
32 32
 use AppserverIo\Appserver\Core\Listeners\ApplicationServerAwareListenerInterface;
33 33
 use AppserverIo\Appserver\Core\Interfaces\ApplicationServerInterface;
34 34
 use AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface;
35
-
36 35
 use Doctrine\ORM\Tools\Console\ConsoleRunner;
37 36
 use Symfony\Component\Console\Output\BufferedOutput;
38 37
 use AppserverIo\Appserver\Core\Commands\DoctrineCommand;
39 38
 use React\Socket\ConnectionInterface;
40
-use React\Socket\Connection;
41 39
 
42 40
 /**
43 41
  * This is the main server class that starts the application server
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/Core/Extractors/PharExtractor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use AppserverIo\Appserver\Core\AbstractExtractor;
23 23
 use AppserverIo\Appserver\Core\Interfaces\ExtractorInterface;
24 24
 use AppserverIo\Appserver\Core\Api\Node\ContainerNodeInterface;
25
-use PDepend\Util\FileUtil;
26 25
 use AppserverIo\Appserver\Core\Utilities\FileSystem;
27 26
 
28 27
 /**
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/PersistenceContainer/PersistenceManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use AppserverIo\Collections\CollectionUtils;
25 25
 use AppserverIo\Collections\CollectionInterface;
26 26
 use AppserverIo\Storage\GenericStackable;
27
-use AppserverIo\Configuration\Configuration;
28 27
 use AppserverIo\Appserver\Core\AbstractManager;
29 28
 use AppserverIo\Appserver\Core\Api\Node\PersistenceNode;
30 29
 use AppserverIo\Appserver\Core\Api\InvalidConfigurationException;
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/PersistenceContainer/StandardGarbageCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use AppserverIo\Logger\LoggerUtils;
24 24
 use AppserverIo\Appserver\Core\AbstractDaemonThread;
25 25
 use AppserverIo\Psr\Application\ApplicationInterface;
26
-use AppserverIo\Appserver\Naming\Utils\NamingDirectoryKeys;
27 26
 use Psr\Log\LogLevel;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
AppserverIo/Appserver/ServletEngine/Authenticator/DigestAuthenticator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 use AppserverIo\Psr\HttpMessage\Protocol;
25 25
 use AppserverIo\Psr\HttpMessage\RequestInterface;
26
-use AppserverIo\Http\Authentication\Adapters\HtdigestAdapter;
27 26
 
28 27
 /**
29 28
  * Class DigestAuthentication
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/ServletEngine/Authenticator/FormAuthenticator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use AppserverIo\Lang\String;
24 24
 use AppserverIo\Collections\ArrayList;
25 25
 use AppserverIo\Psr\HttpMessage\Protocol;
26
-use AppserverIo\Psr\Security\Auth\Subject;
27 26
 use AppserverIo\Psr\Servlet\ServletException;
28 27
 use AppserverIo\Psr\Security\Utils\Constants;
29 28
 use AppserverIo\Psr\Security\PrincipalInterface;
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/ServletEngine/Http/Request.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 AppserverIo\Psr\HttpMessage\CookieInterface;
29 29
 use AppserverIo\Psr\HttpMessage\RequestInterface;
30 30
 use AppserverIo\Psr\Security\PrincipalInterface;
31
-use AppserverIo\Psr\Security\Auth\Subject;
32 31
 use AppserverIo\Psr\Servlet\SessionUtils;
33 32
 use AppserverIo\Psr\Servlet\ServletException;
34 33
 use AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface;
Please login to merge, or discard this patch.
src/AppserverIo/Appserver/ServletEngine/RequestHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface;
27 27
 use AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface;
28 28
 use AppserverIo\Appserver\ServletEngine\Utils\Error;
29
-use AppserverIo\Appserver\ServletEngine\Http\Response;
30 29
 use AppserverIo\Appserver\ServletEngine\Utils\ErrorUtil;
31 30
 use AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface;
32 31
 
Please login to merge, or discard this patch.