• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devonfw / IDEasy / 13788578520

11 Mar 2025 12:57PM UTC coverage: 67.476% (-1.1%) from 68.619%
13788578520

Pull #1025

github

web-flow
Merge ae2f75eb8 into 2cf68279f
Pull Request #1025: #1024: Move urls into url-updater module

3034 of 4915 branches covered (61.73%)

Branch coverage included in aggregate %.

7798 of 11138 relevant lines covered (70.01%)

3.06 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
cli/src/main/java/com/devonfw/tools/ide/tool/intellij/IntellijJsonDownloads.java
1
package com.devonfw.tools.ide.tool.intellij;
2

3
import java.util.List;
4

5
import com.devonfw.tools.ide.url.tool.intellij.IntellijJsonDownloadsItem;
6
import com.fasterxml.jackson.annotation.JsonProperty;
7

8
/**
9
 * JSON data object for an item of Intellij. We map only properties that we are interested in and let jackson ignore all others.
10
 */
11
public record IntellijJsonDownloads(@JsonProperty("downloads") List<IntellijJsonDownloadsItem> downloads) {
×
12

13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc