{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by Geolykt"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
            "branch" : [
              {
                "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
            "branch" : [
              {
                "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
        "branch" : [
          {
            "SHA1" : "2450ff60594a7f66011087e6285ab025faa7c16a",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/stianloader/SLMixin.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3",
  "duration" : 68540,
  "estimatedDuration" : 71711,
  "executor" : None,
  "fullDisplayName" : "sponge-mixin #3",
  "id" : "3",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3,
  "queueId" : 310,
  "result" : "SUCCESS",
  "timestamp" : 1761126678994,
  "url" : "https://stianloader.org/jenkins/job/sponge-mixin/3/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java"
        ],
        "commitId" : "5250ed3069c064b697d585177c6c90b347ef2aeb",
        "timestamp" : 1759509938000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Close resource streams for mixin configs. (#185)\u000a\u000a* Close resource streams for mixin configs.\u000a\u000a* Close resource streams for mixin configs.\u000a\u000a* Simplify\u000a\u000a* Remove Unneeded changes & Import\u000a\u000a---------\u000a\u000aCo-authored-by: cputnam-a11y <unknown@cputnam-a11y.github.io>\u000a",
        "date" : "2025-10-03 12:45:38 -0400",
        "id" : "5250ed3069c064b697d585177c6c90b347ef2aeb",
        "msg" : "Close resource streams for mixin configs. (#185)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/util/Bytecode.java"
        ],
        "commitId" : "76b38b8a2a1f0ebc5a309c569a0e30fbc386bcd9",
        "timestamp" : 1759516617000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Improvement: Avoid reflection in Bytecode opcode name utils. (#186)\u000a\u000a",
        "date" : "2025-10-03 19:36:57 +0100",
        "id" : "76b38b8a2a1f0ebc5a309c569a0e30fbc386bcd9",
        "msg" : "Improvement: Avoid reflection in Bytecode opcode name utils. (#186)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/util/Bytecode.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/FabricUtil.java",
          "src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java",
          "gradle.properties"
        ],
        "commitId" : "a3cd81528f0f12d94a2aafc18696fdd14833c1c7",
        "timestamp" : 1759919831000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Fix: Respect injection point specifier with shift. (#187)\u000a\u000aGated since this is technically breaking.\u000a",
        "date" : "2025-10-08 11:37:11 +0100",
        "id" : "a3cd81528f0f12d94a2aafc18696fdd14833c1c7",
        "msg" : "Fix: Respect injection point specifier with shift. (#187)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/FabricUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java",
          "src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java",
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java",
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessorStandard.java",
          "src/main/java/org/spongepowered/asm/mixin/struct/MemberRef.java"
        ],
        "commitId" : "292070a3789da55caa2e8842a220f36fb6941464",
        "timestamp" : 1760218735000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
          "fullName" : "l3gomindstorms"
        },
        "authorEmail" : "l3gomindstorms@gmail.com",
        "comment" : "Improvement: Avoid ClassInfo lookups wherever possible without changing behaviour.\u000a",
        "date" : "2025-10-11 22:38:55 +0100",
        "id" : "292070a3789da55caa2e8842a220f36fb6941464",
        "msg" : "Improvement: Avoid ClassInfo lookups wherever possible without changing behaviour.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/struct/MemberRef.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessorStandard.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java"
        ],
        "commitId" : "2c6ea1834edc24b9107fad5b2408493515d81c27",
        "timestamp" : 1760218735000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
          "fullName" : "l3gomindstorms"
        },
        "authorEmail" : "l3gomindstorms@gmail.com",
        "comment" : "Fix: Use null as a proper ClassInfo cache value.\u000a",
        "date" : "2025-10-11 22:38:55 +0100",
        "id" : "2c6ea1834edc24b9107fad5b2408493515d81c27",
        "msg" : "Fix: Use null as a proper ClassInfo cache value.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java"
        ],
        "commitId" : "9f8bc5fdcee0cebf51319eefd2275a775b8506b5",
        "timestamp" : 1760218735000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
          "fullName" : "l3gomindstorms"
        },
        "authorEmail" : "l3gomindstorms@gmail.com",
        "comment" : "Improvement: Remove warning for string-targeted public classes.\u000a\u000aThis can be expensive to compute since it requires loading ClassInfos for outer classes, and it is a useless warning anyway which only worsens logspam.\u000a",
        "date" : "2025-10-11 22:38:55 +0100",
        "id" : "9f8bc5fdcee0cebf51319eefd2275a775b8506b5",
        "msg" : "Improvement: Remove warning for string-targeted public classes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java"
        ],
        "commitId" : "b0be3b255095ac3f107d085086b86a4312b324d7",
        "timestamp" : 1760218735000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
          "fullName" : "l3gomindstorms"
        },
        "authorEmail" : "l3gomindstorms@gmail.com",
        "comment" : "Improvement: Check inner class visibility without using ClassInfos.\u000a\u000aThe semantics of staticness are likely not identical, but I haven't been able to find a case where they differ. The old one is horribly heuristic anyway.\u000a",
        "date" : "2025-10-11 22:38:55 +0100",
        "id" : "b0be3b255095ac3f107d085086b86a4312b324d7",
        "msg" : "Improvement: Check inner class visibility without using ClassInfos.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java"
        ],
        "commitId" : "10af73058a135df88140f10be3924c26b265baa2",
        "timestamp" : 1760218735000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
          "fullName" : "l3gomindstorms"
        },
        "authorEmail" : "l3gomindstorms@gmail.com",
        "comment" : "Improvement: Only check for final method overrides if `debug.verify` is enabled.\u000a\u000aThe verifier will catch this anyway, this just gives us a better error which blames the particular mixin, but it's very expensive to check so best avoided in the default case.\u000a",
        "date" : "2025-10-11 22:38:55 +0100",
        "id" : "10af73058a135df88140f10be3924c26b265baa2",
        "msg" : "Improvement: Only check for final method overrides if `debug.verify` is enabled.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://stianloader.org/jenkins/user/l3gomindstorms",
      "fullName" : "l3gomindstorms"
    },
    {
      "absoluteUrl" : "https://stianloader.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}