Results 6 issues of Dong Jae Kim

Hello, I had a question about `prediction = self.fc_out(output) ` In the decoder in tutorial 2, why is the `output = torch.cat((embedded.squeeze(0), hidden.squeeze(0), context.squeeze(0)), dim = 1)` as opposed to...

First of all, I really appreciate your work on making SZZ algorithm public. This is truly helpful for researchers and practitioners. Secondly, I am not using it with docker, and...

For example, `assertThrows(NullPointerException.class, () -> getPredicateInstance(new Predicate[] { null }));` I want to obtain return type of `getPredicateInstance` This function is an abstract function defined prior as shown here: `protected...

I am running "Command Line Quick Start" version of PIT on [maven-model-builder](https://github.com/apache/maven/tree/master/maven-model-builder). I am using flags below: --reportDir mine\\dir --sourceDirs mine\\dir\\repo\\maven\\maven-model-builder\\src --targetTests org.apache.maven.model.* --targetClasses org.apache.maven.model.* --verbose True I am encountering...

Given snippet that looks like `list.forEach(item -> assertTrue(setBasedOnList.contains(item)));` I would like to transform it to: `list.forEach(item -> {});`, such that I could insert multiple CtStatement inside the CtBlock. Ps. I...

### Describe the bug I am adding an import to an existing file. I used one of the issues [3718](https://github.com/INRIA/spoon/issues/3718) to help me with this task. Unfortunately, import statement doesn't...

bug