Repository Analysis

HMCL-dev/HMCL

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

70.4 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,948 GitHub stars. SynthScan v2.0 examined 215,764 lines of code across 1130 source files, recording 1400 pattern matches distributed across 2 syntactic categories. The overall adjusted score of 70.4 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).

70.4
Adjusted Score
70.4
Raw Score
100%
Time Factor
2026-08-28
Last Push
9.9K
Stars
Java
Language
215.8K
Lines of Code
1.1K
Files
1.4K
Pattern Hits
2026-08-29
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 1263HIGH 0MEDIUM 0LOW 137

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 1400 distinct pattern matches across 2 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 Indicators1263 hits · 15048 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
1203 more matches not shown…
Over-Commented Block137 hits · 134 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…ava/org/jackhuang/hmcl/util/ImmutableSequencedMap.java21import org.jetbrains.annotations.Nullable;COMMENT
LOW…ava/org/jackhuang/hmcl/util/ImmutableSequencedMap.java81 /// Wraps the given [LinkedHashMap] directly without copying.COMMENT
LOW…e/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java21COMMENT
LOW…jackhuang/hmcl/util/gson/LowerCaseEnumTypeAdapter.java61 /// Creates an adapter for the supplied enum class.COMMENT
LOW…jackhuang/hmcl/util/gson/LowerCaseEnumTypeAdapter.java101 }COMMENT
LOW…va/org/jackhuang/hmcl/util/gson/ObservableSetting.java41import java.lang.reflect.Modifier;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…a/org/jackhuang/hmcl/util/platform/windows/User32.java41 /// @see <a href="https://learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getdc">GetDC function</a>COMMENT
LOW…va/org/jackhuang/hmcl/util/platform/windows/Gdi32.java41 /// Retrieves device-specific information for the supplied device context.COMMENT
LOW…ckhuang/hmcl/util/platform/windows/IPropertyStore.java21import com.sun.jna.Native;COMMENT
LOW…ckhuang/hmcl/util/platform/windows/IPropertyStore.java61 /// Creates an `IPropertyStore` for the given window throughCOMMENT
LOW…ckhuang/hmcl/util/platform/windows/IPropertyStore.java81 public static @Nullable IPropertyStore forWindow(Shell32 shell32, long hwnd) {COMMENT
LOW…/org/jackhuang/hmcl/util/platform/windows/Shell32.java41 /// @return `S_OK` if the operation succeeds; otherwise a failure `HRESULT`COMMENT
LOW…org/jackhuang/hmcl/util/platform/windows/WinTypes.java61 /// Creates an empty GUID structure.COMMENT
LOW…org/jackhuang/hmcl/util/platform/windows/WinTypes.java121 ///COMMENT
LOW…org/jackhuang/hmcl/util/platform/windows/WinTypes.java181 /// Only `VT_EMPTY` and `VT_LPWSTR` construction is supported. The native layout is preserved:COMMENT
LOW…org/jackhuang/hmcl/util/platform/windows/WinTypes.java221 /// Creates a property variant over an existing native memory region.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…/src/main/java/org/jackhuang/hmcl/launch/Launcher.java81 /// @param file the script pathCOMMENT
LOW…/main/java/org/jackhuang/hmcl/game/GameRepository.java21import org.jetbrains.annotations.NotNullByDefault;COMMENT
LOW…/main/java/org/jackhuang/hmcl/game/GameRepository.java41 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/game/GameRepository.java61 ///COMMENT
LOW…/main/java/org/jackhuang/hmcl/game/GameRepository.java121 /// Returns the directory containing the files owned by an instance.COMMENT
LOW…/main/java/org/jackhuang/hmcl/game/GameRepository.java141 /// Renames an instance and updates repository-managed references.COMMENT
LOW…rc/main/java/org/jackhuang/hmcl/game/GameInstance.java101 ///COMMENT
LOW…rc/main/java/org/jackhuang/hmcl/game/GameInstance.java121COMMENT
LOW…va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java21import org.jetbrains.annotations.Nullable;COMMENT
LOW…va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java41 /// @return the owning repositoryCOMMENT
LOW…va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java61COMMENT
LOW…ava/org/jackhuang/hmcl/game/DefaultGameRepository.java121 /// The default implementation permits only a root that does not exist. Subclasses may recognizeCOMMENT
LOW…ava/org/jackhuang/hmcl/game/DefaultGameRepository.java181 }COMMENT
77 more matches not shown…