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

devonfw / IDEasy / 11292419862

11 Oct 2024 12:34PM UTC coverage: 66.152% (-0.4%) from 66.509%
11292419862

push

github

web-flow
devonfw/ide-urls#17: fix UrlUpdater to auto-remove broken URLs and allow self-repair (#681)

2381 of 3940 branches covered (60.43%)

Branch coverage included in aggregate %.

6193 of 9021 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/eclipse/EclipseJavaUrlUpdater.java
1
package com.devonfw.tools.ide.tool.eclipse;
2

3
/**
4
 * {@link EclipseUrlUpdater} for "java" edition of Eclipse.
5
 */
6
public class EclipseJavaUrlUpdater extends EclipseUrlUpdater {
×
7

8
  @Override
9
  // getEdition() must still return "eclipse"
10
  protected String getEclipseEdition() {
11

12
    return "java";
×
13
  }
14
}
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

© 2026 Coveralls, Inc