José Campos

Results 49 comments of José Campos

+1 for this comments/notes feature. Any updates?

Also related, are these time values in seconds or minutes ?

This might be due to the [underline nopol](https://github.com/SpoonLabs/astor/blob/master/pom.xml#L115) code and not to astor. (More on this [here](https://github.com/SpoonLabs/nopol/issues/200).)

Dear @WuYff and @martinezmatias, I failed to see how the instructions proposed in PR #209 could address the null pointer exception, which by the way I'm also getting (a lot)....

Hi @martinezmatias, I'm sorry, completely forgot to mention that. I'm currently using Oracle JDK 8u181-b13. -- Best Jose

> Do you think it could be possible to integrate a later version of Gzoltar (i.e., that one from Gitthub)? WDYT? Yes, please, and I will be happy to help...

I've been using the following piece of code (previously suggested by @lyriccoder's in [here](https://github.com/c2nes/javalang/issues/68#issuecomment-654793446)) to find the line number of the last line of code in a `ClassDeclaration`, `MethodDeclaration`, etc....

@kleag, could please points us exactly to the lines that allow one to go from AST to Java code? Thanks in advance.

Hi @tolskais, Just to make sure we are on the same page, are you suggesting to replace the current patch for [Math-65](https://github.com/rjust/defects4j/blob/master/framework/projects/Math/patches/65.src.patch): ```diff diff --git a/src/main/java/org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.java b/src/main/java/org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.java index 5a60da8..30ebfff 100644...

Thanks @rjust. Quick questions, 1. Should we also provide the original/unminimized patches as we provide the minimal ones? I.e., `defects4j/framework/projects/Chart/patches/1.src.patch` and `defects4j/framework/projects/Chart/patches/1.src.patch.orig`? I'm aware that D4J can figure out the...