Source compatibility report for the dropwizard-testing library between 2.1.12 and 3.0.0 versions
Test Info
Library Name | dropwizard-testing |
Version #1 | 2.1.12 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 241 / 30 |
Compatibility |
53.6% |
Problem Summary
| Severity | Count |
Added Methods | - | 21 |
Removed Methods | High | 82 |
Problems with Data Types | High | 14 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 14 |
Low | 0 |
Added Methods 21
dropwizard-testing-3.0.0.jar, DropwizardAppExtension.class
package io.dropwizard.testing.junit5
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, C configuration )
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Lio/dropwizard/core/Configuration;)V
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Lio/dropwizard/core/Configuration;Ljava/util/function/Function;)V
DropwizardAppExtension<C>.getApplication ( ) : A
io/dropwizard/testing/junit5/DropwizardAppExtension.getApplication:()Lio/dropwizard/core/Application;
DropwizardAppExtension<C>.getConfiguration ( ) : C
io/dropwizard/testing/junit5/DropwizardAppExtension.getConfiguration:()Lio/dropwizard/core/Configuration;
DropwizardAppExtension<C>.getEnvironment ( ) : Environment
io/dropwizard/testing/junit5/DropwizardAppExtension.getEnvironment:()Lio/dropwizard/core/setup/Environment;
DropwizardAppExtension<C>.newApplication ( ) : Application<C>
io/dropwizard/testing/junit5/DropwizardAppExtension.newApplication:()Lio/dropwizard/core/Application;
dropwizard-testing-3.0.0.jar, DropwizardClient.class
package io.dropwizard.testing.common
DropwizardClient.getEnvironment ( ) : Environment
io/dropwizard/testing/common/DropwizardClient.getEnvironment:()Lio/dropwizard/core/setup/Environment;
dropwizard-testing-3.0.0.jar, DropwizardClientExtension.class
package io.dropwizard.testing.junit5
DropwizardClientExtension.getEnvironment ( ) : Environment
io/dropwizard/testing/junit5/DropwizardClientExtension.getEnvironment:()Lio/dropwizard/core/setup/Environment;
dropwizard-testing-3.0.0.jar, DropwizardTestSupport.class
package io.dropwizard.testing
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Lio/dropwizard/core/Configuration;)V
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Lio/dropwizard/core/Configuration;Ljava/util/function/Function;)V
DropwizardTestSupport<C>.getApplication ( ) : A
io/dropwizard/testing/DropwizardTestSupport.getApplication:()Lio/dropwizard/core/Application;
DropwizardTestSupport<C>.getConfiguration ( ) : C
io/dropwizard/testing/DropwizardTestSupport.getConfiguration:()Lio/dropwizard/core/Configuration;
DropwizardTestSupport<C>.getEnvironment ( ) : Environment
io/dropwizard/testing/DropwizardTestSupport.getEnvironment:()Lio/dropwizard/core/setup/Environment;
DropwizardTestSupport<C>.newApplication ( ) : Application<C>
io/dropwizard/testing/DropwizardTestSupport.newApplication:()Lio/dropwizard/core/Application;
dropwizard-testing-3.0.0.jar, POJOConfigurationFactory.class
package io.dropwizard.testing
POJOConfigurationFactory<C>.build ( ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:()Lio/dropwizard/core/Configuration;
POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider provider, String path ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Lio/dropwizard/configuration/ConfigurationSourceProvider;Ljava/lang/String;)Lio/dropwizard/core/Configuration;
POJOConfigurationFactory<C>.build ( File file ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Ljava/io/File;)Lio/dropwizard/core/Configuration;
POJOConfigurationFactory<C>.build ( JsonNode node, String path ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;)Lio/dropwizard/core/Configuration;
POJOConfigurationFactory<C>.POJOConfigurationFactory<C> ( C cfg )
io/dropwizard/testing/POJOConfigurationFactory."<init>":(Lio/dropwizard/core/Configuration;)V
dropwizard-testing-3.0.0.jar, ServiceListener.class
package io.dropwizard.testing
DropwizardTestSupport.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardTestSupport<T> rule ) : void
io/dropwizard/testing/DropwizardTestSupport.ServiceListener.onRun:(Lio/dropwizard/core/Configuration;Lio/dropwizard/core/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport;)V
dropwizard-testing-3.0.0.jar, ServiceListener.class
package io.dropwizard.testing.junit5
DropwizardAppExtension.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardAppExtension<T> rule ) : void
io/dropwizard/testing/junit5/DropwizardAppExtension.ServiceListener.onRun:(Lio/dropwizard/core/Configuration;Lio/dropwizard/core/setup/Environment;Lio/dropwizard/testing/junit5/DropwizardAppExtension;)V
to the top
Removed Methods 82
dropwizard-testing-2.1.12.jar, Builder.class
package io.dropwizard.testing.junit
DAOTestRule.Builder.build ( ) : DAOTestRule
io/dropwizard/testing/junit/DAOTestRule.Builder.build:()Lio/dropwizard/testing/junit/DAOTestRule;
DAOTestRule.Builder.DAOTestRule.Builder ( )
io/dropwizard/testing/junit/DAOTestRule.Builder."<init>":()V
ResourceTestRule.Builder.build ( ) : ResourceTestRule
io/dropwizard/testing/junit/ResourceTestRule.Builder.build:()Lio/dropwizard/testing/junit/ResourceTestRule;
ResourceTestRule.Builder.ResourceTestRule.Builder ( )
io/dropwizard/testing/junit/ResourceTestRule.Builder."<init>":()V
dropwizard-testing-2.1.12.jar, DAOTestRule.class
package io.dropwizard.testing.junit
DAOTestRule.after ( ) : void
io/dropwizard/testing/junit/DAOTestRule.after:()V
DAOTestRule.before ( ) : void
io/dropwizard/testing/junit/DAOTestRule.before:()V
DAOTestRule.getSessionFactory ( ) : SessionFactory
io/dropwizard/testing/junit/DAOTestRule.getSessionFactory:()Lorg/hibernate/SessionFactory;
DAOTestRule.inTransaction ( Callable<T> call ) : T
io/dropwizard/testing/junit/DAOTestRule.inTransaction:(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
DAOTestRule.inTransaction ( Runnable action ) : void
io/dropwizard/testing/junit/DAOTestRule.inTransaction:(Ljava/lang/Runnable;)V
DAOTestRule.newBuilder ( ) [static] : DAOTestRule.Builder
io/dropwizard/testing/junit/DAOTestRule.newBuilder:()Lio/dropwizard/testing/junit/DAOTestRule$Builder;
dropwizard-testing-2.1.12.jar, DropwizardAppExtension.class
package io.dropwizard.testing.junit5
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, C configuration )
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;)V
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;Ljava/util/function/Function;)V
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/junit5/DropwizardAppExtension."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppExtension<C>.getApplication ( ) : A
io/dropwizard/testing/junit5/DropwizardAppExtension.getApplication:()Lio/dropwizard/Application;
DropwizardAppExtension<C>.getConfiguration ( ) : C
io/dropwizard/testing/junit5/DropwizardAppExtension.getConfiguration:()Lio/dropwizard/Configuration;
DropwizardAppExtension<C>.getEnvironment ( ) : Environment
io/dropwizard/testing/junit5/DropwizardAppExtension.getEnvironment:()Lio/dropwizard/setup/Environment;
DropwizardAppExtension<C>.newApplication ( ) : Application<C>
io/dropwizard/testing/junit5/DropwizardAppExtension.newApplication:()Lio/dropwizard/Application;
dropwizard-testing-2.1.12.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.addListener ( DropwizardAppRule.ServiceListener<C> listener ) : DropwizardAppRule<C>
io/dropwizard/testing/junit/DropwizardAppRule.addListener:(Lio/dropwizard/testing/junit/DropwizardAppRule$ServiceListener;)Lio/dropwizard/testing/junit/DropwizardAppRule;
DropwizardAppRule<C>.after ( ) : void
io/dropwizard/testing/junit/DropwizardAppRule.after:()V
DropwizardAppRule<C>.before ( ) : void
io/dropwizard/testing/junit/DropwizardAppRule.before:()V
DropwizardAppRule<C>.client ( ) : Client
io/dropwizard/testing/junit/DropwizardAppRule.client:()Ljavax/ws/rs/client/Client;
DropwizardAppRule<C>.clientBuilder ( ) : JerseyClientBuilder
io/dropwizard/testing/junit/DropwizardAppRule.clientBuilder:()Lorg/glassfish/jersey/client/JerseyClientBuilder;
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;Ljava/util/function/Function;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Lio/dropwizard/configuration/ConfigurationSourceProvider;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Lio/dropwizard/configuration/ConfigurationSourceProvider;Ljava/lang/String;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Lio/dropwizard/configuration/ConfigurationSourceProvider;Ljava/lang/String;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( DropwizardTestSupport<C> testSupport )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Lio/dropwizard/testing/DropwizardTestSupport;)V
DropwizardAppRule<C>.getAdminPort ( ) : int
io/dropwizard/testing/junit/DropwizardAppRule.getAdminPort:()I
DropwizardAppRule<C>.getApplication ( ) : A
io/dropwizard/testing/junit/DropwizardAppRule.getApplication:()Lio/dropwizard/Application;
DropwizardAppRule<C>.getConfiguration ( ) : C
io/dropwizard/testing/junit/DropwizardAppRule.getConfiguration:()Lio/dropwizard/Configuration;
DropwizardAppRule<C>.getEnvironment ( ) : Environment
io/dropwizard/testing/junit/DropwizardAppRule.getEnvironment:()Lio/dropwizard/setup/Environment;
DropwizardAppRule<C>.getLocalPort ( ) : int
io/dropwizard/testing/junit/DropwizardAppRule.getLocalPort:()I
DropwizardAppRule<C>.getObjectMapper ( ) : ObjectMapper
io/dropwizard/testing/junit/DropwizardAppRule.getObjectMapper:()Lcom/fasterxml/jackson/databind/ObjectMapper;
DropwizardAppRule<C>.getPort ( int connectorIndex ) : int
io/dropwizard/testing/junit/DropwizardAppRule.getPort:(I)I
DropwizardAppRule<C>.getTestSupport ( ) : DropwizardTestSupport<C>
io/dropwizard/testing/junit/DropwizardAppRule.getTestSupport:()Lio/dropwizard/testing/DropwizardTestSupport;
DropwizardAppRule<C>.manage ( Managed managed ) : DropwizardAppRule<C>
io/dropwizard/testing/junit/DropwizardAppRule.manage:(Lio/dropwizard/lifecycle/Managed;)Lio/dropwizard/testing/junit/DropwizardAppRule;
DropwizardAppRule<C>.newApplication ( ) : Application<C>
io/dropwizard/testing/junit/DropwizardAppRule.newApplication:()Lio/dropwizard/Application;
dropwizard-testing-2.1.12.jar, DropwizardClient.class
package io.dropwizard.testing.common
DropwizardClient.getEnvironment ( ) : Environment
io/dropwizard/testing/common/DropwizardClient.getEnvironment:()Lio/dropwizard/setup/Environment;
dropwizard-testing-2.1.12.jar, DropwizardClientExtension.class
package io.dropwizard.testing.junit5
DropwizardClientExtension.getEnvironment ( ) : Environment
io/dropwizard/testing/junit5/DropwizardClientExtension.getEnvironment:()Lio/dropwizard/setup/Environment;
dropwizard-testing-2.1.12.jar, DropwizardClientRule.class
package io.dropwizard.testing.junit
DropwizardClientRule.after ( ) : void
io/dropwizard/testing/junit/DropwizardClientRule.after:()V
DropwizardClientRule.baseUri ( ) : URI
io/dropwizard/testing/junit/DropwizardClientRule.baseUri:()Ljava/net/URI;
DropwizardClientRule.before ( ) : void
io/dropwizard/testing/junit/DropwizardClientRule.before:()V
DropwizardClientRule.DropwizardClientRule ( Object... resources )
io/dropwizard/testing/junit/DropwizardClientRule."<init>":([Ljava/lang/Object;)V
DropwizardClientRule.getEnvironment ( ) : Environment
io/dropwizard/testing/junit/DropwizardClientRule.getEnvironment:()Lio/dropwizard/setup/Environment;
DropwizardClientRule.getObjectMapper ( ) : ObjectMapper
io/dropwizard/testing/junit/DropwizardClientRule.getObjectMapper:()Lcom/fasterxml/jackson/databind/ObjectMapper;
dropwizard-testing-2.1.12.jar, DropwizardTestSupport.class
package io.dropwizard.testing
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;)V
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;Ljava/util/function/Function;)V
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides ) *DEPRECATED*
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
DropwizardTestSupport<C>.getApplication ( ) : A
io/dropwizard/testing/DropwizardTestSupport.getApplication:()Lio/dropwizard/Application;
DropwizardTestSupport<C>.getConfiguration ( ) : C
io/dropwizard/testing/DropwizardTestSupport.getConfiguration:()Lio/dropwizard/Configuration;
DropwizardTestSupport<C>.getEnvironment ( ) : Environment
io/dropwizard/testing/DropwizardTestSupport.getEnvironment:()Lio/dropwizard/setup/Environment;
DropwizardTestSupport<C>.newApplication ( ) : Application<C>
io/dropwizard/testing/DropwizardTestSupport.newApplication:()Lio/dropwizard/Application;
dropwizard-testing-2.1.12.jar, FixtureHelpers.class
package io.dropwizard.testing
FixtureHelpers.fixture ( String filename ) [static] : String
io/dropwizard/testing/FixtureHelpers.fixture:(Ljava/lang/String;)Ljava/lang/String;
dropwizard-testing-2.1.12.jar, MockitoTestRule.class
package io.dropwizard.testing.junit
MockitoTestRule.apply ( Statement base, Description description ) : Statement
io/dropwizard/testing/junit/MockitoTestRule.apply:(Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement;
MockitoTestRule.MockitoTestRule ( Object testInstance, MockitoRule delegate )
io/dropwizard/testing/junit/MockitoTestRule."<init>":(Ljava/lang/Object;Lorg/mockito/junit/MockitoRule;)V
dropwizard-testing-2.1.12.jar, POJOConfigurationFactory.class
package io.dropwizard.testing
POJOConfigurationFactory<C>.build ( ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:()Lio/dropwizard/Configuration;
POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider provider, String path ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Lio/dropwizard/configuration/ConfigurationSourceProvider;Ljava/lang/String;)Lio/dropwizard/Configuration;
POJOConfigurationFactory<C>.build ( File file ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Ljava/io/File;)Lio/dropwizard/Configuration;
POJOConfigurationFactory<C>.build ( JsonNode node, String path ) : C
io/dropwizard/testing/POJOConfigurationFactory.build:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;)Lio/dropwizard/Configuration;
POJOConfigurationFactory<C>.POJOConfigurationFactory<C> ( C cfg )
io/dropwizard/testing/POJOConfigurationFactory."<init>":(Lio/dropwizard/Configuration;)V
dropwizard-testing-2.1.12.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
ResourceTestRule.apply ( Statement base, Description description ) : Statement
io/dropwizard/testing/junit/ResourceTestRule.apply:(Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement;
ResourceTestRule.builder ( ) [static] : ResourceTestRule.Builder
io/dropwizard/testing/junit/ResourceTestRule.builder:()Lio/dropwizard/testing/junit/ResourceTestRule$Builder;
ResourceTestRule.client ( ) : Client
io/dropwizard/testing/junit/ResourceTestRule.client:()Ljavax/ws/rs/client/Client;
ResourceTestRule.getClientConfigurator ( ) : Consumer<ClientConfig>
io/dropwizard/testing/junit/ResourceTestRule.getClientConfigurator:()Ljava/util/function/Consumer;
ResourceTestRule.getJerseyTest ( ) : JerseyTest
io/dropwizard/testing/junit/ResourceTestRule.getJerseyTest:()Lorg/glassfish/jersey/test/JerseyTest;
ResourceTestRule.getObjectMapper ( ) : ObjectMapper
io/dropwizard/testing/junit/ResourceTestRule.getObjectMapper:()Lcom/fasterxml/jackson/databind/ObjectMapper;
ResourceTestRule.getValidator ( ) : Validator
io/dropwizard/testing/junit/ResourceTestRule.getValidator:()Ljavax/validation/Validator;
ResourceTestRule.target ( String path ) : WebTarget
io/dropwizard/testing/junit/ResourceTestRule.target:(Ljava/lang/String;)Ljavax/ws/rs/client/WebTarget;
dropwizard-testing-2.1.12.jar, ServiceListener.class
package io.dropwizard.testing
DropwizardTestSupport.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardTestSupport<T> rule ) : void
io/dropwizard/testing/DropwizardTestSupport.ServiceListener.onRun:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport;)V
dropwizard-testing-2.1.12.jar, ServiceListener.class
package io.dropwizard.testing.junit
DropwizardAppRule.ServiceListener<T>.DropwizardAppRule.ServiceListener<T> ( )
io/dropwizard/testing/junit/DropwizardAppRule.ServiceListener."<init>":()V
DropwizardAppRule.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardAppRule<T> rule ) : void
io/dropwizard/testing/junit/DropwizardAppRule.ServiceListener.onRun:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/junit/DropwizardAppRule;)V
DropwizardAppRule.ServiceListener<T>.onStop ( DropwizardAppRule<T> rule ) : void
io/dropwizard/testing/junit/DropwizardAppRule.ServiceListener.onStop:(Lio/dropwizard/testing/junit/DropwizardAppRule;)V
dropwizard-testing-2.1.12.jar, ServiceListener.class
package io.dropwizard.testing.junit5
DropwizardAppExtension.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardAppExtension<T> rule ) : void
io/dropwizard/testing/junit5/DropwizardAppExtension.ServiceListener.onRun:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/junit5/DropwizardAppExtension;)V
to the top
Problems with Data Types, High Severity 14
dropwizard-testing-2.1.12.jar
package io.dropwizard.testing
[+] class DropwizardTestSupport<C> 4
| Change | Effect |
---|
1 |
Type of field application has been changed from io.dropwizard.Application<C> to io.dropwizard.core.Application<C>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: io.dropwizard.Application<C>, required: io.dropwizard.core.Application<C>. |
2 |
Type of field commandInstantiator has been changed from java.util.function.Function<io.dropwizard.Application<C>,io.dropwizard.cli.Command> to java.util.function.Function<io.dropwizard.core.Application<C>,io.dropwizard.core.cli.Command>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.function.Function<io.dropwizard.Application<C>,io.dropwizard.cli.Command>, required: java.util.function.Function<io.dropwizard.core.Application<C>,io.dropwizard.core.cli.Command>. |
3 |
Type of field configuration has been changed from C extends io.dropwizard.Configuration to C extends io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types, found: C extends io.dropwizard.Configuration, required: C extends io.dropwizard.core.Configuration. |
4 |
Type of field environment has been changed from io.dropwizard.setup.Environment to io.dropwizard.core.setup.Environment. |
Recompilation of a client program may be terminated with the message: incompatible types, found: io.dropwizard.setup.Environment, required: io.dropwizard.core.setup.Environment. |
[+] affected methods: 16 (6.6%)
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
...
[+] class FixtureHelpers 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class FixtureHelpers. |
[+] affected methods: 1 (0.4%)
FixtureHelpers.fixture ( String filename )This method is from 'FixtureHelpers' class.
[+] class POJOConfigurationFactory<C> 1
| Change | Effect |
---|
1 |
Type of field configuration has been changed from C extends io.dropwizard.Configuration to C extends io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types, found: C extends io.dropwizard.Configuration, required: C extends io.dropwizard.core.Configuration. |
[+] affected methods: 4 (1.7%)
POJOConfigurationFactory<C>.build ( )This method is from 'POJOConfigurationFactory<C>' class.
POJOConfigurationFactory<C>.build ( JsonNode p1, String p2 )This method is from 'POJOConfigurationFactory<C>' class.
POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider p1, String p2 )This method is from 'POJOConfigurationFactory<C>' class.
POJOConfigurationFactory<C>.build ( File p1 )This method is from 'POJOConfigurationFactory<C>' class.
dropwizard-testing-2.1.12.jar
package io.dropwizard.testing.junit
[+] class DAOTestRule 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DAOTestRule. |
[+] affected methods: 6 (2.5%)
DAOTestRule.after ( )This method is from 'DAOTestRule' class.
DAOTestRule.before ( )This method is from 'DAOTestRule' class.
DAOTestRule.getSessionFactory ( )This method is from 'DAOTestRule' class.
DAOTestRule.inTransaction ( Runnable action )This method is from 'DAOTestRule' class.
DAOTestRule.inTransaction ( Callable<T> call )This method is from 'DAOTestRule' class.
...
[+] class DAOTestRule.Builder 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DAOTestRule.Builder. |
[+] affected methods: 2 (0.8%)
DAOTestRule.Builder.DAOTestRule.Builder ( )This constructor is from 'DAOTestRule.Builder' class.
DAOTestRule.Builder.build ( )This method is from 'DAOTestRule.Builder' class.
[+] class DropwizardAppRule.ServiceListener<T> 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DropwizardAppRule.ServiceListener<T>. |
[+] affected methods: 3 (1.2%)
DropwizardAppRule.ServiceListener<T>.DropwizardAppRule.ServiceListener<T> ( )This constructor is from 'DropwizardAppRule.ServiceListener<T>' abstract class.
DropwizardAppRule.ServiceListener<T>.onRun ( T configuration, Environment environment, DropwizardAppRule<T> rule )This method is from 'DropwizardAppRule.ServiceListener<T>' abstract class.
DropwizardAppRule.ServiceListener<T>.onStop ( DropwizardAppRule<T> rule )This method is from 'DropwizardAppRule.ServiceListener<T>' abstract class.
[+] class DropwizardAppRule<C> 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DropwizardAppRule<C>. |
[+] affected methods: 27 (11.2%)
DropwizardAppRule<C>.DropwizardAppRule<C> ( DropwizardTestSupport<C> testSupport )This constructor is from 'DropwizardAppRule<C>' class.
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass )This constructor is from 'DropwizardAppRule<C>' class.
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration )This constructor is from 'DropwizardAppRule<C>' class.
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )This constructor is from 'DropwizardAppRule<C>' class.
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )This constructor is from 'DropwizardAppRule<C>' class.
...
[+] class DropwizardClientRule 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DropwizardClientRule. |
[+] affected methods: 6 (2.5%)
DropwizardClientRule.DropwizardClientRule ( Object... resources )This constructor is from 'DropwizardClientRule' class.
DropwizardClientRule.after ( )This method is from 'DropwizardClientRule' class.
DropwizardClientRule.baseUri ( )This method is from 'DropwizardClientRule' class.
DropwizardClientRule.before ( )This method is from 'DropwizardClientRule' class.
DropwizardClientRule.getEnvironment ( )This method is from 'DropwizardClientRule' class.
...
[+] class MockitoTestRule 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MockitoTestRule. |
[+] affected methods: 2 (0.8%)
MockitoTestRule.MockitoTestRule ( Object testInstance, MockitoRule delegate )This constructor is from 'MockitoTestRule' class.
MockitoTestRule.apply ( Statement base, Description description )This method is from 'MockitoTestRule' class.
[+] class ResourceTestRule 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ResourceTestRule. |
[+] affected methods: 8 (3.3%)
ResourceTestRule.apply ( Statement base, Description description )This method is from 'ResourceTestRule' class.
ResourceTestRule.builder ( )This method is from 'ResourceTestRule' class.
ResourceTestRule.client ( )This method is from 'ResourceTestRule' class.
ResourceTestRule.getClientConfigurator ( )This method is from 'ResourceTestRule' class.
ResourceTestRule.getJerseyTest ( )This method is from 'ResourceTestRule' class.
...
[+] class ResourceTestRule.Builder 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ResourceTestRule.Builder. |
[+] affected methods: 2 (0.8%)
ResourceTestRule.Builder.ResourceTestRule.Builder ( )This constructor is from 'ResourceTestRule.Builder' class.
ResourceTestRule.Builder.build ( )This method is from 'ResourceTestRule.Builder' class.
to the top
Problems with Methods, Medium Severity 14
dropwizard-testing-2.1.12.jar, DropwizardAppExtension.class
package io.dropwizard.testing.junit5
[+] DropwizardAppExtension<C>.getApplication ( ) : A 1
io/dropwizard/testing/junit5/DropwizardAppExtension.getApplication:()Lio/dropwizard/Application;
| Change | Effect |
---|
1 |
Return value type has been changed from A to A. |
Recompilation of a client program may be terminated with the message: incompatible types: A cannot be converted to A. |
[+] DropwizardAppExtension<C>.getConfiguration ( ) : C 1
io/dropwizard/testing/junit5/DropwizardAppExtension.getConfiguration:()Lio/dropwizard/Configuration;
| Change | Effect |
---|
1 |
Return value type has been changed from C to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to C. |
[+] DropwizardAppExtension<C>.getEnvironment ( ) : Environment 1
io/dropwizard/testing/junit5/DropwizardAppExtension.getEnvironment:()Lio/dropwizard/setup/Environment;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.setup.Environment to io.dropwizard.core.setup.Environment. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.setup.Environment cannot be converted to io.dropwizard.setup.Environment. |
[+] DropwizardAppExtension<C>.newApplication ( ) : Application<C> 1
io/dropwizard/testing/junit5/DropwizardAppExtension.newApplication:()Lio/dropwizard/Application;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.Application<C> to io.dropwizard.core.Application<C>. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Application<C> cannot be converted to io.dropwizard.Application<C>. |
dropwizard-testing-2.1.12.jar, DropwizardClient.class
package io.dropwizard.testing.common
[+] DropwizardClient.getEnvironment ( ) : Environment 1
io/dropwizard/testing/common/DropwizardClient.getEnvironment:()Lio/dropwizard/setup/Environment;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.setup.Environment to io.dropwizard.core.setup.Environment. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.setup.Environment cannot be converted to io.dropwizard.setup.Environment. |
dropwizard-testing-2.1.12.jar, DropwizardClientExtension.class
package io.dropwizard.testing.junit5
[+] DropwizardClientExtension.getEnvironment ( ) : Environment 1
io/dropwizard/testing/junit5/DropwizardClientExtension.getEnvironment:()Lio/dropwizard/setup/Environment;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.setup.Environment to io.dropwizard.core.setup.Environment. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.setup.Environment cannot be converted to io.dropwizard.setup.Environment. |
dropwizard-testing-2.1.12.jar, DropwizardTestSupport.class
package io.dropwizard.testing
[+] DropwizardTestSupport<C>.getApplication ( ) : A 1
io/dropwizard/testing/DropwizardTestSupport.getApplication:()Lio/dropwizard/Application;
| Change | Effect |
---|
1 |
Return value type has been changed from A to A. |
Recompilation of a client program may be terminated with the message: incompatible types: A cannot be converted to A. |
[+] DropwizardTestSupport<C>.getConfiguration ( ) : C 1
io/dropwizard/testing/DropwizardTestSupport.getConfiguration:()Lio/dropwizard/Configuration;
| Change | Effect |
---|
1 |
Return value type has been changed from C to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to C. |
[+] DropwizardTestSupport<C>.getEnvironment ( ) : Environment 1
io/dropwizard/testing/DropwizardTestSupport.getEnvironment:()Lio/dropwizard/setup/Environment;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.setup.Environment to io.dropwizard.core.setup.Environment. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.setup.Environment cannot be converted to io.dropwizard.setup.Environment. |
[+] DropwizardTestSupport<C>.newApplication ( ) : Application<C> 1
io/dropwizard/testing/DropwizardTestSupport.newApplication:()Lio/dropwizard/Application;
| Change | Effect |
---|
1 |
Return value type has been changed from io.dropwizard.Application<C> to io.dropwizard.core.Application<C>. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Application<C> cannot be converted to io.dropwizard.Application<C>. |
dropwizard-testing-2.1.12.jar, POJOConfigurationFactory.class
package io.dropwizard.testing
[+] POJOConfigurationFactory<C>.build ( ) : Object 1
io/dropwizard/testing/POJOConfigurationFactory.build:()Ljava/lang/Object;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Object to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to java.lang.Object. |
[+] POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider p1, String p2 ) : Object 1
io/dropwizard/testing/POJOConfigurationFactory.build:(Lio/dropwizard/configuration/ConfigurationSourceProvider;Ljava/lang/String;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Object to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to java.lang.Object. |
[+] POJOConfigurationFactory<C>.build ( File p1 ) : Object 1
io/dropwizard/testing/POJOConfigurationFactory.build:(Ljava/io/File;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Object to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to java.lang.Object. |
[+] POJOConfigurationFactory<C>.build ( JsonNode p1, String p2 ) : Object 1
io/dropwizard/testing/POJOConfigurationFactory.build:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;)Ljava/lang/Object;
| Change | Effect |
---|
1 |
Return value type has been changed from java.lang.Object to io.dropwizard.core.Configuration. |
Recompilation of a client program may be terminated with the message: incompatible types: io.dropwizard.core.Configuration cannot be converted to java.lang.Object. |
to the top
Java Archives 1
dropwizard-testing-2.1.12.jar
to the top