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,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).
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 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.
| 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 |
| 1203 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 | …ava/org/jackhuang/hmcl/util/ImmutableSequencedMap.java | 21 | import org.jetbrains.annotations.Nullable; | COMMENT |
| LOW | …ava/org/jackhuang/hmcl/util/ImmutableSequencedMap.java | 81 | /// Wraps the given [LinkedHashMap] directly without copying. | COMMENT |
| LOW | …e/src/main/java/org/jackhuang/hmcl/util/ZlibUtils.java | 21 | COMMENT | |
| LOW | …jackhuang/hmcl/util/gson/LowerCaseEnumTypeAdapter.java | 61 | /// Creates an adapter for the supplied enum class. | COMMENT |
| LOW | …jackhuang/hmcl/util/gson/LowerCaseEnumTypeAdapter.java | 101 | } | COMMENT |
| LOW | …va/org/jackhuang/hmcl/util/gson/ObservableSetting.java | 41 | import java.lang.reflect.Modifier; | 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 | …a/org/jackhuang/hmcl/util/platform/windows/User32.java | 41 | /// @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.java | 41 | /// Retrieves device-specific information for the supplied device context. | COMMENT |
| LOW | …ckhuang/hmcl/util/platform/windows/IPropertyStore.java | 21 | import com.sun.jna.Native; | COMMENT |
| LOW | …ckhuang/hmcl/util/platform/windows/IPropertyStore.java | 61 | /// Creates an `IPropertyStore` for the given window through | COMMENT |
| LOW | …ckhuang/hmcl/util/platform/windows/IPropertyStore.java | 81 | public static @Nullable IPropertyStore forWindow(Shell32 shell32, long hwnd) { | COMMENT |
| LOW | …/org/jackhuang/hmcl/util/platform/windows/Shell32.java | 41 | /// @return `S_OK` if the operation succeeds; otherwise a failure `HRESULT` | COMMENT |
| LOW | …org/jackhuang/hmcl/util/platform/windows/WinTypes.java | 61 | /// Creates an empty GUID structure. | COMMENT |
| LOW | …org/jackhuang/hmcl/util/platform/windows/WinTypes.java | 121 | /// | COMMENT |
| LOW | …org/jackhuang/hmcl/util/platform/windows/WinTypes.java | 181 | /// Only `VT_EMPTY` and `VT_LPWSTR` construction is supported. The native layout is preserved: | COMMENT |
| LOW | …org/jackhuang/hmcl/util/platform/windows/WinTypes.java | 221 | /// Creates a property variant over an existing native memory region. | 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 | …/src/main/java/org/jackhuang/hmcl/launch/Launcher.java | 81 | /// @param file the script path | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/game/GameRepository.java | 21 | import org.jetbrains.annotations.NotNullByDefault; | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/game/GameRepository.java | 41 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/game/GameRepository.java | 61 | /// | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/game/GameRepository.java | 121 | /// Returns the directory containing the files owned by an instance. | COMMENT |
| LOW | …/main/java/org/jackhuang/hmcl/game/GameRepository.java | 141 | /// Renames an instance and updates repository-managed references. | COMMENT |
| LOW | …rc/main/java/org/jackhuang/hmcl/game/GameInstance.java | 101 | /// | COMMENT |
| LOW | …rc/main/java/org/jackhuang/hmcl/game/GameInstance.java | 121 | COMMENT | |
| LOW | …va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java | 21 | import org.jetbrains.annotations.Nullable; | COMMENT |
| LOW | …va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java | 41 | /// @return the owning repository | COMMENT |
| LOW | …va/org/jackhuang/hmcl/game/GameRepositorySnapshot.java | 61 | COMMENT | |
| LOW | …ava/org/jackhuang/hmcl/game/DefaultGameRepository.java | 121 | /// The default implementation permits only a root that does not exist. Subclasses may recognize | COMMENT |
| LOW | …ava/org/jackhuang/hmcl/game/DefaultGameRepository.java | 181 | } | COMMENT |
| 77 more matches not shown… | ||||