Kaka727

Results 34 comments of Kaka727

font{ line-height: 1.6; } ul,ol{ padding-left: 20px; list-style-position: inside; } I think it is not related to the FL threshold since I manually set all the suspicious values to 1....

Well the command is the same as README I change the location strategy and read locations from files. But mostly a bug only corresponds to one buggy line. I think...

![image](https://user-images.githubusercontent.com/33283686/59338091-4eb7e080-8d34-11e9-883d-79debcaa6f37.png) I changed the location strategy in AstorMain.class like this, leading it to read results from files. For example, for Chart-1, I give it these information: ![image](https://user-images.githubusercontent.com/33283686/59338193-82930600-8d34-11e9-8f20-1f57779db92b.png) Only one suspicious...

Seems that I find an important thing: Not ctClass for suspicious code Candidate ![image](https://user-images.githubusercontent.com/33283686/59338637-4dd37e80-8d35-11e9-9304-095d3a7d4d83.png)

Hi, @martinezmatias I met the same problem when executing astor like this: java -cp astor-0.0.2-SNAPSHOT-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jkali -location /data/math/math_70_buggy -package org.apache.commons -jvm4testexecution /home/kaka/tool/jdk1.7.0_80/bin/ -failing org.apache.commons.math.analysis.solvers.BisectionSolverTest -srcjavafolder /src/java/ -srctestfolder /src/test/...

The command line information is ``` Command 'cd /tmp/jKali_Bears_molgenis-molgenis_336061452-336065127; mvn com.github.tdurieux:project-config-maven-plugin:1.0-SNAPSHOT:info -q; ' returned non-zero exit status 1 Traceback (most recent call last): File "/home/kaka/Desktop/RepairThemAll/script/core/runner/local/LocalRunner.py", line 41, in run task.run()...

I will try again. But what the error information indicates for? Other projects work well while this project fails. ------------------ Original ------------------ From: Thomas Durieux Date: Fri,Jun 21,2019 3:59 PM...

It failed again. Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.molgenis:molgenis-security:jar:6.0.0-SNAPSHOT, nl.captcha:simplecaptcha:jar:1.2.1: Could not find artifact org.molgenis:molgenis-security:jar:6.0.0-SNAPSHOT at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:422) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:224) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies (DefaultRepositorySystem.java:338) at...

I haven't installed javax. How to install it please?

I find this error influences many bugs such as linkedin-pinot-342188288-342446553 I have downloaded a javax.jar. So where should I put it? I am not familiar with it.