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

devonfw / IDEasy / 11060995883

26 Sep 2024 10:09PM UTC coverage: 66.053% (-0.05%) from 66.107%
11060995883

Pull #652

github

web-flow
Merge 3cdc5b3b2 into ad80f56d2
Pull Request #652: #593: #651: #564: #439: fixed bugs, refactored tool dependencies

2312 of 3848 branches covered (60.08%)

Branch coverage included in aggregate %.

6078 of 8854 relevant lines covered (68.65%)

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

3
import com.devonfw.tools.ide.context.IdeContext;
4
import com.devonfw.tools.ide.repo.CustomTool;
5
import com.devonfw.tools.ide.version.VersionIdentifier;
6

7
/**
8
 * {@link LocalToolCommandlet} for a {@link CustomTool}.
9
 */
10
public class CustomToolCommandlet extends LocalToolCommandlet {
11

12
  private CustomTool customTool;
13

14
  public CustomToolCommandlet(IdeContext context, CustomTool customTool) {
15

16
    super(context, customTool.getTool(), null);
×
17
    this.customTool = customTool;
×
18
  }
×
19

20
  @Override
21
  public VersionIdentifier getConfiguredVersion() {
22

23
    return this.customTool.getVersion();
×
24
  }
25

26
  @Override
27
  public String getConfiguredEdition() {
28

29
    return this.customTool.getEdition();
×
30
  }
31

32
}
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