Benoît

Results 10 issues of Benoît

# Requesting a Feature? Provide a way to add an icon in a node

Implementation of the feature #860

**Describe the bug** The `addContext()` feature does nothing on generated HTML reports. **Code Reproduce** Follow example provided on https://github.com/adamgruber/mochawesome#example **Expected behavior** I expect to have an "Additional Test Context" section...

Proposed fix --- This change is [](https://reviewable.io/reviews/mrice/license-check/19)

It could be useful to avoid a build break when using the plugin. I propose to add a `failOnError` boolean property (set to true by default for backward compatibility).

The detected problems are logged with the INFO level: switch to, at least, WARNING level

The "`java.util.function.Consumer`" operation introduced in Java 1.8 are not considered, so provide a falsy dead code detection Exemple: ```java dataList.forEach(this::countElement); private void countElement(RequestElement element) { this.number += element.getData().size(); } ```...

The library does not take into account the annotations "`javax.annotation.PostConstruct`" and "`javax.annotation.PreDestroy`", so associated methods are falsy considered as dead code.

The usage of the parameter "`excludedMethods`" is painfull because it does not take into account a class name. So all methods with same name, but from different classes are excluded....

## What's going wrong? starting ``pm2`` with a ``.bat`` file raised an error ## What do you expect? I expect ``pm2`` to work with Windows scripts (``.bat``, ``.cmd``, ``.ps`` files)...