A Minecraft Launcher which is multi-functional, cross-platform and popular
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …re/src/test/resources/crash-report/graphics_driver.txt | 17 | at net.minecraft.client.main.Main.main(SourceFile:148) | CODE |
| CRITICAL | …re/src/test/resources/crash-report/graphics_driver.txt | 44 | at net.minecraft.client.main.Main.main(SourceFile:148) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 8 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 9 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 10 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 12 | at net.minecraft.client.main.Main.main(Main.java:179) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 17 | at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 18 | at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 19 | at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 22 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 32 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 33 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 34 | at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 40 | at net.minecraft.client.main.Main.main(Main.java:179) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 45 | at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 46 | at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) | CODE |
| CRITICAL⚡ | …c/test/resources/crash-report/loading_error_fabric.txt | 47 | at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 10 | at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?] {re:classloading} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 15 | at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 16 | at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:95) ~[?:?] {re | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 17 | at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:59) ~[?:?] {re:classloading,xf:O | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 23 | at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 24 | at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 25 | at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 26 | at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 27 | at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 28 | at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 29 | at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 30 | at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 31 | at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 32 | at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 33 | at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 34 | at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 35 | at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?] {} | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/config.txt | 36 | at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core- | CODE |
| CRITICAL | …est/resources/crash-report/resourcepack_resolution.txt | 24 | at net.minecraft.client.main.Main.main(SourceFile:103) | CODE |
| CRITICAL | …est/resources/crash-report/resourcepack_resolution.txt | 59 | at net.minecraft.client.main.Main.main(SourceFile:103) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 17 | at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:264) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 18 | at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 19 | at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 22 | at net.minecraft.client.main.Main.main(SourceFile:123) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 37 | at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:264) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 38 | at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 39 | at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) | CODE |
| CRITICAL⚡ | …st/resources/crash-report/no_class_def_found_error.txt | 46 | at net.minecraft.client.main.Main.main(SourceFile:123) | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 9 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.Context | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 10 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.Context | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 11 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.internal.runtime.Context | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 12 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScr | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 13 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScr | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 14 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScr | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 15 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at org.openjdk.nashorn.api.scripting.NashornScr | CODE |
| CRITICAL⚡ | HMCLCore/src/test/resources/crash-report/need_jdk11.txt | 22 | [15:54:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1077]: at net.minecraftforge.fml.loading.FMLServicePro | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 16 | at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 20 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 24 | at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 26 | at com.google.common.eventbus.EventBus.post(EventBus.java:217) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 27 | at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 28 | at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) | CODE |
| CRITICAL⚡ | …resources/crash-report/loader_exception_mod_crash4.txt | 33 | at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) | CODE |
| 1199 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ources/logs/optifine_is_not_compatible_with_forge4.txt | 1781 | #@!@# Game crashed! Crash report saved to: #@!@# E:\.minecraft\versions\1.19.3\crash-reports\crash-2023-04-10_16.36.01-c | COMMENT |
| LOW | HMCLCore/src/test/resources/logs/graphics_driver.txt | 21 | # | COMMENT |
| LOW | HMCLCore/src/test/resources/logs/memory_exceeded.txt | 21 | # Native memory allocation (mmap) failed to map 50331648 bytes for Failed to commit area from 0x00000007b4000000 to 0x00 | COMMENT |
| LOW | HMCLCore/src/test/resources/logs/out_of_memory.txt | 1 | # | COMMENT |
| LOW | …ore/src/main/java/org/jackhuang/hmcl/util/TypedID.java | 41 | COMMENT | |
| LOW | …e/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java | 21 | COMMENT | |
| LOW | …va/org/jackhuang/hmcl/util/gson/ObservableSetting.java | 41 | import java.lang.reflect.ParameterizedType; | COMMENT |
| LOW | …main/java/org/jackhuang/hmcl/util/gson/JsonSchema.java | 41 | /// | COMMENT |
| LOW | …main/java/org/jackhuang/hmcl/util/gson/JsonSchema.java | 401 | /// Returns whether saving should preserve the original schema string. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 41 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 61 | /// Configured with: | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 81 | COMMENT | |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 101 | return (TypeToken<List<T>>) TypeToken.getParameterized(List.class, elementType.getType()); | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 241 | /// @param <T> the target type | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 261 | COMMENT | |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 281 | /// @return the deserialized object, or `null` if the JSON is `null` | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 301 | /// Deserializes JSON from a [Reader] into an object of the given class using [GSON]. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 321 | /// @throws com.google.gson.JsonIOException if there is a problem reading from `reader` | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 341 | /// using the provided [Gson] instance. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 361 | /// @throws IOException if an I/O error occurs reading the file | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 381 | } | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 401 | /// @param classOfT the target class | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 421 | try (InputStreamReader reader = new InputStreamReader(json, StandardCharsets.UTF_8)) { | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 441 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 481 | /// given class using the provided [Gson] instance. The stream is closed after reading. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 501 | /// @param classOfT the target class | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 541 | } | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 561 | /// @param <T> the target type | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 601 | /// 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.java | 621 | /// @param <T> the type of the value to clone; may be `null` (see return) | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/util/gson/JsonUtils.java | 641 | /// @return a deep clone of `value`, or `null` if `value` is `null` | COMMENT |
| LOW | …huang/hmcl/util/i18n/DefaultResourceBundleControl.java | 21 | import java.util.Locale; | COMMENT |
| LOW | …ore/src/main/java/org/jackhuang/hmcl/auth/Account.java | 101 | /// | COMMENT |
| LOW | …java/org/jackhuang/hmcl/download/DownloadProvider.java | 61 | } | COMMENT |
| LOW | …ain/java/org/jackhuang/hmcl/gradle/pack/CreateDeb.java | 41 | import java.util.Set; | COMMENT |
| LOW | …ava/org/jackhuang/hmcl/gradle/docs/MacroProcessor.java | 21 | import java.util.*; | COMMENT |
| LOW | …ava/org/jackhuang/hmcl/gradle/docs/MacroProcessor.java | 41 | /// **English** | 中文 ([简体](FOO_zh.md), [繁體](FOO_zh_Hant.md)) | [日本語](FOO_ja.md) | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 21 | import javafx.util.Duration; | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 41 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 61 | /// * [M3 guidelines: Applying easing and duration](https://m3.material.io/styles/motion/easing-and-duration/applyin | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 81 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 101 | /// * [M3 guidelines: Applying easing and duration](https://m3.material.io/styles/motion/easing-and-duration/applyin | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 121 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 141 | /// Derived from Robert Penner’s easing functions. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 161 | /// duration to avoid motion feeling unnatural. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 181 | /// based on an exponential equation where `f(t) = 2¹⁰⁽ᵗ⁻¹⁾`. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 201 | /// @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.java | 221 | /// A cubic animation curve that starts linearly and ends slowly. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 241 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 261 | COMMENT | |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 281 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 301 | /// Derived from Robert Penner’s easing functions. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 321 | /// @see <a href="https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_in_out.mp4">curve_ease_i | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 341 | /// @see <a href="https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_in_out_quad.mp4">curve_e | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 361 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 381 | 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.java | 401 | /// Like [#EASE_IN_OUT_EXPO], this curve is fairly dramatic and will reduce | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 421 | public static final Interpolator EASE_IN_OUT_CUBIC_EMPHASIZED = new ThreePointCubic( | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/ui/animation/Motion.java | 441 | 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.java | 641 | private final Offset b1; | COMMENT |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …org/jackhuang/hmcl/event/GameJsonParseFailedEvent.java | 26 | * auto making up for the missing json, don't forget to set result to {@link Event.Result#ALLOW}. | COMMENT |