Skip to content

Update dependency org.apache.maven.plugins:maven-project-info-reports… #8477

Update dependency org.apache.maven.plugins:maven-project-info-reports…

Update dependency org.apache.maven.plugins:maven-project-info-reports… #8477

GitHub Actions / Qodana Community for JVM completed Jun 17, 2024 in 0s

23 new problems found by Qodana Community for JVM

Qodana Community for JVM

23 new problems were found

Inspection name Severity Problems
AutoCloseable used without 'try'-with-resources 🔶 Warning 11
Number of placeholders does not match number of arguments in logging call 🔶 Warning 5
Negative int hexadecimal constant in long context 🔶 Warning 4
Nullability and data flow problems 🔶 Warning 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.1.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 185 in metrics-ehcache/src/main/java/io/dropwizard/metrics5/ehcache/InstrumentedEhcache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 262 in metrics-core/src/main/java/io/dropwizard/metrics5/InstrumentedScheduledExecutorService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 60 in metrics-httpclient5/src/main/java/io/dropwizard/metrics5/httpclient5/InstrumentedHttpRequestExecutor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 43 in metrics-httpclient/src/main/java/io/dropwizard/metrics5/httpclient/InstrumentedHttpRequestExecutor.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 195 in metrics-ehcache/src/main/java/io/dropwizard/metrics5/ehcache/InstrumentedEhcache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 205 in metrics-ehcache/src/main/java/io/dropwizard/metrics5/ehcache/InstrumentedEhcache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 215 in metrics-ehcache/src/main/java/io/dropwizard/metrics5/ehcache/InstrumentedEhcache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 287 in metrics-core/src/main/java/io/dropwizard/metrics5/InstrumentedScheduledExecutorService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 53 in metrics-httpasyncclient/src/main/java/io/dropwizard/metrics5/httpasyncclient/InstrumentedNHttpClientBuilder.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'CloseableHttpAsyncClient' used without 'try'-with-resources statement

Check warning on line 225 in metrics-ehcache/src/main/java/io/dropwizard/metrics5/ehcache/InstrumentedEhcache.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 239 in metrics-core/src/main/java/io/dropwizard/metrics5/InstrumentedScheduledExecutorService.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'Context' used without 'try'-with-resources statement

Check warning on line 34 in metrics-jakarta-servlets/src/main/java/io/dropwizard/metrics5/servlets/CpuProfileServlet.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 34 in metrics-servlets/src/main/java/io/dropwizard/metrics5/servlets/CpuProfileServlet.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Variable is already assigned to this value

Check warning on line 27 in metrics-jcache/src/test/java/JCacheGaugeSetTest.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `toURI` may produce `NullPointerException`

Check warning on line 258 in metrics-influxdb/src/main/java/io/dropwizard/metrics5/influxdb/InfluxDbReporter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Number of placeholders does not match number of arguments in logging call

More arguments provided (1) than placeholders specified (0)

Check warning on line 416 in metrics-graphite/src/main/java/io/dropwizard/metrics5/graphite/GraphiteReporter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Number of placeholders does not match number of arguments in logging call

More arguments provided (1) than placeholders specified (0)

Check warning on line 263 in metrics-influxdb/src/main/java/io/dropwizard/metrics5/influxdb/InfluxDbReporter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Number of placeholders does not match number of arguments in logging call

More arguments provided (1) than placeholders specified (0)

Check warning on line 403 in metrics-graphite/src/main/java/io/dropwizard/metrics5/graphite/GraphiteReporter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Number of placeholders does not match number of arguments in logging call

More arguments provided (1) than placeholders specified (0)

Check warning on line 398 in metrics-graphite/src/main/java/io/dropwizard/metrics5/graphite/GraphiteReporter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Number of placeholders does not match number of arguments in logging call

More arguments provided (1) than placeholders specified (0)

Check warning on line 34 in metrics-benchmarks/src/main/java/io/dropwizard/metrics5/benchmarks/ReservoirBenchmark.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Negative int hexadecimal constant in long context

Negative int hexadecimal constant in long context

Check warning on line 18 in metrics-benchmarks/src/main/java/io/dropwizard/metrics5/benchmarks/CounterBenchmark.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Negative int hexadecimal constant in long context

Negative int hexadecimal constant in long context

Check warning on line 18 in metrics-benchmarks/src/main/java/io/dropwizard/metrics5/benchmarks/MeterBenchmark.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Negative int hexadecimal constant in long context

Negative int hexadecimal constant in long context

Check warning on line 30 in metrics-benchmarks/src/main/java/io/dropwizard/metrics5/benchmarks/SlidingTimeWindowReservoirsBenchmark.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Negative int hexadecimal constant in long context

Negative int hexadecimal constant in long context