Issues
- 2
Support for Java 16 in Nopol
#217 opened by monperrus - 2
notes on Nopol's continuous integration
#224 opened by monperrus - 1
Add support to toggle the synthesis of trivial patches
#229 opened by agodio - 3
Nopol fails to compile due to the inaccessibility of the "Maven Repository for Spoon Release"
#225 opened by DehengYang - 0
Setup continuous delivery with Github Actions
#221 opened by andre15silva - 2
problem using intellij plugin
#162 opened by vitogreco - 13
Support Java 11
#211 opened by andre15silva - 0
integrate flacoco
#216 opened by monperrus - 1
- 2
Generate an overfitted patch for repairing a bug with a test suite, but fix it correctly with a subset of the test suite
#215 opened by Amirfarhad-Nilizadeh - 1
Nopol generates an overfitted patches with a test suite, but a correct patch with a subset of the test suite
#210 opened by Amirfarhad-Nilizadeh - 4
Cannot fix a bug with a test suite, but fix it correctly with a subset of the test suite
#209 opened by Amirfarhad-Nilizadeh - 1
refactor: Builder for NopolContext
#208 opened by andre15silva - 7
java.lang.ClassNotFoundException on repairing Spoon
#200 opened by jose - 7
log4j:ERROR setFile(null,true) call failed.
#199 opened by jose - 10
How to point to a SMT solver on Windows?
#203 opened by Ardenian - 8
How to deal with the OOM error when running Nopol
#202 opened by DehengYang - 3
Command line argument --test
#198 opened by jose - 7
upgrade to latest version of GZoltar
#196 opened by DehengYang - 1
papers related to Nopol
#197 opened by monperrus - 3
Problem in Running
#190 opened by Amirfarhad-Nilizadeh - 1
Using Nopol to properly assess / repair JDK 1.7 projects, such as Defect4J projects
#192 opened by ProdigyXable - 3
- 12
no patch for Defects4J chart_3 by nopol
#173 opened by patrickyeli - 1
different patch generated for the test-project
#177 opened by DehengYang - 1
- 6
Fault localization process fails when using `CocoSpoonBasedSpectrumBasedFaultLocalizer`
#179 opened by DehengYang - 2
Installation question: SMT solver and nopol
#181 opened by monperrus - 5
- 14
The only one failed test case is run twice in the fault localization stage in Nopol repair with Gzoltar localizer
#147 opened by DehengYang - 2
Problem to repair Chart_3
#143 opened by DehengYang - 0
patch: in order to be used in a Git context, patch paths should be relative to a git root path
#170 opened by surli - 2
- 0
which Java version to compile Nopol?
#172 opened by monperrus - 0
patch cannot be applied directly by git apply
#168 opened by surli - 7
About using noclasspath
#159 opened by surli - 0
chore: upgrade Spoon to 7.0.0
#166 opened by surli - 13
Execute Nopol fails
#165 opened by FalconLK - 3
- 1
if(true) cannot be a valid patch
#163 opened by monperrus - 0
- 4
- 15
bug: Nopol is sometimes non-deterministic (patch found / not found for the same input + command line parameters)
#146 opened by DehengYang - 0
Upgrade spoon version to 6.2.0
#157 opened by surli - 3
Deploy a first release version of Nopol
#156 opened by surli - 7
bug: SMT constraints should not be dependent on the execution order of tests
#153 opened by SophieHYe - 0
how to run Nopol in multiple patch mode?
#150 opened by monperrus - 0
feature request: destination of logs
#149 opened by surli - 2
The meaning of nopolContext.isOnlyOneSynthesisResult() in Nopol source codes
#145 opened by DehengYang - 4
What is the function of "mvn package -DskipTests"?
#144 opened by Kaka727