Source compatibility report for the dropwizard-vavr library between 1.3.0-4 and 2.0.0-1 versions
Test Info
Library Name | dropwizard-vavr |
Version #1 | 1.3.0-4 |
Version #2 | 2.0.0-1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 85 / 27 |
Compatibility |
35.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
Removed Methods | High | 50 |
Problems with Data Types | High | 16 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 2 |
Medium | 0 |
Low | 2 |
Added Methods 4
dropwizard-vavr-2.0.0-1.jar, LazyParamConverterProvider.class
package io.dropwizard.vavr.jersey
LazyParamConverterProvider.LazyParamConverterProvider ( InjectionManager manager )
io/dropwizard/vavr/jersey/LazyParamConverterProvider."<init>":(Lorg/glassfish/jersey/internal/inject/InjectionManager;)V
dropwizard-vavr-2.0.0-1.jar, OptionParamConverterProvider.class
package io.dropwizard.vavr.jersey
OptionParamConverterProvider.OptionParamConverterProvider ( InjectionManager manager )
io/dropwizard/vavr/jersey/OptionParamConverterProvider."<init>":(Lorg/glassfish/jersey/internal/inject/InjectionManager;)V
dropwizard-vavr-2.0.0-1.jar, ValueValidatedValueExtractor.class
package io.dropwizard.vavr.validation
ValueValidatedValueExtractor.extractValues ( Object p1, ValueExtractor.ValueReceiver p2 ) : void
io/dropwizard/vavr/validation/ValueValidatedValueExtractor.extractValues:(Ljava/lang/Object;Ljavax/validation/valueextraction/ValueExtractor$ValueReceiver;)V
ValueValidatedValueExtractor.extractValues ( Value<?> originalValue, ValueExtractor.ValueReceiver receiver ) : void
io/dropwizard/vavr/validation/ValueValidatedValueExtractor.extractValues:(Lio/vavr/Value;Ljavax/validation/valueextraction/ValueExtractor$ValueReceiver;)V
to the top
Removed Methods 50
dropwizard-vavr-1.3.0-4.jar, ArrayContainerFactory.class
package io.dropwizard.vavr.jdbi
ArrayContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/ArrayContainerFactory.accepts:(Ljava/lang/Class;)Z
ArrayContainerFactory.ArrayContainerFactory ( )
io/dropwizard/vavr/jdbi/ArrayContainerFactory."<init>":()V
ArrayContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Array<?>>
io/dropwizard/vavr/jdbi/ArrayContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
dropwizard-vavr-1.3.0-4.jar, CollectionParamBinder.class
package io.dropwizard.vavr.jersey
CollectionParamBinder.CollectionParamBinder ( )
io/dropwizard/vavr/jersey/CollectionParamBinder."<init>":()V
CollectionParamBinder.configure ( ) : void
io/dropwizard/vavr/jersey/CollectionParamBinder.configure:()V
dropwizard-vavr-1.3.0-4.jar, CollectionParamFeature.class
package io.dropwizard.vavr.jersey
CollectionParamFeature.CollectionParamFeature ( )
io/dropwizard/vavr/jersey/CollectionParamFeature."<init>":()V
CollectionParamFeature.configure ( FeatureContext context ) : boolean
io/dropwizard/vavr/jersey/CollectionParamFeature.configure:(Ljavax/ws/rs/core/FeatureContext;)Z
dropwizard-vavr-1.3.0-4.jar, IndexedSeqContainerFactory.class
package io.dropwizard.vavr.jdbi
IndexedSeqContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/IndexedSeqContainerFactory.accepts:(Ljava/lang/Class;)Z
IndexedSeqContainerFactory.IndexedSeqContainerFactory ( )
io/dropwizard/vavr/jdbi/IndexedSeqContainerFactory."<init>":()V
IndexedSeqContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<IndexedSeq<?>>
io/dropwizard/vavr/jdbi/IndexedSeqContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
dropwizard-vavr-1.3.0-4.jar, LazyParamConverterProvider.class
package io.dropwizard.vavr.jersey
LazyParamConverterProvider.LazyParamConverterProvider ( ServiceLocator locator )
io/dropwizard/vavr/jersey/LazyParamConverterProvider."<init>":(Lorg/glassfish/hk2/api/ServiceLocator;)V
dropwizard-vavr-1.3.0-4.jar, ListContainerFactory.class
package io.dropwizard.vavr.jdbi
ListContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/ListContainerFactory.accepts:(Ljava/lang/Class;)Z
ListContainerFactory.ListContainerFactory ( )
io/dropwizard/vavr/jdbi/ListContainerFactory."<init>":()V
ListContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<List<?>>
io/dropwizard/vavr/jdbi/ListContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
dropwizard-vavr-1.3.0-4.jar, OptionArgumentFactory.class
package io.dropwizard.vavr.jdbi
OptionArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx ) : boolean
io/dropwizard/vavr/jdbi/OptionArgumentFactory.accepts:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Z
OptionArgumentFactory.build ( Class p1, Object p2, StatementContext p3 ) : Argument
io/dropwizard/vavr/jdbi/OptionArgumentFactory.build:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
OptionArgumentFactory.build ( Class<?> expectedType, Option<?> value, StatementContext ctx ) : Argument
io/dropwizard/vavr/jdbi/OptionArgumentFactory.build:(Ljava/lang/Class;Lio/vavr/control/Option;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
OptionArgumentFactory.OptionArgumentFactory ( String jdbcDriver )
io/dropwizard/vavr/jdbi/OptionArgumentFactory."<init>":(Ljava/lang/String;)V
dropwizard-vavr-1.3.0-4.jar, OptionContainerFactory.class
package io.dropwizard.vavr.jdbi
OptionContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/OptionContainerFactory.accepts:(Ljava/lang/Class;)Z
OptionContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Option<?>>
io/dropwizard/vavr/jdbi/OptionContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
OptionContainerFactory.OptionContainerFactory ( )
io/dropwizard/vavr/jdbi/OptionContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, OptionParamConverterProvider.class
package io.dropwizard.vavr.jersey
OptionParamConverterProvider.OptionParamConverterProvider ( ServiceLocator locator )
io/dropwizard/vavr/jersey/OptionParamConverterProvider."<init>":(Lorg/glassfish/hk2/api/ServiceLocator;)V
dropwizard-vavr-1.3.0-4.jar, QueueContainerFactory.class
package io.dropwizard.vavr.jdbi
QueueContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/QueueContainerFactory.accepts:(Ljava/lang/Class;)Z
QueueContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Queue<?>>
io/dropwizard/vavr/jdbi/QueueContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
QueueContainerFactory.QueueContainerFactory ( )
io/dropwizard/vavr/jdbi/QueueContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, SeqContainerFactory.class
package io.dropwizard.vavr.jdbi
SeqContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/SeqContainerFactory.accepts:(Ljava/lang/Class;)Z
SeqContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Seq<?>>
io/dropwizard/vavr/jdbi/SeqContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
SeqContainerFactory.SeqContainerFactory ( )
io/dropwizard/vavr/jdbi/SeqContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, SetContainerFactory.class
package io.dropwizard.vavr.jdbi
SetContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/SetContainerFactory.accepts:(Ljava/lang/Class;)Z
SetContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Set<?>>
io/dropwizard/vavr/jdbi/SetContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
SetContainerFactory.SetContainerFactory ( )
io/dropwizard/vavr/jdbi/SetContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, StreamContainerFactory.class
package io.dropwizard.vavr.jdbi
StreamContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/StreamContainerFactory.accepts:(Ljava/lang/Class;)Z
StreamContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Stream<?>>
io/dropwizard/vavr/jdbi/StreamContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
StreamContainerFactory.StreamContainerFactory ( )
io/dropwizard/vavr/jdbi/StreamContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, TreeContainerFactory.class
package io.dropwizard.vavr.jdbi
TreeContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/TreeContainerFactory.accepts:(Ljava/lang/Class;)Z
TreeContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Tree<?>>
io/dropwizard/vavr/jdbi/TreeContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
TreeContainerFactory.TreeContainerFactory ( )
io/dropwizard/vavr/jdbi/TreeContainerFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, ValueArgumentFactory.class
package io.dropwizard.vavr.jdbi
ValueArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx ) : boolean
io/dropwizard/vavr/jdbi/ValueArgumentFactory.accepts:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Z
ValueArgumentFactory.build ( Class p1, Object p2, StatementContext p3 ) : Argument
io/dropwizard/vavr/jdbi/ValueArgumentFactory.build:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
ValueArgumentFactory.build ( Class<?> expectedType, Value<?> value, StatementContext ctx ) : Argument
io/dropwizard/vavr/jdbi/ValueArgumentFactory.build:(Ljava/lang/Class;Lio/vavr/Value;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
ValueArgumentFactory.ValueArgumentFactory ( String jdbcDriver )
io/dropwizard/vavr/jdbi/ValueArgumentFactory."<init>":(Ljava/lang/String;)V
dropwizard-vavr-1.3.0-4.jar, ValueValidatedValueUnwrapper.class
package io.dropwizard.vavr.validation
ValueValidatedValueUnwrapper.getValidatedValueType ( Type type ) : Type
io/dropwizard/vavr/validation/ValueValidatedValueUnwrapper.getValidatedValueType:(Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;
ValueValidatedValueUnwrapper.handleValidatedValue ( Object p1 ) : Object
io/dropwizard/vavr/validation/ValueValidatedValueUnwrapper.handleValidatedValue:(Ljava/lang/Object;)Ljava/lang/Object;
ValueValidatedValueUnwrapper.handleValidatedValue ( Value<?> option ) : Object
io/dropwizard/vavr/validation/ValueValidatedValueUnwrapper.handleValidatedValue:(Lio/vavr/Value;)Ljava/lang/Object;
ValueValidatedValueUnwrapper.ValueValidatedValueUnwrapper ( )
io/dropwizard/vavr/validation/ValueValidatedValueUnwrapper."<init>":()V
dropwizard-vavr-1.3.0-4.jar, VavrDBIFactory.class
package io.dropwizard.vavr.jdbi
VavrDBIFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name ) : DBI
io/dropwizard/vavr/jdbi/VavrDBIFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/lang/String;)Lorg/skife/jdbi/v2/DBI;
VavrDBIFactory.VavrDBIFactory ( )
io/dropwizard/vavr/jdbi/VavrDBIFactory."<init>":()V
dropwizard-vavr-1.3.0-4.jar, VectorContainerFactory.class
package io.dropwizard.vavr.jdbi
VectorContainerFactory.accepts ( Class<?> type ) : boolean
io/dropwizard/vavr/jdbi/VectorContainerFactory.accepts:(Ljava/lang/Class;)Z
VectorContainerFactory.newContainerBuilderFor ( Class<?> type ) : ContainerBuilder<Vector<?>>
io/dropwizard/vavr/jdbi/VectorContainerFactory.newContainerBuilderFor:(Ljava/lang/Class;)Lorg/skife/jdbi/v2/ContainerBuilder;
VectorContainerFactory.VectorContainerFactory ( )
io/dropwizard/vavr/jdbi/VectorContainerFactory."<init>":()V
to the top
Problems with Data Types, High Severity 16
dropwizard-vavr-1.3.0-4.jar
package io.dropwizard.vavr.jdbi
[+] class ArrayContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ArrayContainerFactory. |
[+] affected methods: 3 (3.5%)
ArrayContainerFactory.ArrayContainerFactory ( )This constructor is from 'ArrayContainerFactory' class.
ArrayContainerFactory.accepts ( Class<?> type )This method is from 'ArrayContainerFactory' class.
ArrayContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'ArrayContainerFactory' class.
[+] class IndexedSeqContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class IndexedSeqContainerFactory. |
[+] affected methods: 3 (3.5%)
IndexedSeqContainerFactory.IndexedSeqContainerFactory ( )This constructor is from 'IndexedSeqContainerFactory' class.
IndexedSeqContainerFactory.accepts ( Class<?> type )This method is from 'IndexedSeqContainerFactory' class.
IndexedSeqContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'IndexedSeqContainerFactory' class.
[+] class ListContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ListContainerFactory. |
[+] affected methods: 3 (3.5%)
ListContainerFactory.ListContainerFactory ( )This constructor is from 'ListContainerFactory' class.
ListContainerFactory.accepts ( Class<?> type )This method is from 'ListContainerFactory' class.
ListContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'ListContainerFactory' class.
[+] class OptionArgumentFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class OptionArgumentFactory. |
[+] affected methods: 4 (4.7%)
OptionArgumentFactory.OptionArgumentFactory ( String jdbcDriver )This constructor is from 'OptionArgumentFactory' class.
OptionArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx )This method is from 'OptionArgumentFactory' class.
OptionArgumentFactory.build ( Class<?> expectedType, Option<?> value, StatementContext ctx )This method is from 'OptionArgumentFactory' class.
OptionArgumentFactory.build ( Class p1, Object p2, StatementContext p3 )This method is from 'OptionArgumentFactory' class.
[+] class OptionContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class OptionContainerFactory. |
[+] affected methods: 3 (3.5%)
OptionContainerFactory.OptionContainerFactory ( )This constructor is from 'OptionContainerFactory' class.
OptionContainerFactory.accepts ( Class<?> type )This method is from 'OptionContainerFactory' class.
OptionContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'OptionContainerFactory' class.
[+] class QueueContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class QueueContainerFactory. |
[+] affected methods: 3 (3.5%)
QueueContainerFactory.QueueContainerFactory ( )This constructor is from 'QueueContainerFactory' class.
QueueContainerFactory.accepts ( Class<?> type )This method is from 'QueueContainerFactory' class.
QueueContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'QueueContainerFactory' class.
[+] class SeqContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SeqContainerFactory. |
[+] affected methods: 3 (3.5%)
SeqContainerFactory.SeqContainerFactory ( )This constructor is from 'SeqContainerFactory' class.
SeqContainerFactory.accepts ( Class<?> type )This method is from 'SeqContainerFactory' class.
SeqContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'SeqContainerFactory' class.
[+] class SetContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SetContainerFactory. |
[+] affected methods: 3 (3.5%)
SetContainerFactory.SetContainerFactory ( )This constructor is from 'SetContainerFactory' class.
SetContainerFactory.accepts ( Class<?> type )This method is from 'SetContainerFactory' class.
SetContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'SetContainerFactory' class.
[+] class StreamContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class StreamContainerFactory. |
[+] affected methods: 3 (3.5%)
StreamContainerFactory.StreamContainerFactory ( )This constructor is from 'StreamContainerFactory' class.
StreamContainerFactory.accepts ( Class<?> type )This method is from 'StreamContainerFactory' class.
StreamContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'StreamContainerFactory' class.
[+] class TreeContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TreeContainerFactory. |
[+] affected methods: 3 (3.5%)
TreeContainerFactory.TreeContainerFactory ( )This constructor is from 'TreeContainerFactory' class.
TreeContainerFactory.accepts ( Class<?> type )This method is from 'TreeContainerFactory' class.
TreeContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'TreeContainerFactory' class.
[+] class ValueArgumentFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValueArgumentFactory. |
[+] affected methods: 4 (4.7%)
ValueArgumentFactory.ValueArgumentFactory ( String jdbcDriver )This constructor is from 'ValueArgumentFactory' class.
ValueArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx )This method is from 'ValueArgumentFactory' class.
ValueArgumentFactory.build ( Class<?> expectedType, Value<?> value, StatementContext ctx )This method is from 'ValueArgumentFactory' class.
ValueArgumentFactory.build ( Class p1, Object p2, StatementContext p3 )This method is from 'ValueArgumentFactory' class.
[+] class VavrDBIFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class VavrDBIFactory. |
[+] affected methods: 2 (2.4%)
VavrDBIFactory.VavrDBIFactory ( )This constructor is from 'VavrDBIFactory' class.
VavrDBIFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name )This method is from 'VavrDBIFactory' class.
[+] class VectorContainerFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class VectorContainerFactory. |
[+] affected methods: 3 (3.5%)
VectorContainerFactory.VectorContainerFactory ( )This constructor is from 'VectorContainerFactory' class.
VectorContainerFactory.accepts ( Class<?> type )This method is from 'VectorContainerFactory' class.
VectorContainerFactory.newContainerBuilderFor ( Class<?> type )This method is from 'VectorContainerFactory' class.
dropwizard-vavr-1.3.0-4.jar
package io.dropwizard.vavr.jersey
[+] class CollectionParamBinder 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class CollectionParamBinder. |
[+] affected methods: 2 (2.4%)
CollectionParamBinder.CollectionParamBinder ( )This constructor is from 'CollectionParamBinder' class.
CollectionParamBinder.configure ( )This method is from 'CollectionParamBinder' class.
[+] class CollectionParamFeature 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class CollectionParamFeature. |
[+] affected methods: 2 (2.4%)
CollectionParamFeature.CollectionParamFeature ( )This constructor is from 'CollectionParamFeature' class.
CollectionParamFeature.configure ( FeatureContext context )This method is from 'CollectionParamFeature' class.
dropwizard-vavr-1.3.0-4.jar
package io.dropwizard.vavr.validation
[+] class ValueValidatedValueUnwrapper 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValueValidatedValueUnwrapper. |
[+] affected methods: 4 (4.7%)
ValueValidatedValueUnwrapper.ValueValidatedValueUnwrapper ( )This constructor is from 'ValueValidatedValueUnwrapper' class.
ValueValidatedValueUnwrapper.getValidatedValueType ( Type type )This method is from 'ValueValidatedValueUnwrapper' class.
ValueValidatedValueUnwrapper.handleValidatedValue ( Value<?> option )This method is from 'ValueValidatedValueUnwrapper' class.
ValueValidatedValueUnwrapper.handleValidatedValue ( Object p1 )This method is from 'ValueValidatedValueUnwrapper' class.
to the top
Problems with Methods, High Severity 2
dropwizard-vavr-1.3.0-4.jar, VavrBundle.class
package io.dropwizard.vavr
[+] VavrBundle.newValidatorConfiguration ( ) : HibernateValidatorConfiguration 1
io/dropwizard/vavr/VavrBundle.newValidatorConfiguration:()Lorg/hibernate/validator/HibernateValidatorConfiguration;
| Change | Effect |
---|
1 |
Access level has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: newValidatorConfiguration ( ) has private access in VavrBundle. |
[+] VavrBundle.newValidatorFactory ( ) : ValidatorFactory 1
io/dropwizard/vavr/VavrBundle.newValidatorFactory:()Ljavax/validation/ValidatorFactory;
| Change | Effect |
---|
1 |
Access level has been changed from protected to private. |
Recompilation of a client program may be terminated with the message: newValidatorFactory ( ) has private access in VavrBundle. |
to the top
Problems with Methods, Low Severity 2
dropwizard-vavr-1.3.0-4.jar, VavrBundle.class
package io.dropwizard.vavr
[+] VavrBundle.newValidatorConfiguration ( ) : HibernateValidatorConfiguration 1
io/dropwizard/vavr/VavrBundle.newValidatorConfiguration:()Lorg/hibernate/validator/HibernateValidatorConfiguration;
| Change | Effect |
---|
1 |
Method became static. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] VavrBundle.newValidatorFactory ( ) : ValidatorFactory 1
io/dropwizard/vavr/VavrBundle.newValidatorFactory:()Ljavax/validation/ValidatorFactory;
| Change | Effect |
---|
1 |
Method became static. |
A client program may be interrupted by NoSuchMethodError exception. |
to the top
Java Archives 1
dropwizard-vavr-1.3.0-4.jar
to the top