Repository Analysis

HMCL-dev/HMCL

A Minecraft Launcher which is multi-functional, cross-platform and popular

73.5 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of HMCL-dev/HMCL, a Java project with 9,613 GitHub stars. SynthScan v2.0 examined 205,188 lines of code across 1120 source files, recording 1341 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 73.5 places this repository in the Strong AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

73.5
Adjusted Score
73.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
9.6K
Stars
Java
Language
205.2K
Lines of Code
1.1K
Files
1.3K
Pattern Hits
2026-07-14
Scan Date
1.12
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1259HIGH 0MEDIUM 0LOW 82

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1341 distinct pattern matches across 3 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators1259 hits · 15008 pts
SeverityFileLineSnippetContext
CRITICAL…re/src/test/resources/crash-report/graphics_driver.txt17 at net.minecraft.client.main.Main.main(SourceFile:148)CODE
CRITICAL…re/src/test/resources/crash-report/graphics_driver.txt44 at net.minecraft.client.main.Main.main(SourceFile:148)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt8 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt9 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt10 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt12 at net.minecraft.client.main.Main.main(Main.java:179)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt17 at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt18 at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt19 at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt22 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt32 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt33 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt34 at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt40 at net.minecraft.client.main.Main.main(Main.java:179)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt45 at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt46 at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)CODE
CRITICAL…c/test/resources/crash-report/loading_error_fabric.txt47 at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt10 at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?] {re:classloading}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt15 at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt16 at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:95) ~[?:?] {reCODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt17 at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:59) ~[?:?] {re:classloading,xf:OCODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt23 at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt24 at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt25 at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt26 at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt27 at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt28 at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt29 at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt30 at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt31 at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt32 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt33 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt34 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt35 at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?] {}CODE
CRITICALHMCLCore/src/test/resources/crash-report/config.txt36 at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-CODE
CRITICAL…est/resources/crash-report/resourcepack_resolution.txt24 at net.minecraft.client.main.Main.main(SourceFile:103)CODE
CRITICAL…est/resources/crash-report/resourcepack_resolution.txt59 at net.minecraft.client.main.Main.main(SourceFile:103)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt17 at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:264)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt18 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt19 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt22 at net.minecraft.client.main.Main.main(SourceFile:123)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt37 at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:264)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt38 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt39 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)CODE
CRITICAL…st/resources/crash-report/no_class_def_found_error.txt46 at net.minecraft.client.main.Main.main(SourceFile:123)CODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt9[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.ContextCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt10[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.ContextCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt11[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.ContextCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt12[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScrCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt13[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScrCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt14[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScrCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt15[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScrCODE
CRITICALHMCLCore/src/test/resources/crash-report/need_jdk11.txt22[15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at net.minecraftforge.fml.loading.FMLServiceProCODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt16 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt20 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt24 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt26 at com.google.common.eventbus.EventBus.post(EventBus.java:217)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt27 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt28 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)CODE
CRITICAL…resources/crash-report/loader_exception_mod_crash4.txt33 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)CODE
1199 more matches not shown…
Over-Commented Block81 hits · 78 pts
SeverityFileLineSnippetContext
LOW…ources/logs/optifine_is_not_compatible_with_forge4.txt1781#@!@# Game crashed! Crash report saved to: #@!@# E:\.minecraft\versions\1.19.3\crash-reports\crash-2023-04-10_16.36.01-cCOMMENT
LOWHMCLCore/src/test/resources/logs/graphics_driver.txt21#COMMENT
LOWHMCLCore/src/test/resources/logs/memory_exceeded.txt21# Native memory allocation (mmap) failed to map 50331648 bytes for Failed to commit area from 0x00000007b4000000 to 0x00COMMENT
LOWHMCLCore/src/test/resources/logs/out_of_memory.txt1#COMMENT
LOW…ore/src/main/java/org/jackhuang/hmcl/util/TypedID.java41COMMENT
LOW…e/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java21COMMENT
LOW…va/org/jackhuang/hmcl/util/gson/ObservableSetting.java41import java.lang.reflect.ParameterizedType;COMMENT
LOW…main/java/org/jackhuang/hmcl/util/gson/JsonSchema.java41///COMMENT
LOW…main/java/org/jackhuang/hmcl/util/gson/JsonSchema.java401 /// Returns whether saving should preserve the original schema string.COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java41///COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java61 /// Configured with:COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java81COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java101 return (TypeToken<List<T>>) TypeToken.getParameterized(List.class, elementType.getType());COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java241 /// @param <T> the target typeCOMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java261COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java281 /// @return the deserialized object, or `null` if the JSON is `null`COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java301 /// Deserializes JSON from a [Reader] into an object of the given class using [GSON].COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java321 /// @throws com.google.gson.JsonIOException if there is a problem reading from `reader`COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java341 /// using the provided [Gson] instance.COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java361 /// @throws IOException if an I/O error occurs reading the fileCOMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java381 }COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java401 /// @param classOfT the target classCOMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java421 try (InputStreamReader reader = new InputStreamReader(json, StandardCharsets.UTF_8)) {COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java441 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java481 /// given class using the provided [Gson] instance. The stream is closed after reading.COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java501 /// @param classOfT the target classCOMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java541 }COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java561 /// @param <T> the target typeCOMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java601 /// Serializes `value` to JSON and writes it to the file at the given [Path] using [GSON].COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java621 /// @param <T> the type of the value to clone; may be `null` (see return)COMMENT
LOW…/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java641 /// @return a deep clone of `value`, or `null` if `value` is `null`COMMENT
LOW…huang/hmcl/util/i18n/DefaultResourceBundleControl.java21import java.util.Locale;COMMENT
LOW…ore/src/main/java/org/jackhuang/hmcl/auth/Account.java101 ///COMMENT
LOW…java/org/jackhuang/hmcl/download/DownloadProvider.java61 }COMMENT
LOW…ain/java/org/jackhuang/hmcl/gradle/pack/CreateDeb.java41import java.util.Set;COMMENT
LOW…ava/org/jackhuang/hmcl/gradle/docs/MacroProcessor.java21import java.util.*;COMMENT
LOW…ava/org/jackhuang/hmcl/gradle/docs/MacroProcessor.java41/// **English** | 中文 ([简体](FOO_zh.md), [繁體](FOO_zh_Hant.md)) | [日本語](FOO_ja.md)COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java21import javafx.util.Duration;COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java41 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java61 /// * [M3 guidelines: Applying easing and duration](https://m3.material.io/styles/motion/easing-and-duration/applyinCOMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java81 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java101 /// * [M3 guidelines: Applying easing and duration](https://m3.material.io/styles/motion/easing-and-duration/applyinCOMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java121 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java141 /// Derived from Robert Penner’s easing functions.COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java161 /// duration to avoid motion feeling unnatural.COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java181 /// based on an exponential equation where `f(t) = 2¹⁰⁽ᵗ⁻¹⁾`.COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java201 /// @see <a href="https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_in_circ.mp4">curve_ease_COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java221 /// A cubic animation curve that starts linearly and ends slowly.COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java241 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java261COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java281 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java301 /// Derived from Robert Penner’s easing functions.COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java321 /// @see <a href="https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_in_out.mp4">curve_ease_iCOMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java341 /// @see <a href="https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_in_out_quad.mp4">curve_eCOMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java361 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java381 public static final Interpolator EASE_IN_OUT_QUINT = new Cubic(0.86, 0.0, 0.07, 1.0);COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java401 /// Like [#EASE_IN_OUT_EXPO], this curve is fairly dramatic and will reduceCOMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java421 public static final Interpolator EASE_IN_OUT_CUBIC_EMPHASIZED = new ThreePointCubic(COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java441 public static final Interpolator EASE_IN_OUT_BACK = new Cubic(0.68, -0.55, 0.265, 1.55);COMMENT
LOW…/main/java/org/jackhuang/hmcl/ui/animation/Motion.java641 private final Offset b1;COMMENT
21 more matches not shown…
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…org/jackhuang/hmcl/event/GameJsonParseFailedEvent.java26 * auto making up for the missing json, don't forget to set result to {@link Event.Result#ALLOW}.COMMENT