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

devonfw / IDEasy / 22317391561

23 Feb 2026 05:30PM UTC coverage: 70.257% (-0.2%) from 70.474%
22317391561

Pull #1714

github

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

4066 of 6384 branches covered (63.69%)

Branch coverage included in aggregate %.

10598 of 14488 relevant lines covered (73.15%)

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