-
Run ContestEstimator with the following settings
```java
timeLimit = 30
methodFilter = "spoon.reflect.visitor.ModelConsistencyChecker.*"
projectFilter = listOf("spoon-core-7.0.0")
```
The in…
-
Spoons are a tremendous idea! Thanks for implementing. Should make HS much more approachable to non-experts. Currently they are a bit hard to discover and use for novices. Some ideas to make this …
-
http://spoon.gforge.inria.fr/
https://github.com/INRIA/spoon
We need to figureout how to use it and for what types of validation to to do less during code review.
-
Spoon fails since dir.mkdirs() returns false...
```
if(!dir.exists() && !dir.mkdirs()) {
throw new IllegalAccessException("Unable to create output dir: " + dir.getAbsolutePath());
} else {
…
C2H6O updated
2 years ago
-
I was running sorald on https://github.com/scoophealth/oscar and I saw that repairs corresponding to some rule keys were throwing an exception which exited the JVM. For example, [`sorald repair --sour…
-
```
What steps will reproduce the problem?
1. Dragged and droppen openRDF Input step into Pentaho
What is the expected output? What do you see instead?
> I get an error message "Unexpected error loa…
-
Dear Matt,
When I am using csv file input for a unit test which contains two columns (for example "id" and "a"), but I am using only one of them in the mapping (for example "a") and I choose the ot…
-
_Originally posted by @canyus-dmr in https://github.com/octocat/Spoon-Knife/pull/22249_
-
```
What steps will reproduce the problem?
1. Dragged and droppen openRDF Input step into Pentaho
What is the expected output? What do you see instead?
> I get an error message "Unexpected error loa…
-
I tried really hard to make the AllBrightness spoon works for my setup, but I couldn't 😞
I added the next lines into my init.lua file:
```
hs.loadSpoon("AllBrightness")
spoon.AllBrightness:st…