Matias Martinez

Results 171 comments of Matias Martinez

Hi @zhiyufan > From the Getting Started document, I didn't see any description about Gradle. Astor is not capable of *automatically* determine the dependencies and structure (e.g., folders with the...

It seems It cannot compile the code as it's missing one library: org.mockito.cglib. Try to put the dependencies explicitly in the parameter, separated by File.pathSeparatior (e.g., :) -dependencies /home/x/x1.jar:/home/y/y1:jar

Hello @zhiyufan Is the issue solved? Can I close it? Thanks Matias

Hi @qiujiangkun > https://github.com/bc2021-program-repair/intellij-idea-astor-plugin/blob/fa5577978d6806c042d8f91466df2553e76cb9bf/src/main/kotlin/org/bytecamp/program_repair/astor_plugin/services/AstorProjectService.kt#L66-L102 That's really cool.

@qiujiangkun PR are welcome. In case you want to integrate the plugin's code into the main project, please contact us.

Why do we need to clone a class?

NPE when I omit 'dependencies' argument

Hi @niMgnoeSeeL Thanks a lot for the detailed information. Amazing explanation. (If you have any suggestion/bugfix, Pull request are welcome :) ) Best regards Matias

Hi @b8ne That will be great! Don't hesitate to contact us if you have any question

Math-78 has a flacky test (`Test failt: org.apache.commons.math.random.RandomAdaptorTest#testNextPoissonConsistency`): [see flaky](https://github.com/martinezmatias/astor/runs/3851808288?check_suite_focus=true#step:8:77) which did not fail in a previous run: [failing test](https://github.com/martinezmatias/astor/runs/3676644911?check_suite_focus=true#step:8:77)