-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmtspark.json
More file actions
40 lines (40 loc) · 2.08 KB
/
mtspark.json
File metadata and controls
40 lines (40 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"mutation": {
"new": "comment_inserted",
"file": "src/main/java/demo/App.java",
"old": "comment",
"changed": true
},
"mutated_build": {
"stderr_head": "",
"success": true,
"exitCode": 0,
"cmd": [
"gradle",
"--no-daemon",
"clean",
"build",
"-x",
"test"
],
"stdout_head": "To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.0.0/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.\nDaemon will be stopped at the end of the build \n> Task :clean\n> Task :compileJava\n> Task :processResources NO-SOURCE\n> Task :classes\n> Task :jar\n> Task :startScripts\n> Task :distTar\n> Task :distZip\n> Task :assemble\n> Task :check\n> Task :build\n\nBUILD SUCCESSFUL in 2s\n6 actionable tasks: 6 executed\nConsider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html\n"
},
"target_file": "src/main/java/demo/App.java",
"baseline_build": {
"stderr_head": "",
"success": true,
"exitCode": 0,
"cmd": [
"gradle",
"--no-daemon",
"clean",
"build",
"-x",
"test"
],
"stdout_head": "To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.0.0/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.\nDaemon will be stopped at the end of the build \n> Task :clean\n> Task :compileJava\n> Task :processResources NO-SOURCE\n> Task :classes\n> Task :jar\n> Task :startScripts\n> Task :distTar\n> Task :distZip\n> Task :assemble\n> Task :check\n> Task :build\n\nBUILD SUCCESSFUL in 2s\n6 actionable tasks: 6 executed\nConsider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html\n"
},
"repo": "/Users/aliasgari/IdeaProjects/MT-plugin/fixtures/java-hello",
"language": "java",
"operation": "insert-comment"
}