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

devonfw / IDEasy / 13788808942

11 Mar 2025 01:08PM UTC coverage: 66.998% (-1.6%) from 68.619%
13788808942

Pull #1017

github

web-flow
Merge 2597874a1 into 2cf68279f
Pull Request #1017: #404: enhance logging with custom slf4j bridge

3034 of 4951 branches covered (61.28%)

Branch coverage included in aggregate %.

7831 of 11266 relevant lines covered (69.51%)

3.03 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/python/PythonJsonObject.java
1
package com.devonfw.tools.ide.tool.python;
2

3
import java.util.List;
4

5
import com.devonfw.tools.ide.json.JsonObject;
6

7
/**
8
 * Java object to represent the JSON of Python release information. This is the root {@link JsonObject}.
9
 */
10
public class PythonJsonObject implements JsonObject {
×
11

12
  private List<PythonRelease> releases;
13

14
  /**
15
   * @param releases new list of {@link PythonRelease}s
16
   */
17
  public void setReleases(List<PythonRelease> releases) {
18

19
    this.releases = releases;
×
20
  }
×
21

22
  /**
23
   * @return the {@link List} of {@link PythonRelease}s.
24
   */
25
  public List<PythonRelease> getReleases() {
26

27
    return this.releases;
×
28
  }
29
}
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