Source compatibility report for the metrics-graphite library between 4.1.7 and 4.1.8 versions

Test Info


Library Namemetrics-graphite
Version #14.1.7
Version #24.1.8

Test Results


Total Java Modules1
Total Methods / Classes71 / 7
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


metrics-graphite-4.1.8.jar, Builder.class
package com.codahale.metrics.graphite
GraphiteReporter.Builder.addMetricAttributesAsTags ( boolean addMetricAttributesAsTags )  :  GraphiteReporter.Builder
GraphiteReporter.Builder.withFloatingPointFormatter ( DoubleFunction<String> floatingPointFormatter )  :  GraphiteReporter.Builder

metrics-graphite-4.1.8.jar, GraphiteReporter.class
package com.codahale.metrics.graphite
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags )
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes, boolean addMetricAttributesAsTags, DoubleFunction<String> floatingPointFormatter )

to the top

Java Archives  1 


metrics-graphite-4.1.7.jar

to the top