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

devonfw / IDEasy / 22345446363

24 Feb 2026 09:49AM UTC coverage: 70.247% (-0.2%) from 70.474%
22345446363

Pull #1714

github

web-flow
Merge 5655b6589 into 379acdc9d
Pull Request #1714: #404: #1713: advanced logging

4065 of 6384 branches covered (63.67%)

Branch coverage included in aggregate %.

10597 of 14488 relevant lines covered (73.14%)

3.08 hits per line

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

50.0
cli/src/main/java/com/devonfw/tools/ide/log/IdeLogListenerNone.java
1
package com.devonfw.tools.ide.log;
2

3
/**
4
 * Implementation of {@link IdeLogListener} that does nothing.
5
 */
6
public class IdeLogListenerNone implements IdeLogListener {
7

8
  /** The singleton instance. */
9
  public static final IdeLogListenerNone INSTANCE = new IdeLogListenerNone();
5✔
10

11
  private IdeLogListenerNone() {
12
    super();
13
  }
14

15
  @Override
16
  public boolean onLog(IdeLogLevel level, String message, String rawMessage, Object[] args, Throwable error) {
17

18
    return true;
×
19
  }
20
}
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