André Silva

Results 84 comments of André Silva

`JaCoCo (JDK 8 with ECJ)` is failing because of the following error: > Caused by: java.lang.ArrayIndexOutOfBoundsException: 200 at org.jacoco.core.internal.analysis.InstructionsBuilder.addProbe(InstructionsBuilder.java:149) at org.jacoco.core.internal.analysis.MethodAnalyzer.visitProbe(MethodAnalyzer.java:155) at org.jacoco.core.internal.flow.MethodProbesAdapter.visitLabel(MethodProbesAdapter.java:92) at org.objectweb.asm.tree.LabelNode.accept(LabelNode.java:68) at org.jacoco.core.internal.analysis.MethodAnalyzer.accept(MethodAnalyzer.java:52) at org.jacoco.core.internal.analysis.ClassAnalyzer$1.accept(ClassAnalyzer.java:107) at...

> Hello Everyone, Hi @zen93 ! > My name is Akshay. I am a Master's student at KTH and I'm looking to add chatbot capabilities to Repairnator. I will accomplish...

> I think this is my preferred method as I would like to makes some modifications to Repairnator so that it can implement certain changes in the patch it will...

I currently have a test project that has some violations, and trained the models to generate possible fixes. The proposed fixes don't fix any violation, nevermind the entire violation set,...

- [ ] Rebase and merge https://github.com/andre15silva/styler/tree/repairnator and https://github.com/KTH/styler/tree/master - [ ] Rebase and adapt the code here - [ ] Close https://github.com/KTH/styler/issues/17 and use the result here Unfortunately, I...

> @andre15silva, the 3rd point is on me, right? > > I'm gonna get back here. Yes! iirc, what was needed was a build which failed due to checkstyle violations...

We could ssh into a build farm as an alternative.

This would allow getting rid of `instanceof` in the patch classification function introduced in #1208

Hi @monperrus! I have some doubts about this issue. First of all, the original error shows up on a GitLab CI build, which I don't think Repairnator supports. Additionally, the...