flacoco icon indicating copy to clipboard operation
flacoco copied to clipboard

FLACOCO: Fault Localization for Java based on Industry-grade Coverage

Results 47 flacoco issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.mockito:mockito-core](https://redirect.github.com/mockito/mockito) | `4.11.0` -> `5.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-core/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-core/4.11.0/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jacoco:jacoco-maven-plugin](https://www.jacoco.org/jacoco/trunk/doc/maven.html) ([source](https://togithub.com/jacoco/jacoco)) | `0.8.8` -> `0.8.9` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eu.stamp-project:test-runner](http://github.com/STAMP-project/testrunner.git) ([source](https://togithub.com/STAMP-project/testrunner)) | `4.12` -> `4.13` |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fr.inria.gforge.spoon:spoon-core](https://spoon.gforge.inria.fr/) ([source](https://togithub.com/INRIA/spoon)) | `9.2.0-beta-1` -> `9.2.0-beta-8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/fr.inria.gforge.spoon:spoon-core/9.2.0-beta-8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Some JVM languages (e.g., Kotlin) allow [method names to contain spaces](https://kotlinlang.org/docs/coding-conventions.html#names-for-test-methods). This convention is used in many projects, such as lettuce-core, which is a subject in the APR-Comp. It has...

Hi @andre15silva, I've just tried flacoco on Csv-10 from the [Defects4J](https://github.com/rjust/defects4j) benchmark and it fails on my machine. Here's the command to reproduce this issue: ```bash java -cp target/flacoco-1.0.6-SNAPSHOT-jar-with-dependencies.jar fr.spoonlabs.flacoco.cli.FlacocoMain...

The previous PR had a bug which stopped tests from executing and in a silent way

https://jreleaser.org/ Already used in https://github.com/ASSERT-KTH/sorald

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ASSERT-KTH/flacoco). ## Config Migration Needed - [ ]...

Hello, I'm trying to run Flacoco on this [project](https://github.com/davidson-consulting/diff-jjoules-demo) but I have the following error: ```txt Exception in thread "main" java.lang.NoSuchMethodError: 'org.junit.platform.engine.ConfigurationParameters org.junit.platform.launcher.TestPlan.getConfigurationParameters()' at org.junit.platform.launcher.listeners.UniqueIdTrackingListener.testPlanExecutionStarted(UniqueIdTrackingListener.java:143) at org.junit.platform.launcher.core.TestExecutionListenerRegistry$CompositeTestExecutionListener.lambda$testPlanExecutionStarted$6(TestExecutionListenerRegistry.java:97) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at...