José Campos

Results 40 issues of José Campos

Hi, Is there any way to set dmenu-mac to be always on top? My dock is on the left side of my screen and because I do have (perhaps) many...

bug

Hi, all, First, thanks for this awesome project. Quick question, how do I print out the source code of a method with the qualifiled name of each object created within...

Question (JP usage)

Hi, The README.md file mentions that SimFix requires Java-7, would it incorrect/wrong to run it under Java-8? -- Best, Jose

### Describe the bug It seems that Spoon's pretty print feature is not able to handle orphan comments (e.g., comments at the very end of a method). ### Source code...

bug

Hi, Here's an dummy example of a YAML report generated by mutpy: ```yaml coverage: all_nodes: 0 covered_nodes: 0 mutation_score: 90.0 mutations: - exception_traceback: "Traceback (most recent call last): ..." killer:...

Dear astor's maintainers, I've been trying to repair INRIA-spoon bugs (from the Bears benchmark) with the latest version of astor and I'm getting loads of `java.lang.ClassNotFoundException`. Please find below a...

In order to get the end line number of a node element, I've been using the following piece of code (also described in [here](https://github.com/c2nes/javalang/issues/60)): ```python def find_end_line_number(node): """Finds end line...

Store the unicode string as raw string. Besides handling source code with unicode characters it also corrects the position of elements in files with unicode(s). It should fix #58.

I am either doing something wrong or `Mockito` is broken. The [Defects4j's `test` command](https://github.com/rjust/defects4j/blob/master/framework/bin/d4j/d4j-test) does not seem to be working properly. ------------------ ### "The class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found" ####...

infrastructure

Hi, I noticed that for (at least one) Mockito's bug `defects4j export` deletes the test classes directory. For example, suppose that I checkout Mockito-25b and then I compile it: ```...

bug